summaryrefslogtreecommitdiffstats
path: root/content/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/BUILD.gn')
-rw-r--r--content/common/BUILD.gn7
1 files changed, 3 insertions, 4 deletions
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index a62b8a8..e26c071 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',
]