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

Side by Side Diff: build/all.gyp

Issue 54583002: Fix for iOS build after r231478. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: just all.gyp Created 7 years, 1 month 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 | no next file » | 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../tools/gn/gn.gyp:*', 68 '../tools/gn/gn.gyp:*',
69 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 69 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
70 '../v8/tools/gyp/v8.gyp:*', 70 '../v8/tools/gyp/v8.gyp:*',
71 '../webkit/glue/webkit_glue.gyp:*', 71 '../webkit/glue/webkit_glue.gyp:*',
72 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', 72 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
73 '<(libjpeg_gyp_path):*', 73 '<(libjpeg_gyp_path):*',
74 ], 74 ],
75 }, { # 'OS=="ios"' 75 }, { # 'OS=="ios"'
76 'dependencies': [ 76 'dependencies': [
77 '../ios/ios.gyp:*', 77 '../ios/ios.gyp:*',
78 '../ui/ui_unittests.gyp:ui_unittests',
78 ], 79 ],
79 }], 80 }],
80 ['OS!="android" and OS!="ios"', { 81 ['OS!="android" and OS!="ios"', {
81 'dependencies': [ 82 'dependencies': [
82 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', 83 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
83 ], 84 ],
84 }], 85 }],
85 ['os_posix==1 and OS!="android" and OS!="ios"', { 86 ['os_posix==1 and OS!="android" and OS!="ios"', {
86 'dependencies': [ 87 'dependencies': [
87 '../third_party/yasm/yasm.gyp:*#host', 88 '../third_party/yasm/yasm.gyp:*#host',
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 '../chrome/chrome.gyp:interactive_ui_tests_run', 1019 '../chrome/chrome.gyp:interactive_ui_tests_run',
1019 '../chrome/chrome.gyp:sync_integration_tests_run', 1020 '../chrome/chrome.gyp:sync_integration_tests_run',
1020 '../chrome/chrome.gyp:unit_tests_run', 1021 '../chrome/chrome.gyp:unit_tests_run',
1021 '../net/net.gyp:net_unittests_run', 1022 '../net/net.gyp:net_unittests_run',
1022 ], 1023 ],
1023 }, # target_name: chromium_swarm_tests 1024 }, # target_name: chromium_swarm_tests
1024 ], 1025 ],
1025 }], 1026 }],
1026 ], # conditions 1027 ], # conditions
1027 } 1028 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698