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

Unified Diff: components/components.gyp

Issue 717223002: Browser watcher end-end-to-end . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/lkgr
Patch Set: Move to components 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
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 57789204ebaa5530eb7d6116b2914d3f7737a1a3..8f9b042a9fa68eaf0fe2243d43aaeeb05798a69d 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -95,6 +95,11 @@
'wifi.gypi',
],
}],
+ ['OS == "win"', {
+ 'includes': [
+ 'browser_watcher.gypi',
+ ],
+ }],
['use_ash==1', {
'includes': [
'session_manager.gypi',

Powered by Google App Engine
This is Rietveld 408576698