diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 20:19:27 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 20:19:27 +0000 |
commit | effcf411a2cd361fa31cb3052af7d1b86e9ef075 (patch) | |
tree | 88cbb959d42a23e409784cc41cc277ecbf6f6be4 /BUILD.gn | |
parent | 86c40b9fa522ea9b944b022ada0dd3bf36f83fbd (diff) | |
download | chromium_src-effcf411a2cd361fa31cb3052af7d1b86e9ef075.zip chromium_src-effcf411a2cd361fa31cb3052af7d1b86e9ef075.tar.gz chromium_src-effcf411a2cd361fa31cb3052af7d1b86e9ef075.tar.bz2 |
Enable Blink in the GN build.
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/323143003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -77,7 +77,7 @@ group("root") { "//third_party/smhasher:cityhash", "//third_party/smhasher:murmurhash3", "//third_party/smhasher:pmurhash", - # "//third_party/WebKit/Source/platform", + "//third_party/WebKit/public:blink_headers", "//third_party/WebKit/Source/wtf", "//third_party/zlib", "//third_party:jpeg", @@ -130,11 +130,13 @@ group("root") { "//ppapi:ppapi_c", "//sandbox", "//third_party/libusb", - # "//third_party/WebKit/Source/platform", - "//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android. "//tools/gn", "//ui/aura", + # TODO(brettw) make Blink work on Android. + "//third_party/WebKit/public:blink_headers", + "//third_party/WebKit/Source/wtf", + # Not tested on Android yet: "//webkit/browser:storage", "//webkit/child", |