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

Unified Diff: components/components.gyp

Issue 729363004: Browser watcher first installment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address Erik's remaining comment. Created 6 years, 1 month 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
« no previous file with comments | « components/browser_watcher/watcher_win_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index f08262a95c57819bd7d0e29f19232bdb06954a2b..9136650e8f30eb101b8e31a5cef549c2c482aff6 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -99,6 +99,11 @@
'wifi.gypi',
],
}],
+ ['OS == "win"', {
+ 'includes': [
+ 'browser_watcher.gypi',
+ ],
+ }],
['chromeos == 1 or use_ash == 1', {
'includes': [
'session_manager.gypi',
« no previous file with comments | « components/browser_watcher/watcher_win_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698