Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: tools/gn/secondary/testing/BUILD.gn

Issue 311833004: GN: Remove dependency on //base for gmock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gn/secondary/testing/gmock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/testing/BUILD.gn
diff --git a/mojo/public/interfaces/shell/BUILD.gn b/tools/gn/secondary/testing/BUILD.gn
similarity index 67%
copy from mojo/public/interfaces/shell/BUILD.gn
copy to tools/gn/secondary/testing/BUILD.gn
index c11ae70a311389cec1c7e00da4de5ddc7e4de2df..2cafa68a281302c4e07352ce8fd1d63e4ee341dc 100644
--- a/mojo/public/interfaces/shell/BUILD.gn
+++ b/tools/gn/secondary/testing/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/tools/bindings/mojom.gni")
-
-mojom("shell") {
+source_set("gmock_mutant") {
sources = [
- "shell.mojom",
+ "gmock_mutant.h", # gMock helpers
]
+
+ deps = [ "//base" ]
}
« no previous file with comments | « no previous file | tools/gn/secondary/testing/gmock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698