Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Unified Diff: chrome/BUILD.gn

Issue 886613002: Introduce the ability to wait for the watcher process to initialize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b1fd8a78aa6fe5107a4303d181715a453fd95c9b..f34cb3cecab14a39d8f892a428150f58ec14c887 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -32,6 +32,10 @@ if (!is_android) {
if (is_win) {
sources += [
"app/chrome_exe_main_win.cc",
+ "app/chrome_watcher_client_win.cc",
+ "app/chrome_watcher_client_win.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",
« no previous file with comments | « no previous file | chrome/app/chrome_watcher_client_unittest_win.cc » ('j') | chrome/app/chrome_watcher_client_unittest_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698