| 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" ]
|
| }
|
|
|