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

Unified Diff: mojo/BUILD.gn

Issue 259823005: Add GN targets for mojom generator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | mojo/public/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/net/tools/tld_cleanup/BUILD.gn b/mojo/BUILD.gn
similarity index 58%
copy from net/tools/tld_cleanup/BUILD.gn
copy to mojo/BUILD.gn
index bf89c008bb03908ceafa7d5fc853a454d0fda02c..47c390b54dcf5bce18b637402e8d89a76357a781 100644
--- a/net/tools/tld_cleanup/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -2,13 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("tld_cleanup") {
- sources = [
- "tld_cleanup_util.cc",
- "tld_cleanup_util.h",
- ]
+group("mojo") {
deps = [
- "//base",
- "//url",
+ "//mojo/public:bindings",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
]
}
+
viettrungluu 2014/04/28 21:25:50 Nooooooooooooooooooooooooooooooooooooooooooooooo.
yzshen1 2014/04/28 22:57:20 It shouldn't be the most terrible mistake that I h
« no previous file with comments | « BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | mojo/public/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698