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

Unified Diff: BUILD.gn

Issue 874033003: Fix chrome target in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix building on chromeos. Created 5 years, 11 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 | build/config/win/BUILD.gn » ('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 29da9dbbde76ae50dd115d211078a7b876326980..e47ef757b7abc16dcb050d168a15e189ecd87ea3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -301,41 +301,4 @@ group("root") {
if (is_mac || is_ios) {
deps -= [ "//ui/touch_selection" ]
}
-
- if (is_win) {
- deps -= [
- "//apps",
- "//ash",
- "//chrome/browser",
- "//chrome/browser/devtools",
- "//chrome/common",
- "//chrome/plugin",
- "//chrome/renderer",
- "//chrome/test",
- "//chrome/utility",
- "//components:all_components",
- "//cc/blink",
- "//content",
- "//content/shell:content_shell",
- "//content/test:test_support",
- "//extensions/browser",
- "//extensions/common",
- "//extensions/renderer",
- "//media/blink",
- "//mojo",
- "//pdf",
- "//ppapi:ppapi_c",
- "//printing",
- "//remoting/client/plugin",
- "//third_party/WebKit/public:all_blink",
- "//ui/app_list",
- "//ui/aura",
- "//ui/keyboard",
- "//ui/snapshot",
- "//ui/views",
- "//ui/views/controls/webview",
- "//ui/web_dialogs",
- "//ui/wm",
- ]
- }
}
« no previous file with comments | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698