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

Unified Diff: mojo/common/BUILD.gn

Issue 1262503002: Revert of Gets gn check to execute cleanly in mojo/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « .gn ('k') | mojo/environment/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 6499e724c2477e6c6bf3ae80cca3cfde74857414..15487985c934c6d4e9783d73ac9fbc61e7465eb6 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -12,7 +12,7 @@
}
# GYP version: mojo/mojo_base.gyp:mojo_common_lib
-source_set("common_base") {
+component("common_base") {
output_name = "mojo_common_lib"
sources = [
@@ -40,8 +40,6 @@
"//base",
"//base/third_party/dynamic_annotations",
"//third_party/mojo/src/mojo/public/c/system:for_component",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
- "//third_party/mojo/src/mojo/public/cpp/system:system",
]
}
« no previous file with comments | « .gn ('k') | mojo/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698