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

Side by Side Diff: build/all.gyp

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.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 | « base/tuple.h ('k') | build/android/PRESUBMIT.py » ('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 26 matching lines...) Expand all
37 ], 37 ],
38 'conditions': [ 38 'conditions': [
39 ['OS!="ios" and OS!="mac"', { 39 ['OS!="ios" and OS!="mac"', {
40 'dependencies': [ 40 'dependencies': [
41 '../ui/touch_selection/ui_touch_selection.gyp:*', 41 '../ui/touch_selection/ui_touch_selection.gyp:*',
42 ], 42 ],
43 }], 43 }],
44 ['OS=="ios"', { 44 ['OS=="ios"', {
45 'dependencies': [ 45 'dependencies': [
46 '../chrome/chrome.gyp:browser', 46 '../chrome/chrome.gyp:browser',
47 '../chrome/chrome.gyp:browser_ui',
47 '../ios/ios.gyp:*', 48 '../ios/ios.gyp:*',
48 # NOTE: This list of targets is present because 49 # NOTE: This list of targets is present because
49 # mojo_base.gyp:mojo_base cannot be built on iOS, as 50 # mojo_base.gyp:mojo_base cannot be built on iOS, as
50 # javascript-related targets cause v8 to be built. 51 # javascript-related targets cause v8 to be built.
51 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
52 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests',
53 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests',
54 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests',
55 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_utility_unittests',
56 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
57 '../mojo/edk/mojo_edk_tests.gyp:mojo_system_unittests',
58 '../mojo/mojo_base.gyp:mojo_common_lib', 52 '../mojo/mojo_base.gyp:mojo_common_lib',
59 '../mojo/mojo_base.gyp:mojo_common_unittests', 53 '../mojo/mojo_base.gyp:mojo_common_unittests',
60 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 54 '../mojo/mojo_edk.gyp:mojo_system_impl',
61 '../mojo/public/mojo_public.gyp:mojo_public_test_utils', 55 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
62 '../mojo/public/mojo_public.gyp:mojo_system', 56 '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
57 '../mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
58 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
59 '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
60 '../mojo/mojo_edk_tests.gyp:mojo_system_unittests',
61 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
62 '../mojo/mojo_public.gyp:mojo_public_test_utils',
63 '../mojo/mojo_public.gyp:mojo_system',
63 '../google_apis/google_apis.gyp:google_apis_unittests', 64 '../google_apis/google_apis.gyp:google_apis_unittests',
64 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 65 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
65 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', 66 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
66 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 67 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
67 ], 68 ],
68 }], 69 }],
69 ['OS=="android"', { 70 ['OS=="android"', {
70 'dependencies': [ 71 'dependencies': [
71 '../content/content_shell_and_tests.gyp:content_shell_apk', 72 '../content/content_shell_and_tests.gyp:content_shell_apk',
72 '<@(android_app_targets)', 73 '<@(android_app_targets)',
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'dependencies': [ 1401 'dependencies': [
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1402 '../ui/views/views.gyp:views', 1403 '../ui/views/views.gyp:views',
1403 '../ui/views/views.gyp:views_unittests', 1404 '../ui/views/views.gyp:views_unittests',
1404 ], 1405 ],
1405 }, # target_name: macviews_builder 1406 }, # target_name: macviews_builder
1406 ], # targets 1407 ], # targets
1407 }], # os=='mac' and toolkit_views==1 1408 }], # os=='mac' and toolkit_views==1
1408 ], # conditions 1409 ], # conditions
1409 } 1410 }
OLDNEW
« no previous file with comments | « base/tuple.h ('k') | build/android/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698