summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn37
1 files changed, 0 insertions, 37 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 29da9db..e47ef75 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",
- ]
- }
}