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

Side by Side Diff: build/all.gyp

Issue 1070563005: [Android WebView] Upstream WebViewShell to chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix copyright year Created 5 years, 8 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 | « android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewBrowserActivity.java ('k') | 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 # TODO(nyquist) This should instead by a target for sync when all of 78 # TODO(nyquist) This should instead by a target for sync when all of
79 # the sync-related code for Android has been upstreamed. 79 # the sync-related code for Android has been upstreamed.
80 # See http://crbug.com/159203 80 # See http://crbug.com/159203
81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
82 ], 82 ],
83 'conditions': [ 83 'conditions': [
84 ['chromecast==0', { 84 ['chromecast==0', {
85 'dependencies': [ 85 'dependencies': [
86 '../android_webview/android_webview.gyp:android_webview_apk', 86 '../android_webview/android_webview.gyp:android_webview_apk',
87 '../android_webview/android_webview.gyp:system_webview_apk', 87 '../android_webview/android_webview.gyp:system_webview_apk',
88 '../android_webview/android_webview_shell.gyp:android_webview_sh ell_apk',
88 '../android_webview/android_webview_telemetry_shell.gyp:android_ webview_telemetry_shell_apk', 89 '../android_webview/android_webview_telemetry_shell.gyp:android_ webview_telemetry_shell_apk',
89 '../chrome/chrome.gyp:chrome_shell_apk', 90 '../chrome/chrome.gyp:chrome_shell_apk',
90 '../chrome/chrome.gyp:chrome_sync_shell_apk', 91 '../chrome/chrome.gyp:chrome_sync_shell_apk',
91 '../remoting/remoting.gyp:remoting_apk', 92 '../remoting/remoting.gyp:remoting_apk',
92 ], 93 ],
93 }], 94 }],
94 ['target_arch == "arm" or target_arch == "arm64"', { 95 ['target_arch == "arm" or target_arch == "arm64"', {
95 'dependencies': [ 96 'dependencies': [
96 # The relocation packer only works on ARM or ARM64. 97 # The relocation packer only works on ARM or ARM64.
97 '../tools/relocation_packer/relocation_packer.gyp:relocation_pac ker_unittests#host', 98 '../tools/relocation_packer/relocation_packer.gyp:relocation_pac ker_unittests#host',
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 'dependencies': [ 1375 'dependencies': [
1375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1376 '../ui/views/views.gyp:views', 1377 '../ui/views/views.gyp:views',
1377 '../ui/views/views.gyp:views_unittests', 1378 '../ui/views/views.gyp:views_unittests',
1378 ], 1379 ],
1379 }, # target_name: macviews_builder 1380 }, # target_name: macviews_builder
1380 ], # targets 1381 ], # targets
1381 }], # os=='mac' and toolkit_views==1 1382 }], # os=='mac' and toolkit_views==1
1382 ], # conditions 1383 ], # conditions
1383 } 1384 }
OLDNEW
« no previous file with comments | « android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewBrowserActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698