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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1423713015: [WIP] WebRestrictions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 'system_webview_package_name%': 'com.android.webview', 7 'system_webview_package_name%': 'com.android.webview',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '../components/components.gyp:crash_component', 229 '../components/components.gyp:crash_component',
230 '../components/components.gyp:data_reduction_proxy_core_browser', 230 '../components/components.gyp:data_reduction_proxy_core_browser',
231 '../components/components.gyp:devtools_discovery', 231 '../components/components.gyp:devtools_discovery',
232 '../components/components.gyp:navigation_interception', 232 '../components/components.gyp:navigation_interception',
233 '../components/components.gyp:printing_common', 233 '../components/components.gyp:printing_common',
234 '../components/components.gyp:printing_browser', 234 '../components/components.gyp:printing_browser',
235 '../components/components.gyp:printing_renderer', 235 '../components/components.gyp:printing_renderer',
236 '../components/components.gyp:visitedlink_browser', 236 '../components/components.gyp:visitedlink_browser',
237 '../components/components.gyp:visitedlink_renderer', 237 '../components/components.gyp:visitedlink_renderer',
238 '../components/components.gyp:web_contents_delegate_android', 238 '../components/components.gyp:web_contents_delegate_android',
239 '../components/components.gyp:web_restriction',
239 '../content/content.gyp:content_app_both', 240 '../content/content.gyp:content_app_both',
240 '../content/content.gyp:content_browser', 241 '../content/content.gyp:content_browser',
241 '../gin/gin.gyp:gin', 242 '../gin/gin.gyp:gin',
242 '../gpu/blink/gpu_blink.gyp:gpu_blink', 243 '../gpu/blink/gpu_blink.gyp:gpu_blink',
243 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 244 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
244 '../gpu/gpu.gyp:command_buffer_service', 245 '../gpu/gpu.gyp:command_buffer_service',
245 '../gpu/gpu.gyp:gl_in_process_context', 246 '../gpu/gpu.gyp:gl_in_process_context',
246 '../gpu/gpu.gyp:gles2_c_lib', 247 '../gpu/gpu.gyp:gles2_c_lib',
247 '../gpu/gpu.gyp:gles2_implementation', 248 '../gpu/gpu.gyp:gles2_implementation',
248 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 249 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 }, 431 },
431 { 432 {
432 # GN version: //android_webview:android_webview_java 433 # GN version: //android_webview:android_webview_java
433 'target_name': 'android_webview_java', 434 'target_name': 'android_webview_java',
434 'type': 'none', 435 'type': 'none',
435 'dependencies': [ 436 'dependencies': [
436 '../android_webview/native/webview_native.gyp:android_webview_aw_permiss ion_request_resource', 437 '../android_webview/native/webview_native.gyp:android_webview_aw_permiss ion_request_resource',
437 '../components/components.gyp:external_video_surface_java', 438 '../components/components.gyp:external_video_surface_java',
438 '../components/components.gyp:navigation_interception_java', 439 '../components/components.gyp:navigation_interception_java',
439 '../components/components.gyp:web_contents_delegate_android_java', 440 '../components/components.gyp:web_contents_delegate_android_java',
441 '../components/components.gyp:web_restriction_java',
440 '../content/content.gyp:content_java', 442 '../content/content.gyp:content_java',
441 '../ui/android/ui_android.gyp:ui_java', 443 '../ui/android/ui_android.gyp:ui_java',
442 'android_webview_locale_paks', 444 'android_webview_locale_paks',
443 'android_webview_strings_grd', 445 'android_webview_strings_grd',
444 ], 446 ],
445 'variables': { 447 'variables': {
446 'java_in_dir': '../android_webview/java', 448 'java_in_dir': '../android_webview/java',
447 'has_java_resources': 1, 449 'has_java_resources': 1,
448 'R_package': 'org.chromium.android_webview', 450 'R_package': 'org.chromium.android_webview',
449 'R_package_relpath': 'org/chromium/android_webview', 451 'R_package_relpath': 'org/chromium/android_webview',
(...skipping 29 matching lines...) Expand all
479 'android_manifest_template_vars': ['package=<(system_webview_package_nam e)'], 481 'android_manifest_template_vars': ['package=<(system_webview_package_nam e)'],
480 }, 482 },
481 'includes': [ 'apk/system_webview_apk_common.gypi' ], 483 'includes': [ 'apk/system_webview_apk_common.gypi' ],
482 }, 484 },
483 ], 485 ],
484 'includes': [ 486 'includes': [
485 'android_webview_tests.gypi', 487 'android_webview_tests.gypi',
486 'apk/system_webview_paks.gypi', 488 'apk/system_webview_paks.gypi',
487 ], 489 ],
488 } 490 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698