| Index: content/BUILD.gn
|
| diff --git a/content/BUILD.gn b/content/BUILD.gn
|
| index acdd32dd8b3c59fd77bbcb71959cbb03d53265da..d065e1b7511d7fa496a24ee94c6d3de2d6fcbabb 100644
|
| --- a/content/BUILD.gn
|
| +++ b/content/BUILD.gn
|
| @@ -15,15 +15,6 @@ grit("resources") {
|
|
|
| # Stubs ------------------------------------------------------------------------
|
|
|
| -# TODO(brettw) remove this and add a proper dependency on blink once that
|
| -# target has been converted to GN. This config sets up the include directories
|
| -# so content can compile in the meantime.
|
| -#
|
| -# This corresponds to third_party/WebKit/public/blink_headers.gyp:blink_headers
|
| -config("blink_headers_stub_config") {
|
| - include_dirs = [ "//third_party/WebKit" ]
|
| -}
|
| -
|
| # TODO(brettw) remove this and add a proper dependency on libjingle once that
|
| # target has been converted to GN. This config sets up the include directories
|
| # so content can compile in the meantime.
|
|
|