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

Unified Diff: content/browser/BUILD.gn

Issue 304223009: Do more work on content/browser 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 | « BUILD.gn ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1a2b8d3bbf39ca77ec4ada9aba0c61b7c565e820..b8b7a52600e93b9e103a3917e8bee28a27a745b9 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -33,6 +33,9 @@ source_set("browser") {
deps = [
"//base",
+ "//cc",
+ "//content:resources",
+ "//content/browser/devtools:resources",
"//crypto",
"//google_apis",
"//net",
@@ -52,6 +55,7 @@ source_set("browser") {
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/resources",
+ "//ui/snapshot",
"//ui/surface",
"//webkit:resources",
"//webkit:strings",
@@ -59,12 +63,10 @@ source_set("browser") {
"//webkit/common",
"//webkit/common:storage",
# TODO(GYP)
- #"//ui/snapshot",
#'browser/service_worker/service_worker_proto.gyp:database_proto',
#'browser/speech/proto/speech_proto.gyp:speech_proto',
#'browser/devtools/devtools_resources.gyp:devtools_resources',
#'content_common_mojo_bindings',
- #'../cc/cc.gyp:cc',
#'../mojo/mojo.gyp:mojo_cpp_bindings',
#'../mojo/mojo.gyp:mojo_js_bindings',
#'../mojo/mojo.gyp:mojo_service_provider_bindings',
« no previous file with comments | « BUILD.gn ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698