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

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

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 years, 3 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/native/aw_devtools_server.cc ('k') | chrome/browser/BUILD.gn » ('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 (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',
20 '../../components/components.gyp:web_contents_delegate_android', 19 '../../components/components.gyp:web_contents_delegate_android',
21 '../../components/components_strings.gyp:components_strings', 20 '../../components/components_strings.gyp:components_strings',
22 '../../content/content.gyp:content_common', 21 '../../content/content.gyp:content_common',
23 '../../media/media.gyp:player_android', 22 '../../media/media.gyp:player_android',
24 '../../net/net.gyp:net', 23 '../../net/net.gyp:net',
25 '../../skia/skia.gyp:skia', 24 '../../skia/skia.gyp:skia',
26 '../../storage/storage_browser.gyp:storage', 25 '../../storage/storage_browser.gyp:storage',
27 '../../storage/storage_common.gyp:storage_common', 26 '../../storage/storage_common.gyp:storage_common',
28 '../../ui/base/ui_base.gyp:ui_base', 27 '../../ui/base/ui_base.gyp:ui_base',
29 '../../ui/gfx/gfx.gyp:gfx', 28 '../../ui/gfx/gfx.gyp:gfx',
(...skipping 23 matching lines...) Expand all
53 'aw_contents_client_bridge.cc', 52 'aw_contents_client_bridge.cc',
54 'aw_contents_client_bridge.h', 53 'aw_contents_client_bridge.h',
55 'aw_contents_io_thread_client_impl.cc', 54 'aw_contents_io_thread_client_impl.cc',
56 'aw_contents_io_thread_client_impl.h', 55 'aw_contents_io_thread_client_impl.h',
57 'aw_contents_lifecycle_notifier.cc', 56 'aw_contents_lifecycle_notifier.cc',
58 'aw_contents_lifecycle_notifier.h', 57 'aw_contents_lifecycle_notifier.h',
59 'aw_contents_statics.cc', 58 'aw_contents_statics.cc',
60 'aw_contents_statics.h', 59 'aw_contents_statics.h',
61 'aw_debug.cc', 60 'aw_debug.cc',
62 'aw_debug.h', 61 'aw_debug.h',
63 'aw_dev_tools_server.cc', 62 'aw_devtools_server.cc',
64 'aw_dev_tools_server.h', 63 'aw_devtools_server.h',
65 'aw_form_database.cc', 64 'aw_form_database.cc',
66 'aw_form_database.h', 65 'aw_form_database.h',
67 'aw_gl_functor.cc', 66 'aw_gl_functor.cc',
68 'aw_gl_functor.h', 67 'aw_gl_functor.h',
69 'aw_http_auth_handler.cc', 68 'aw_http_auth_handler.cc',
70 'aw_http_auth_handler.h', 69 'aw_http_auth_handler.h',
71 'aw_locale_manager_impl.cc', 70 'aw_locale_manager_impl.cc',
72 'aw_locale_manager_impl.h', 71 'aw_locale_manager_impl.h',
73 'aw_media_url_interceptor.cc', 72 'aw_media_url_interceptor.cc',
74 'aw_media_url_interceptor.h', 73 'aw_media_url_interceptor.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 { 179 {
181 'target_name': 'android_webview_aw_permission_request_resource', 180 'target_name': 'android_webview_aw_permission_request_resource',
182 'type': 'none', 181 'type': 'none',
183 'variables': { 182 'variables': {
184 'source_file': 'permission/aw_permission_request.h', 183 'source_file': 'permission/aw_permission_request.h',
185 }, 184 },
186 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 185 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
187 }, 186 },
188 ], 187 ],
189 } 188 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_devtools_server.cc ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698