Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index ef286a9c559218509710c58ceb5ddca1ed781bfe..1d00228820a496088acfce88add69324173e5a97 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", |
jamesr
2014/06/27 06:01:15
i can't find this one in gyp but it's clearly bein
|
+ ] |
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" ] |
} |