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

Side by Side Diff: build/all.gyp

Issue 264563005: Enable Mojo on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | mojo/embedder/embedder_unittest.cc » ('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 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 20 matching lines...) Expand all
31 '../third_party/zlib/zlib.gyp:*', 31 '../third_party/zlib/zlib.gyp:*',
32 '../ui/accessibility/accessibility.gyp:*', 32 '../ui/accessibility/accessibility.gyp:*',
33 '../ui/base/ui_base.gyp:*', 33 '../ui/base/ui_base.gyp:*',
34 '../ui/snapshot/snapshot.gyp:*', 34 '../ui/snapshot/snapshot.gyp:*',
35 '../url/url.gyp:*', 35 '../url/url.gyp:*',
36 ], 36 ],
37 'conditions': [ 37 'conditions': [
38 ['OS=="ios"', { 38 ['OS=="ios"', {
39 'dependencies': [ 39 'dependencies': [
40 '../ios/ios.gyp:*', 40 '../ios/ios.gyp:*',
41 '../mojo/mojo.gyp:*',
41 '../ui/gfx/gfx.gyp:gfx_unittests', 42 '../ui/gfx/gfx.gyp:gfx_unittests',
42 '../ui/ui_unittests.gyp:ui_unittests', 43 '../ui/ui_unittests.gyp:ui_unittests',
43 ], 44 ],
44 }], 45 }],
45 ['OS=="android"', { 46 ['OS=="android"', {
46 'dependencies': [ 47 'dependencies': [
47 '../content/content_shell_and_tests.gyp:content_shell_apk', 48 '../content/content_shell_and_tests.gyp:content_shell_apk',
48 '../mojo/mojo.gyp:mojo_shell_apk', 49 '../mojo/mojo.gyp:mojo_shell_apk',
49 '<@(android_app_targets)', 50 '<@(android_app_targets)',
50 'android_builder_tests', 51 'android_builder_tests',
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 # http://crbug.com/157234 1238 # http://crbug.com/157234
1238 #'../chrome/chrome.gyp:sync_integration_tests_run', 1239 #'../chrome/chrome.gyp:sync_integration_tests_run',
1239 '../chrome/chrome.gyp:unit_tests_run', 1240 '../chrome/chrome.gyp:unit_tests_run',
1240 '../net/net.gyp:net_unittests_run', 1241 '../net/net.gyp:net_unittests_run',
1241 ], 1242 ],
1242 }, # target_name: chromium_swarm_tests 1243 }, # target_name: chromium_swarm_tests
1243 ], 1244 ],
1244 }], 1245 }],
1245 ], # conditions 1246 ], # conditions
1246 } 1247 }
OLDNEW
« no previous file with comments | « no previous file | mojo/embedder/embedder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698