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

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 review 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
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 150 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

Powered by Google App Engine
This is Rietveld 408576698