diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 22:43:45 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 22:43:45 +0000 |
commit | d67c9ea53b3b18b16e6664384fae814ad7d0e9c9 (patch) | |
tree | a382768b23020e964222d47a07cebbe975ebb979 /build/all.gyp | |
parent | 5133f61010993beed3aa7c10aad8106c267be9ee (diff) | |
download | chromium_src-d67c9ea53b3b18b16e6664384fae814ad7d0e9c9.zip chromium_src-d67c9ea53b3b18b16e6664384fae814ad7d0e9c9.tar.gz chromium_src-d67c9ea53b3b18b16e6664384fae814ad7d0e9c9.tar.bz2 |
Add chromoting option for gyp.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2745004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index bbb60b8..d6b331fa 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -125,6 +125,11 @@ '../chrome/browser/chromeos/text_input/text_input.gyp:*', ], }], + ['chromoting==1', { + 'dependencies': [ + '../remoting/chromoting.gyp:*', + ], + }], ], }, ], |