11cb0ef41Sopenharmony_ci# Copyright 2014 The Chromium Authors. All rights reserved.
21cb0ef41Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be
31cb0ef41Sopenharmony_ci# found in the LICENSE file.
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ci# The file/directory layout of Google Test is not yet considered stable. Until
61cb0ef41Sopenharmony_ci# it stabilizes, Chromium code MUST use this target instead of reaching directly
71cb0ef41Sopenharmony_ci# into //third_party/googletest.
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ciimport("//build_overrides/build.gni")
101cb0ef41Sopenharmony_ci
111cb0ef41Sopenharmony_cisource_set("gmock") {
121cb0ef41Sopenharmony_ci  testonly = true
131cb0ef41Sopenharmony_ci  sources = [
141cb0ef41Sopenharmony_ci    "include/gmock/gmock-actions.h",
151cb0ef41Sopenharmony_ci    "include/gmock/gmock-matchers.h",
161cb0ef41Sopenharmony_ci    "include/gmock/gmock.h",
171cb0ef41Sopenharmony_ci  ]
181cb0ef41Sopenharmony_ci  public_deps = [ "//third_party/googletest:gmock" ]
191cb0ef41Sopenharmony_ci}
201cb0ef41Sopenharmony_ci
211cb0ef41Sopenharmony_ci# The file/directory layout of Google Test is not yet considered stable. Until
221cb0ef41Sopenharmony_ci# it stabilizes, Chromium code MUST use this target instead of reaching directly
231cb0ef41Sopenharmony_ci# into //third_party/googletest.
241cb0ef41Sopenharmony_cisource_set("gmock_main") {
251cb0ef41Sopenharmony_ci  testonly = true
261cb0ef41Sopenharmony_ci  deps = [ "//third_party/googletest:gmock_main" ]
271cb0ef41Sopenharmony_ci}
28