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

Side by Side Diff: android_webview/native/webview_native.gyp

Issue 1714573002: Remove the ability of webpages to specify strings for the onbeforeunload dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 9 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
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 7 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 # GN version: //android_webview/native:native 11 # GN version: //android_webview/native:native
12 'target_name': 'webview_native', 12 'target_name': 'webview_native',
13 'type': 'static_library', 13 'type': 'static_library',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base_static', 15 '../../base/base.gyp:base_static',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
17 '../../cc/cc.gyp:cc', 17 '../../cc/cc.gyp:cc',
18 '../../components/components.gyp:autofill_content_browser', 18 '../../components/components.gyp:autofill_content_browser',
19 '../../components/components.gyp:devtools_http_handler', 19 '../../components/components.gyp:devtools_http_handler',
20 '../../components/components.gyp:web_contents_delegate_android', 20 '../../components/components.gyp:web_contents_delegate_android',
21 '../../components/components_strings.gyp:components_strings',
21 '../../content/content.gyp:content_common', 22 '../../content/content.gyp:content_common',
22 '../../media/media.gyp:player_android', 23 '../../media/media.gyp:player_android',
23 '../../net/net.gyp:net', 24 '../../net/net.gyp:net',
24 '../../skia/skia.gyp:skia', 25 '../../skia/skia.gyp:skia',
25 '../../storage/storage_browser.gyp:storage', 26 '../../storage/storage_browser.gyp:storage',
26 '../../storage/storage_common.gyp:storage_common', 27 '../../storage/storage_common.gyp:storage_common',
27 '../../ui/base/ui_base.gyp:ui_base', 28 '../../ui/base/ui_base.gyp:ui_base',
28 '../../ui/gfx/gfx.gyp:gfx', 29 '../../ui/gfx/gfx.gyp:gfx',
29 '../../ui/gfx/gfx.gyp:gfx_geometry', 30 '../../ui/gfx/gfx.gyp:gfx_geometry',
30 '../../third_party/boringssl/boringssl.gyp:boringssl', 31 '../../third_party/boringssl/boringssl.gyp:boringssl',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 { 178 {
178 'target_name': 'android_webview_aw_permission_request_resource', 179 'target_name': 'android_webview_aw_permission_request_resource',
179 'type': 'none', 180 'type': 'none',
180 'variables': { 181 'variables': {
181 'source_file': 'permission/aw_permission_request.h', 182 'source_file': 'permission/aw_permission_request.h',
182 }, 183 },
183 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 184 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
184 }, 185 },
185 ], 186 ],
186 } 187 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_contents_client_bridge.cc ('k') | android_webview/ui/grit_components_whitelist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698