Chromium Code Reviews| 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) { |
|
Slava Chigrin
2015/01/30 16:29:30
Now everything builds on Windows, so that blacklis
brettw
2015/01/30 19:31:23
Wow!
|
| - 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", |
| - ] |
| - } |
| } |