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

Unified Diff: content/public/browser/BUILD.gn

Issue 300383002: Start work on adding content/browser to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « content/common/BUILD.gn ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/mojo/spy/ui/__init__.py b/content/public/browser/BUILD.gn
similarity index 71%
copy from mojo/spy/ui/__init__.py
copy to content/public/browser/BUILD.gn
index bfecdb26df6584f5627a9ec6e7da764ce16a4ce5..a258390cc3ecfb667e896257bad8cf62315e2cdb 100644
--- a/mojo/spy/ui/__init__.py
+++ b/content/public/browser/BUILD.gn
@@ -2,4 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from ui import tvcm_stub
+source_set("browser") {
+ deps = [
+ "//content/browser",
+ ]
+}
« no previous file with comments | « content/common/BUILD.gn ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698