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

Side by Side Diff: build/all.gyp

Issue 12545010: Revert 186522 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 '../chrome/installer/mini_installer.gyp:mini_installer', 241 '../chrome/installer/mini_installer.gyp:mini_installer',
242 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 242 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
243 '../courgette/courgette.gyp:courgette_unittests', 243 '../courgette/courgette.gyp:courgette_unittests',
244 '../sandbox/sandbox.gyp:sbox_integration_tests', 244 '../sandbox/sandbox.gyp:sbox_integration_tests',
245 '../sandbox/sandbox.gyp:sbox_unittests', 245 '../sandbox/sandbox.gyp:sbox_unittests',
246 '../sandbox/sandbox.gyp:sbox_validation_tests', 246 '../sandbox/sandbox.gyp:sbox_validation_tests',
247 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 247 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
248 '../ui/app_list/app_list.gyp:app_list_unittests', 248 '../ui/app_list/app_list.gyp:app_list_unittests',
249 '../ui/views/views.gyp:views_unittests', 249 '../ui/views/views.gyp:views_unittests',
250 '../webkit/webkit.gyp:test_shell_common', 250 '../webkit/webkit.gyp:test_shell_common',
251 ], 251 ],
252 'conditions': [ 252 'conditions': [
253 ['target_arch!="x64"', { 253 ['target_arch!="x64"', {
254 'dependencies': [ 254 'dependencies': [
255 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 255 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
256 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 256 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
257 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests ', 257 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_test s',
258 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 258 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
259 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 259 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
260 ] 260 ]
261 }, { # target_arch!="x64" 261 }, { # target_arch!="x64"
262 'dependencies!': [ 262 'dependencies!': [
263 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 263 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
264 ], 264 ],
265 'defines': [ 265 'defines': [
266 'OMIT_CHROME_FRAME', 266 'OMIT_CHROME_FRAME',
267 ], 267 ],
268 }], # target_arch=="x64" 268 }], # target_arch=="x64"
269 # remoting_host_installation uses lots of non-trivial GYP that tend 269 ],
270 # to break because of differences between ninja and msbuild. Make
271 # sure this target is built by the builders on the main waterfall.
272 # See http://crbug.com/180600.
273 ['wix_exists == "True" and sas_dll_exists == "True"', {
274 'dependencies': [
275 '../remoting/remoting.gyp:remoting_host_installation',
276 ],
277 }],
278 ],
279 }], 270 }],
280 ['OS=="linux"', { 271 ['OS=="linux"', {
281 'dependencies': [ 272 'dependencies': [
282 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 273 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
283 ], 274 ],
284 }], 275 }],
285 ], 276 ],
286 }, # target_name: chromium_builder_tests 277 }, # target_name: chromium_builder_tests
287 { 278 {
288 'target_name': 'chromium_2010_builder_tests', 279 'target_name': 'chromium_2010_builder_tests',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 '../chrome/chrome.gyp:browser_tests_run', 800 '../chrome/chrome.gyp:browser_tests_run',
810 '../chrome/chrome.gyp:sync_integration_tests_run', 801 '../chrome/chrome.gyp:sync_integration_tests_run',
811 '../chrome/chrome.gyp:unit_tests_run', 802 '../chrome/chrome.gyp:unit_tests_run',
812 '../net/net.gyp:net_unittests_run', 803 '../net/net.gyp:net_unittests_run',
813 ], 804 ],
814 }, # target_name: chromium_swarm_tests 805 }, # target_name: chromium_swarm_tests
815 ], 806 ],
816 }], 807 }],
817 ], # conditions 808 ], # conditions
818 } 809 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698