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

Side by Side Diff: build/all.gyp

Issue 16023013: Introduce the iOS consumer API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 7 years, 6 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 | ios/OWNERS » ('j') | ios/consumer/public/DEPS » ('J')
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../third_party/npapi/npapi.gyp:*', 59 '../third_party/npapi/npapi.gyp:*',
60 '../third_party/ots/ots.gyp:*', 60 '../third_party/ots/ots.gyp:*',
61 '../third_party/qcms/qcms.gyp:*', 61 '../third_party/qcms/qcms.gyp:*',
62 '../third_party/re2/re2.gyp:re2', 62 '../third_party/re2/re2.gyp:re2',
63 '../third_party/WebKit/public/all.gyp:*', 63 '../third_party/WebKit/public/all.gyp:*',
64 '../v8/tools/gyp/v8.gyp:*', 64 '../v8/tools/gyp/v8.gyp:*',
65 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', 65 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
66 '../webkit/webkit.gyp:*', 66 '../webkit/webkit.gyp:*',
67 '<(libjpeg_gyp_path):*', 67 '<(libjpeg_gyp_path):*',
68 ], 68 ],
69 }, { # 'OS=="ios"'
70 'dependencies': [
71 '../ios/consumer/ios_consumer.gyp:*',
72 ],
69 }], 73 }],
70 ['os_posix==1 and OS!="android" and OS!="ios"', { 74 ['os_posix==1 and OS!="android" and OS!="ios"', {
71 'dependencies': [ 75 'dependencies': [
72 '../third_party/yasm/yasm.gyp:*#host', 76 '../third_party/yasm/yasm.gyp:*#host',
73 ], 77 ],
74 }], 78 }],
75 ['OS=="mac" or OS=="ios" or OS=="win"', { 79 ['OS=="mac" or OS=="ios" or OS=="win"', {
76 'dependencies': [ 80 'dependencies': [
77 '../third_party/nss/nss.gyp:*', 81 '../third_party/nss/nss.gyp:*',
78 ], 82 ],
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 '../chrome/chrome.gyp:interactive_ui_tests_run', 879 '../chrome/chrome.gyp:interactive_ui_tests_run',
876 '../chrome/chrome.gyp:sync_integration_tests_run', 880 '../chrome/chrome.gyp:sync_integration_tests_run',
877 '../chrome/chrome.gyp:unit_tests_run', 881 '../chrome/chrome.gyp:unit_tests_run',
878 '../net/net.gyp:net_unittests_run', 882 '../net/net.gyp:net_unittests_run',
879 ], 883 ],
880 }, # target_name: chromium_swarm_tests 884 }, # target_name: chromium_swarm_tests
881 ], 885 ],
882 }], 886 }],
883 ], # conditions 887 ], # conditions
884 } 888 }
OLDNEW
« no previous file with comments | « no previous file | ios/OWNERS » ('j') | ios/consumer/public/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698