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

Side by Side Diff: build/all.gyp

Issue 6822010: Turning on more 2010 targets. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 }, # target_name: chromium_builder_tests 199 }, # target_name: chromium_builder_tests
200 { 200 {
201 'target_name': 'chromium_2010_builder_tests', 201 'target_name': 'chromium_2010_builder_tests',
202 'type': 'none', 202 'type': 'none',
203 'dependencies': [ 203 'dependencies': [
204 '../chrome/chrome.gyp:chrome', 204 '../chrome/chrome.gyp:chrome',
205 '../app/app.gyp:app_unittests', 205 '../app/app.gyp:app_unittests',
206 '../base/base.gyp:base_unittests', 206 '../base/base.gyp:base_unittests',
207 '../chrome/chrome.gyp:browser_tests', 207 '../chrome/chrome.gyp:browser_tests',
208 '../chrome/chrome.gyp:interactive_ui_tests', 208 '../chrome/chrome.gyp:interactive_ui_tests',
209 # TODO(bradnelson): fix and enable. 209 '../chrome/chrome.gyp:nacl_ui_tests',
210 #'../chrome/chrome.gyp:nacl_ui_tests', 210 '../chrome/chrome.gyp:nacl_sandbox_tests',
211 #'../chrome/chrome.gyp:nacl_sandbox_tests',
212 '../chrome/chrome.gyp:safe_browsing_tests', 211 '../chrome/chrome.gyp:safe_browsing_tests',
213 '../chrome/chrome.gyp:sync_integration_tests', 212 '../chrome/chrome.gyp:sync_integration_tests',
214 '../chrome/chrome.gyp:sync_unit_tests', 213 '../chrome/chrome.gyp:sync_unit_tests',
215 '../chrome/chrome.gyp:ui_tests', 214 '../chrome/chrome.gyp:ui_tests',
216 '../chrome/chrome.gyp:unit_tests', 215 '../chrome/chrome.gyp:unit_tests',
217 '../ui/ui.gyp:gfx_unittests', 216 '../ui/ui.gyp:gfx_unittests',
218 '../gpu/gpu.gyp:gpu_unittests', 217 '../gpu/gpu.gyp:gpu_unittests',
219 '../ipc/ipc.gyp:ipc_tests', 218 '../ipc/ipc.gyp:ipc_tests',
220 '../jingle/jingle.gyp:jingle_unittests', 219 '../jingle/jingle.gyp:jingle_unittests',
221 '../media/media.gyp:media_unittests', 220 '../media/media.gyp:media_unittests',
222 '../net/net.gyp:net_unittests', 221 '../net/net.gyp:net_unittests',
223 '../printing/printing.gyp:printing_unittests', 222 '../printing/printing.gyp:printing_unittests',
224 '../remoting/remoting.gyp:remoting_unittests', 223 '../remoting/remoting.gyp:remoting_unittests',
225 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 224 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
226 'temp_gyp/googleurl.gyp:googleurl_unittests', 225 'temp_gyp/googleurl.gyp:googleurl_unittests',
227 ], 226 ],
228 'conditions': [ 227 'conditions': [
229 ['OS=="win"', { 228 ['OS=="win"', {
230 'dependencies': [ 229 'dependencies': [
231 '../chrome/chrome.gyp:installer_util_unittests', 230 '../chrome/chrome.gyp:installer_util_unittests',
232 # TODO(bradnelson): fix and enable. 231 '../chrome/chrome.gyp:mini_installer_test',
233 #'../chrome/chrome.gyp:mini_installer_test',
234 # mini_installer_tests depends on mini_installer. This should be 232 # mini_installer_tests depends on mini_installer. This should be
235 # defined in installer.gyp. 233 # defined in installer.gyp.
234 # TODO(bradnelson): fix and enable.
236 #'../chrome/installer/mini_installer.gyp:mini_installer', 235 #'../chrome/installer/mini_installer.gyp:mini_installer',
237 #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 236 #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
238 #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 237 #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
239 #'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 238 #'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
240 #'../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 239 #'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
241 #'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 240 #'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
242 #'../chrome_frame/chrome_frame.gyp:npchrome_frame', 241 #'../chrome_frame/chrome_frame.gyp:npchrome_frame',
243 '../courgette/courgette.gyp:courgette_unittests', 242 '../courgette/courgette.gyp:courgette_unittests',
244 '../sandbox/sandbox.gyp:sbox_integration_tests', 243 '../sandbox/sandbox.gyp:sbox_integration_tests',
245 '../sandbox/sandbox.gyp:sbox_unittests', 244 '../sandbox/sandbox.gyp:sbox_unittests',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 ], # targets 555 ], # targets
557 }], # "chromeos==1" 556 }], # "chromeos==1"
558 ], # conditions 557 ], # conditions
559 } 558 }
560 559
561 # Local Variables: 560 # Local Variables:
562 # tab-width:2 561 # tab-width:2
563 # indent-tabs-mode:nil 562 # indent-tabs-mode:nil
564 # End: 563 # End:
565 # vim: set expandtab tabstop=2 shiftwidth=2: 564 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698