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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final nits Created 4 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
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/browser/DEPS » ('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 'system_webview_package_name%': 'com.android.webview', 7 'system_webview_package_name%': 'com.android.webview',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'android_webview_pak', 11 'target_name': 'android_webview_pak',
12 'type': 'none', 12 'type': 'none',
13 'dependencies': [ 13 'dependencies': [
14 '<(DEPTH)/components/components_resources.gyp:components_resources',
14 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources' , 15 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources' ,
15 '<(DEPTH)/net/net.gyp:net_resources', 16 '<(DEPTH)/net/net.gyp:net_resources',
16 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources' , 17 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources' ,
17 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 18 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
18 ], 19 ],
19 'variables': { 20 'variables': {
20 'conditions': [ 21 'conditions': [
21 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', { 22 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', {
22 'arch_suffix':'32' 23 'arch_suffix':'32'
23 }], 24 }],
(...skipping 13 matching lines...) Expand all
37 'includes': [ '../build/grit_action.gypi' ], 38 'includes': [ '../build/grit_action.gypi' ],
38 }, 39 },
39 # GN version: //android_webview:repack_pack 40 # GN version: //android_webview:repack_pack
40 { 41 {
41 'action_name': 'repack_android_webview_pack', 42 'action_name': 'repack_android_webview_pack',
42 'variables': { 43 'variables': {
43 'pak_inputs': [ 44 'pak_inputs': [
44 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak', 45 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak',
45 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_image_res ources_100_percent.pak', 46 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_image_res ources_100_percent.pak',
46 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource s_100_percent.pak', 47 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource s_100_percent.pak',
48 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak',
47 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 49 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
48 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 50 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
49 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak', 51 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak',
52 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
50 '<(grit_out_dir)/aw_resources.pak', 53 '<(grit_out_dir)/aw_resources.pak',
51 ], 54 ],
52 'pak_output': '<(webview_chromium_pak_path)', 55 'pak_output': '<(webview_chromium_pak_path)',
53 }, 56 },
54 'includes': [ '../build/repack_action.gypi' ], 57 'includes': [ '../build/repack_action.gypi' ],
55 }, 58 },
56 # GN version: //android_webview:generate_aw_strings 59 # GN version: //android_webview:generate_aw_strings
57 { 60 {
58 'action_name': 'generate_aw_strings', 61 'action_name': 'generate_aw_strings',
59 'variables': { 62 'variables': {
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 '../components/components.gyp:devtools_discovery', 235 '../components/components.gyp:devtools_discovery',
233 '../components/components.gyp:metrics', 236 '../components/components.gyp:metrics',
234 '../components/components.gyp:metrics_gpu', 237 '../components/components.gyp:metrics_gpu',
235 '../components/components.gyp:metrics_net', 238 '../components/components.gyp:metrics_net',
236 '../components/components.gyp:metrics_profiler', 239 '../components/components.gyp:metrics_profiler',
237 '../components/components.gyp:metrics_ui', 240 '../components/components.gyp:metrics_ui',
238 '../components/components.gyp:navigation_interception', 241 '../components/components.gyp:navigation_interception',
239 '../components/components.gyp:printing_common', 242 '../components/components.gyp:printing_common',
240 '../components/components.gyp:printing_browser', 243 '../components/components.gyp:printing_browser',
241 '../components/components.gyp:printing_renderer', 244 '../components/components.gyp:printing_renderer',
245 '../components/components.gyp:supervised_user_error_page',
246 '../components/components.gyp:supervised_user_error_page_gin',
242 '../components/components.gyp:visitedlink_browser', 247 '../components/components.gyp:visitedlink_browser',
243 '../components/components.gyp:visitedlink_renderer', 248 '../components/components.gyp:visitedlink_renderer',
244 '../components/components.gyp:web_contents_delegate_android', 249 '../components/components.gyp:web_contents_delegate_android',
250 '../components/components.gyp:web_restrictions_browser',
245 '../content/content.gyp:content_app_both', 251 '../content/content.gyp:content_app_both',
246 '../content/content.gyp:content_browser', 252 '../content/content.gyp:content_browser',
247 '../gin/gin.gyp:gin', 253 '../gin/gin.gyp:gin',
248 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 254 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
249 '../gpu/gpu.gyp:command_buffer_service', 255 '../gpu/gpu.gyp:command_buffer_service',
250 '../gpu/gpu.gyp:gl_in_process_context', 256 '../gpu/gpu.gyp:gl_in_process_context',
251 '../gpu/gpu.gyp:gles2_c_lib', 257 '../gpu/gpu.gyp:gles2_c_lib',
252 '../gpu/gpu.gyp:gles2_implementation', 258 '../gpu/gpu.gyp:gles2_implementation',
253 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 259 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
254 '../media/media.gyp:media', 260 '../media/media.gyp:media',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 }, 457 },
452 { 458 {
453 # GN version: //android_webview:android_webview_java 459 # GN version: //android_webview:android_webview_java
454 'target_name': 'android_webview_java', 460 'target_name': 'android_webview_java',
455 'type': 'none', 461 'type': 'none',
456 'dependencies': [ 462 'dependencies': [
457 '../android_webview/native/webview_native.gyp:android_webview_aw_permiss ion_request_resource', 463 '../android_webview/native/webview_native.gyp:android_webview_aw_permiss ion_request_resource',
458 '../components/components.gyp:external_video_surface_java', 464 '../components/components.gyp:external_video_surface_java',
459 '../components/components.gyp:navigation_interception_java', 465 '../components/components.gyp:navigation_interception_java',
460 '../components/components.gyp:web_contents_delegate_android_java', 466 '../components/components.gyp:web_contents_delegate_android_java',
467 '../components/components.gyp:web_restrictions_java_browser',
461 '../content/content.gyp:content_java', 468 '../content/content.gyp:content_java',
462 '../ui/android/ui_android.gyp:ui_java', 469 '../ui/android/ui_android.gyp:ui_java',
463 'android_webview_locale_paks', 470 'android_webview_locale_paks',
464 'android_webview_strings_grd', 471 'android_webview_strings_grd',
465 ], 472 ],
466 'variables': { 473 'variables': {
467 'java_in_dir': '../android_webview/java', 474 'java_in_dir': '../android_webview/java',
468 'has_java_resources': 1, 475 'has_java_resources': 1,
469 'R_package': 'org.chromium.android_webview', 476 'R_package': 'org.chromium.android_webview',
470 'R_package_relpath': 'org/chromium/android_webview', 477 'R_package_relpath': 'org/chromium/android_webview',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'includes': [ 'apk/system_webview_apk_common.gypi' ], 516 'includes': [ 'apk/system_webview_apk_common.gypi' ],
510 }, 517 },
511 ], 518 ],
512 }] 519 }]
513 ], 520 ],
514 'includes': [ 521 'includes': [
515 'android_webview_tests.gypi', 522 'android_webview_tests.gypi',
516 'apk/system_webview_paks.gypi', 523 'apk/system_webview_paks.gypi',
517 ], 524 ],
518 } 525 }
OLDNEW
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698