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 709593004: Make *some* version of the Win GN build work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: turn off tcmalloc altogether Created 6 years, 1 month 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 | base/allocator/BUILD.gn » ('j') | third_party/zlib/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e2fdb39d5ee2ec7fa730985c109bf38fbc3b354b..a794373a4c71aee99f770694c39e4f27bed705d4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -255,4 +255,67 @@ group("root") {
"//device/usb",
]
}
+
+ if (is_win) {
+ # TODO(GYP): Make these work.
+ deps -= [
+ "//apps",
+ "//ash",
+ "//chrome/browser",
+ "//chrome/browser/devtools",
+ "//chrome/common",
+ "//chrome/plugin",
+ "//chrome/renderer",
+ "//chrome/utility",
+ "//components:all_components",
+ "//cc",
+ "//cc/blink",
+ "//content",
+ "//content/shell:content_shell",
+ "//content/test:test_support",
+ "//device/bluetooth",
+ "//extensions/browser",
+ "//extensions/common",
+ "//extensions/common/api",
+ "//extensions/renderer",
+ "//gpu",
+ "//google_apis",
+ "//google_apis/gcm",
+ "//jingle:notifier",
+ "//media",
+ "//media/blink",
+ "//media/cast",
+ "//media/mojo",
+ "//mojo",
+ "//pdf",
+ "//ppapi:ppapi_c",
+ "//printing",
+ "//remoting/client/plugin",
+ "//sandbox",
+ "//storage/browser",
+ "//sync",
+ "//third_party/WebKit/public:all_blink",
+ "//third_party/angle:translator",
+ "//third_party/leveldatabase",
+ "//third_party/libjingle",
+ "//third_party/usrsctp",
+ "//third_party/webrtc",
+ "//ui/accessibility",
+ "//ui/app_list",
+ "//ui/aura",
+ "//ui/base",
+ "//ui/display",
+ "//ui/events",
+ "//ui/gfx",
+ "//ui/gl",
+ "//ui/keyboard",
+ "//ui/native_theme",
+ "//ui/snapshot",
+ "//ui/surface",
+ "//ui/views",
+ "//ui/views/controls/webview",
+ "//ui/web_dialogs",
+ "//ui/wm",
+ ]
+ }
}
« no previous file with comments | « no previous file | base/allocator/BUILD.gn » ('j') | third_party/zlib/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698