summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjiesun@google.com <jiesun@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-26 01:28:58 +0000
committerjiesun@google.com <jiesun@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-26 01:28:58 +0000
commit207e49284e797ed574ed96a991230624509da8ce (patch)
tree1ef5cd00fa6518c7d9618534adb0a447a996c6bb /build
parent3fa5e66fe7e5872fa28a438526b6eb2da61f360b (diff)
downloadchromium_src-207e49284e797ed574ed96a991230624509da8ce.zip
chromium_src-207e49284e797ed574ed96a991230624509da8ce.tar.gz
chromium_src-207e49284e797ed574ed96a991230624509da8ce.tar.bz2
add chromeos_builder target.
ideally everything we want to pull from chrome should be dependencies of this target. build-bots will be changed to build this from chromeos Review URL: http://codereview.chromium.org/660110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp16
1 files changed, 15 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index bb80617..fd1ad8b 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -226,9 +226,23 @@
'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
- },
+ },
], # targets
}], # OS="win"
+ ['chromeos==1', {
+ 'targets': [
+ {
+ 'target_name': 'chromeos_builder',
+ 'type': 'none',
+ 'dependencies': [
+ '../chrome/chrome.gyp:chrome',
+ '../media/media.gyp:omx_test',
+ '../media/media.gyp:ffmpeg_tests',
+ # TODO(jiesun): should we put candidate_window/session here?
+ ],
+ },
+ ], # targets
+ }], # "chromeos==1"
], # conditions
}