summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorsiggi <siggi@chromium.org>2014-11-17 15:29:19 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-17 23:30:27 +0000
commitc0d0a0e65cad9079d4c0878f1f3766aa59a9cf29 (patch)
tree7ae13a4a1ae3a757c48e4dc76ea62cba9a389b6e /components/components.gyp
parente32e9ce39e8d2f7c077f38591a1ca0175540faa0 (diff)
downloadchromium_src-c0d0a0e65cad9079d4c0878f1f3766aa59a9cf29.zip
chromium_src-c0d0a0e65cad9079d4c0878f1f3766aa59a9cf29.tar.gz
chromium_src-c0d0a0e65cad9079d4c0878f1f3766aa59a9cf29.tar.bz2
Browser watcher first installment.
This CL carves out the component directory and the process watcher itself. See https://codereview.chromium.org/717223002/ for the full change. BUG=412384 Review URL: https://codereview.chromium.org/729363004 Cr-Commit-Position: refs/heads/master@{#304516}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 116c39e..6d77f01 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -100,6 +100,11 @@
'wifi.gypi',
],
}],
+ ['OS == "win"', {
+ 'includes': [
+ 'browser_watcher.gypi',
+ ],
+ }],
['chromeos == 1 or use_ash == 1', {
'includes': [
'session_manager.gypi',