Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: BUILD.gn

Issue 343993002: Remove WTF from GN's root build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4a9060bf4be4e9ed26ced7c86047331ac59047b6..aad5d1bd9aa2d42c808a3e53bdbfb24c381488bf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -83,8 +83,7 @@ group("root") {
"//third_party/smhasher:murmurhash3",
"//third_party/smhasher:pmurhash",
"//third_party/speex",
- "//third_party/WebKit/public:blink_headers",
- "//third_party/WebKit/Source/wtf",
+ "//third_party/WebKit/public:all_blink",
"//third_party/zlib",
"//third_party:jpeg",
"//tools/gn",
@@ -159,8 +158,7 @@ group("root") {
"//third_party/flac",
# TODO(brettw) make Blink work on Android.
- "//third_party/WebKit/public:blink_headers",
- "//third_party/WebKit/Source/wtf",
+ "//third_party/WebKit/public:all_blink",
# Not tested on Android yet:
"//webkit/browser:storage",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698