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

Side by Side Diff: build/all.gyp

Issue 1222403005: Expose custom tab client gyp target in chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll custom_tabs_client in third_party Created 5 years, 5 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 | « DEPS ('k') | build/java.gypi » ('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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 # Unit test bundles packaged as an apk. 880 # Unit test bundles packaged as an apk.
881 '../android_webview/android_webview.gyp:android_webview_test_apk ', 881 '../android_webview/android_webview.gyp:android_webview_test_apk ',
882 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', 882 '../android_webview/android_webview.gyp:android_webview_unittest s_apk',
883 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', 883 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk',
884 '../chrome/chrome.gyp:chrome_junit_tests', 884 '../chrome/chrome.gyp:chrome_junit_tests',
885 '../chrome/chrome.gyp:chrome_shell_test_apk', 885 '../chrome/chrome.gyp:chrome_shell_test_apk',
886 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', 886 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
887 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 887 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
888 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', 888 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
889 '../chrome/chrome.gyp:unit_tests_apk', 889 '../chrome/chrome.gyp:unit_tests_apk',
890 '../third_party/custom_tabs_client/src/custom_tabs_client.gyp:cu stom_tabs_client_example_apk',
890 ], 891 ],
891 }], 892 }],
892 ], 893 ],
893 }, 894 },
894 { 895 {
895 # WebRTC Chromium tests to run on Android. 896 # WebRTC Chromium tests to run on Android.
896 'target_name': 'android_builder_chromium_webrtc', 897 'target_name': 'android_builder_chromium_webrtc',
897 'type': 'none', 898 'type': 'none',
898 'dependencies': [ 899 'dependencies': [
899 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', 900 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'dependencies': [ 1403 'dependencies': [
1403 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1404 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1404 '../ui/views/views.gyp:views', 1405 '../ui/views/views.gyp:views',
1405 '../ui/views/views.gyp:views_unittests', 1406 '../ui/views/views.gyp:views_unittests',
1406 ], 1407 ],
1407 }, # target_name: macviews_builder 1408 }, # target_name: macviews_builder
1408 ], # targets 1409 ], # targets
1409 }], # os=='mac' and toolkit_views==1 1410 }], # os=='mac' and toolkit_views==1
1410 ], # conditions 1411 ], # conditions
1411 } 1412 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698