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

Unified Diff: content/common/BUILD.gn

Issue 353113002: GN: content/content_tests.gypi support targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | content/content_tests.gypi » ('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 dad0d6209f22968f84eda3218346c47e8f9270f5..fc911d95097da4e9bd9956ac2676f87b3b7fe804 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -93,10 +93,10 @@ source_set("common") {
"plugin_list_posix.cc",
]
- # TODO(GYP) enable when converted to GN.
- #deps += [
- # "//webkit:webkit_resources",
- #]
+ deps += [
+ "//webkit:resources",
+ "//content:resources",
+ ]
libs += [ "QuartzCore.framework" ]
}
@@ -127,6 +127,10 @@ source_set("common") {
]
}
+ if (!use_aura) {
+ sources -= [ "cursors/webcursor_aura.cc" ]
+ }
+
if (!use_aura || !use_x11) {
sources -= [ "cursors/webcursor_aurax11.cc" ]
}
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698