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

Side by Side Diff: build/all.gyp

Issue 785233002: Enable chrome.gyp:browser on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | chrome/browser/BUILD.gn » ('j') | chrome/browser/signin/signin_global_error.cc » ('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 '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/display/display.gyp:display_unittests', 34 '../ui/display/display.gyp:display_unittests',
35 '../ui/snapshot/snapshot.gyp:*', 35 '../ui/snapshot/snapshot.gyp:*',
36 '../url/url.gyp:*', 36 '../url/url.gyp:*',
37 ], 37 ],
38 'conditions': [ 38 'conditions': [
39 ['OS=="ios"', { 39 ['OS=="ios"', {
40 'dependencies': [ 40 'dependencies': [
41 '../chrome/chrome.gyp:browser',
41 '../ios/ios.gyp:*', 42 '../ios/ios.gyp:*',
42 # NOTE: This list of targets is present because 43 # NOTE: This list of targets is present because
43 # mojo_base.gyp:mojo_base cannot be built on iOS, as 44 # mojo_base.gyp:mojo_base cannot be built on iOS, as
44 # javascript-related targets cause v8 to be built. 45 # javascript-related targets cause v8 to be built.
45 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests', 46 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
46 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests', 47 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests',
47 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests', 48 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests',
48 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests', 49 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests',
49 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_utility_unittests', 50 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_utility_unittests',
50 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', 51 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 'dependencies': [ 1383 'dependencies': [
1383 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1384 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1384 '../ui/views/views.gyp:views', 1385 '../ui/views/views.gyp:views',
1385 '../ui/views/views.gyp:views_unittests', 1386 '../ui/views/views.gyp:views_unittests',
1386 ], 1387 ],
1387 }, # target_name: macviews_builder 1388 }, # target_name: macviews_builder
1388 ], # targets 1389 ], # targets
1389 }], # os=='mac' and toolkit_views==1 1390 }], # os=='mac' and toolkit_views==1
1390 ], # conditions 1391 ], # conditions
1391 } 1392 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/signin/signin_global_error.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698