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

Unified Diff: content/common/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/browser/browser.gni ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index a62b8a835fea964677411198b6fdd648c44af7f1..e26c071e47c6f090e04147dbf8f2f91fe1bd27e2 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -15,12 +15,11 @@ source_set("common") {
".", "//content")
forward_dependent_configs_from = [
- # TODO(GYP) convert these dependencies.
- #"//third_party/WebKit/public:blink_headers",
+ "//gpu/command_buffer/common",
+ "//third_party/WebKit/public:blink_headers",
]
configs += [
- "//content:blink_headers_stub_config",
"//content:content_implementation",
"//content:libjingle_stub_config",
]
@@ -38,8 +37,8 @@ source_set("common") {
"//ui/gfx",
"//ui/gfx/geometry",
"//url",
+ "//third_party/WebKit/public:blink_headers",
# TODO(GYP) convert these dependencies.
- #"//third_party/WebKit/public:blink_headers",
#'../third_party/libjingle/libjingle.gyp:libjingle',
#'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
]
« no previous file with comments | « content/browser/browser.gni ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698