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

Side by Side Diff: android_webview/android_webview.gyp

Issue 415043006: [Android WebView] AwMediaUrlInterceptor to handle media assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/android_webview_tests.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 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'libwebviewchromium', 10 'target_name': 'libwebviewchromium',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 '../components/components.gyp:auto_login_parser', 102 '../components/components.gyp:auto_login_parser',
103 '../components/components.gyp:autofill_content_renderer', 103 '../components/components.gyp:autofill_content_renderer',
104 '../components/components.gyp:cdm_browser', 104 '../components/components.gyp:cdm_browser',
105 '../components/components.gyp:cdm_renderer', 105 '../components/components.gyp:cdm_renderer',
106 '../components/components.gyp:data_reduction_proxy_browser', 106 '../components/components.gyp:data_reduction_proxy_browser',
107 '../components/components.gyp:navigation_interception', 107 '../components/components.gyp:navigation_interception',
108 '../components/components.gyp:visitedlink_browser', 108 '../components/components.gyp:visitedlink_browser',
109 '../components/components.gyp:visitedlink_renderer', 109 '../components/components.gyp:visitedlink_renderer',
110 '../components/components.gyp:web_contents_delegate_android', 110 '../components/components.gyp:web_contents_delegate_android',
111 '../content/content.gyp:content_app_both', 111 '../content/content.gyp:content_app_both',
112 '../content/content.gyp:content_browser',
112 '../gpu/gpu.gyp:command_buffer_service', 113 '../gpu/gpu.gyp:command_buffer_service',
113 '../gpu/gpu.gyp:gles2_implementation', 114 '../gpu/gpu.gyp:gles2_implementation',
114 '../gpu/gpu.gyp:gl_in_process_context', 115 '../gpu/gpu.gyp:gl_in_process_context',
115 '../media/media.gyp:media', 116 '../media/media.gyp:media',
116 '../printing/printing.gyp:printing', 117 '../printing/printing.gyp:printing',
117 '../skia/skia.gyp:skia', 118 '../skia/skia.gyp:skia',
118 '../third_party/WebKit/public/blink.gyp:blink', 119 '../third_party/WebKit/public/blink.gyp:blink',
119 '../v8/tools/gyp/v8.gyp:v8', 120 '../v8/tools/gyp/v8.gyp:v8',
120 '../ui/gl/gl.gyp:gl', 121 '../ui/gl/gl.gyp:gl',
121 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 122 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '../components/components.gyp:web_contents_delegate_android_java', 274 '../components/components.gyp:web_contents_delegate_android_java',
274 '../content/content.gyp:content_java', 275 '../content/content.gyp:content_java',
275 '../ui/android/ui_android.gyp:ui_java', 276 '../ui/android/ui_android.gyp:ui_java',
276 ], 277 ],
277 'variables': { 278 'variables': {
278 'java_in_dir': '../android_webview/java', 279 'java_in_dir': '../android_webview/java',
279 }, 280 },
280 'includes': [ '../build/java.gypi' ], 281 'includes': [ '../build/java.gypi' ],
281 }, 282 },
282 ], 283 ],
283 }, { # android_webview_build==1 284 }, { # android_webview_build==1
284 'targets': [ 285 'targets': [
285 { 286 {
286 'target_name': 'android_webview_jarjar_ui_resources', 287 'target_name': 'android_webview_jarjar_ui_resources',
287 'android_unmangled_name': 1, 288 'android_unmangled_name': 1,
288 'type': 'none', 289 'type': 'none',
289 'variables': { 290 'variables': {
290 'res_dir': '../ui/android/java/res', 291 'res_dir': '../ui/android/java/res',
291 'rules_file': '../android_webview/build/jarjar-rules.txt', 292 'rules_file': '../android_webview/build/jarjar-rules.txt',
292 }, 293 },
293 'includes': ['../android_webview/build/jarjar_resources.gypi'], 294 'includes': ['../android_webview/build/jarjar_resources.gypi'],
(...skipping 16 matching lines...) Expand all
310 '../content/content.gyp:content_strings_grd', 311 '../content/content.gyp:content_strings_grd',
311 '../ui/android/ui_android.gyp:ui_strings_grd', 312 '../ui/android/ui_android.gyp:ui_strings_grd',
312 'android_webview_jarjar_ui_resources', 313 'android_webview_jarjar_ui_resources',
313 'android_webview_jarjar_content_resources' 314 'android_webview_jarjar_content_resources'
314 ], 315 ],
315 }, 316 },
316 ], 317 ],
317 }], 318 }],
318 ], 319 ],
319 } 320 }
OLDNEW
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698