diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 07:30:26 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 07:30:26 +0000 |
commit | 2cf57c8de64c62ec4f9c18ebf30b30961b208c3e (patch) | |
tree | a603449e535686667c516189f54dca87336a86ee /build | |
parent | 086e055b29112c52f8b29cf895c606fe60a2db84 (diff) | |
download | chromium_src-2cf57c8de64c62ec4f9c18ebf30b30961b208c3e.zip chromium_src-2cf57c8de64c62ec4f9c18ebf30b30961b208c3e.tar.gz chromium_src-2cf57c8de64c62ec4f9c18ebf30b30961b208c3e.tar.bz2 |
Add candidate_window to chromeos_builder target.
This is to get back candidate_window binary in the snapshots
of chromium for chromium os that can be found at
http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-chromiumos/
TEST=manually
BUG=crosbug.com/1708
Review URL: http://codereview.chromium.org/660265
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 9102ea5..ffa6837 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -258,7 +258,8 @@ '../net/net.gyp:net_unittests', '../printing/printing.gyp:printing_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', - # TODO(jiesun): should we put candidate_window/session here? + '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_window', + # TODO(jiesun): should we put session here? ], }, ], # targets |