Index: chrome/chrome_watcher/BUILD.gn |
diff --git a/chrome/chrome_watcher/BUILD.gn b/chrome/chrome_watcher/BUILD.gn |
index 376daaab68f17205e73a98518faa0b9abe327081..db5f5e8cd37b5d15b7c1012a729b158d6fd1e593 100644 |
--- a/chrome/chrome_watcher/BUILD.gn |
+++ b/chrome/chrome_watcher/BUILD.gn |
@@ -15,12 +15,10 @@ source_set("client") { |
} |
process_version("chrome_watcher_resources") { |
- source = "//chrome/app/chrome_version.rc.version" |
- output = "$target_gen_dir/chrome_watcher_version.rc" |
- extra_args = [ |
- "-f", |
- rebase_path("chrome_watcher.ver", root_build_dir), |
+ sources = [ |
Dirk Pranke
2015/02/25 00:23:19
Is this formatted correctly? I'd expect this to be
brettw
2015/02/25 00:51:32
sources and deps are always multi-line.
|
+ "chrome_watcher.ver", |
] |
+ output = "$target_gen_dir/chrome_watcher_version.rc" |
} |
shared_library("chrome_watcher") { |