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

Side by Side Diff: build/all.gyp

Issue 559053003: Add google_apis.gyp:google_apis_unittests to iOS build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 | no next file » | 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 47 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
48 '../mojo/mojo_base.gyp:mojo_public_bindings_unittests', 48 '../mojo/mojo_base.gyp:mojo_public_bindings_unittests',
49 '../mojo/mojo_base.gyp:mojo_public_environment_unittests', 49 '../mojo/mojo_base.gyp:mojo_public_environment_unittests',
50 '../mojo/mojo_base.gyp:mojo_public_system_perftests', 50 '../mojo/mojo_base.gyp:mojo_public_system_perftests',
51 '../mojo/mojo_base.gyp:mojo_public_system_unittests', 51 '../mojo/mojo_base.gyp:mojo_public_system_unittests',
52 '../mojo/mojo_base.gyp:mojo_public_test_utils', 52 '../mojo/mojo_base.gyp:mojo_public_test_utils',
53 '../mojo/mojo_base.gyp:mojo_public_utility_unittests', 53 '../mojo/mojo_base.gyp:mojo_public_utility_unittests',
54 '../mojo/mojo_base.gyp:mojo_system', 54 '../mojo/mojo_base.gyp:mojo_system',
55 '../mojo/mojo_base.gyp:mojo_system_impl', 55 '../mojo/mojo_base.gyp:mojo_system_impl',
56 '../mojo/mojo_base.gyp:mojo_system_unittests', 56 '../mojo/mojo_base.gyp:mojo_system_unittests',
57 '../google_apis/google_apis.gyp:google_apis_unittests',
57 '../ui/base/ui_base_tests.gyp:ui_unittests', 58 '../ui/base/ui_base_tests.gyp:ui_unittests',
58 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', 59 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
59 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 60 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
60 ], 61 ],
61 }], 62 }],
62 ['OS=="android"', { 63 ['OS=="android"', {
63 'dependencies': [ 64 'dependencies': [
64 '../content/content_shell_and_tests.gyp:content_shell_apk', 65 '../content/content_shell_and_tests.gyp:content_shell_apk',
65 '../mojo/mojo.gyp:mojo_shell_apk', 66 '../mojo/mojo.gyp:mojo_shell_apk',
66 '../mojo/mojo_base.gyp:mojo_test_apk', 67 '../mojo/mojo_base.gyp:mojo_test_apk',
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 'dependencies': [ 1308 'dependencies': [
1308 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1309 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1309 '../ui/views/views.gyp:views', 1310 '../ui/views/views.gyp:views',
1310 '../ui/views/views.gyp:views_unittests', 1311 '../ui/views/views.gyp:views_unittests',
1311 ], 1312 ],
1312 }, # target_name: macviews_builder 1313 }, # target_name: macviews_builder
1313 ], # targets 1314 ], # targets
1314 }], # os=='mac' and toolkit_views==1 1315 }], # os=='mac' and toolkit_views==1
1315 ], # conditions 1316 ], # conditions
1316 } 1317 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698