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

Side by Side Diff: build/all.gyp

Issue 983413004: Eliminate ui/ios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json » ('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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts', 60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts',
61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests', 61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests',
62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ', 62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ',
63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s', 63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s',
64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
65 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 65 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
66 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils', 66 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
67 '../third_party/mojo/mojo_public.gyp:mojo_system', 67 '../third_party/mojo/mojo_public.gyp:mojo_system',
68 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 68 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
69 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
70 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 69 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
71 ], 70 ],
72 }], 71 }],
73 ['OS=="android"', { 72 ['OS=="android"', {
74 'dependencies': [ 73 'dependencies': [
75 '../content/content_shell_and_tests.gyp:content_shell_apk', 74 '../content/content_shell_and_tests.gyp:content_shell_apk',
76 '<@(android_app_targets)', 75 '<@(android_app_targets)',
77 'android_builder_tests', 76 'android_builder_tests',
78 '../android_webview/android_webview.gyp:android_webview_apk', 77 '../android_webview/android_webview.gyp:android_webview_apk',
79 '../android_webview/android_webview.gyp:system_webview_apk', 78 '../android_webview/android_webview.gyp:system_webview_apk',
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'dependencies': [ 1330 'dependencies': [
1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1331 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1333 '../ui/views/views.gyp:views', 1332 '../ui/views/views.gyp:views',
1334 '../ui/views/views.gyp:views_unittests', 1333 '../ui/views/views.gyp:views_unittests',
1335 ], 1334 ],
1336 }, # target_name: macviews_builder 1335 }, # target_name: macviews_builder
1337 ], # targets 1336 ], # targets
1338 }], # os=='mac' and toolkit_views==1 1337 }], # os=='mac' and toolkit_views==1
1339 ], # conditions 1338 ], # conditions
1340 } 1339 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698