diff options
author | erikwright <erikwright@chromium.org> | 2015-01-09 10:32:33 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-09 18:33:18 +0000 |
commit | 7c4a426a2b0a00940d4333b99e57597fbfdeb8f4 (patch) | |
tree | e2cb25d8b020f367d6765f5614a3e83b0ed0d03d /chrome/chrome_exe.gypi | |
parent | 88e400f45fb912f4e7e2a840263f3d4cdfad326a (diff) | |
download | chromium_src-7c4a426a2b0a00940d4333b99e57597fbfdeb8f4.zip chromium_src-7c4a426a2b0a00940d4333b99e57597fbfdeb8f4.tar.gz chromium_src-7c4a426a2b0a00940d4333b99e57597fbfdeb8f4.tar.bz2 |
Refactor parsing of the Chrome Watcher command line to make the parent handle accessible outside ExitCodeWatcher.
This CL changes the API between chrome/app and chrome/chrome_watcher. Previously, chrome_watcher was responsible for choosing and interpreting a command-line for launching the Watcher. Now the watcher API is a typical typed C++ API and chrome/app is responsible for all command-line handling.
BUG=
Review URL: https://codereview.chromium.org/841553003
Cr-Commit-Position: refs/heads/master@{#310802}
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index fe1f92b..0c78a0e 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -62,6 +62,8 @@ 'app/chrome_exe_main_mac.cc', 'app/chrome_exe_main_win.cc', 'app/chrome_exe_resource.h', + 'app/chrome_watcher_command_line_win.cc', + 'app/chrome_watcher_command_line_win.h', 'app/client_util.cc', 'app/client_util.h', 'app/signature_validator_win.cc', |