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

Unified Diff: BUILD.gn

Issue 296053003: Pull GN at r271709 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | tools/gn/bin/linux/gn.sha1 » ('j') | 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 91b10966a87390fcf431b833ee580ceea89b1060..22c9aa1020dbfeba2137c09e33cddaec850765f0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -52,7 +52,9 @@ group("root") {
"//third_party/smhasher:cityhash",
"//third_party/smhasher:murmurhash3",
"//third_party/smhasher:pmurhash",
- "//third_party/WebKit/Source/platform",
+ # TODO(brettw) re-enable once the unused variables in this .gn file are
+ # fixed and rolled into Chrome.
+ #"//third_party/WebKit/Source/platform",
"//third_party/WebKit/Source/wtf",
"//third_party/zlib",
"//third_party:jpeg",
@@ -79,7 +81,7 @@ group("root") {
"//gpu/command_buffer/client", # Needs Skia.
"//net",
"//third_party/libusb",
- "//third_party/WebKit/Source/platform",
+ #"//third_party/WebKit/Source/platform",
"//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
"//tools/gn",
"//ui/base:ui_base",
« no previous file with comments | « no previous file | tools/gn/bin/linux/gn.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698