Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 6deb300898f0bbc30659dcd49b5c62c66bf71996..903ff5045fcc094784e2bdd88aa777b6327ffc79 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -51,8 +51,6 @@ if (!is_android && (!is_win || link_chrome_on_windows)) { |
"app/chrome_watcher_command_line_win.h", |
"app/client_util.cc", |
"app/client_util.h", |
- "app/chrome_watcher_command_line_win.cc", |
- "app/chrome_watcher_command_line_win.h", |
"app/signature_validator_win.cc", |
"app/signature_validator_win.h", |
"common/crash_keys.cc", |
@@ -154,7 +152,7 @@ if (!is_android && (!is_win || link_chrome_on_windows)) { |
# TODO(GYP) some stuff from GYP including chrome_multiple_dll. |
} |
- if (enable_plugins) { |
+ if (is_linux && enable_plugins) { |
brettw
2015/02/06 23:28:07
I don't understand this change.
|
deps += [ "//pdf" ] |
} |
} |