| 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',
|
| ]
|
|
|