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

Side by Side Diff: android_webview/android_webview.gyp

Issue 11630004: DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: For landing Created 8 years 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 | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 }, 7 },
8 'includes': [ 8 'includes': [
9 'android_webview_tests.gypi', 9 'android_webview_tests.gypi',
10 ], 10 ],
(...skipping 19 matching lines...) Expand all
30 # dependencies correctly; force this to be linked as a workaround. 30 # dependencies correctly; force this to be linked as a workaround.
31 'cpufeatures.a', 31 'cpufeatures.a',
32 ], 32 ],
33 }], 33 }],
34 ], 34 ],
35 }, 35 },
36 { 36 {
37 'target_name': 'android_webview_pak', 37 'target_name': 'android_webview_pak',
38 'type': 'none', 38 'type': 'none',
39 'dependencies': [ 39 'dependencies': [
40 '<(DEPTH)/content/browser/debugger/devtools_resources.gyp:devtools_resou rces', 40 '<(DEPTH)/content/browser/devtools/devtools_resources.gyp:devtools_resou rces',
41 '<(DEPTH)/content/content_resources.gyp:content_resources', 41 '<(DEPTH)/content/content_resources.gyp:content_resources',
42 '<(DEPTH)/net/net.gyp:net_resources', 42 '<(DEPTH)/net/net.gyp:net_resources',
43 '<(DEPTH)/ui/ui.gyp:ui_resources', 43 '<(DEPTH)/ui/ui.gyp:ui_resources',
44 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 44 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
45 ], 45 ],
46 'variables': { 46 'variables': {
47 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', 47 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
48 }, 48 },
49 'actions': [ 49 'actions': [
50 { 50 {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'package_name': 'android_webview', 210 'package_name': 'android_webview',
211 'apk_name': 'AndroidWebView', 211 'apk_name': 'AndroidWebView',
212 'manifest_package_name': 'org.chromium.android_webview', 212 'manifest_package_name': 'org.chromium.android_webview',
213 'java_in_dir': '../android_webview/java', 213 'java_in_dir': '../android_webview/java',
214 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'], 214 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'],
215 }, 215 },
216 'includes': [ '../build/java_apk.gypi' ], 216 'includes': [ '../build/java_apk.gypi' ],
217 }, 217 },
218 ], 218 ],
219 } 219 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698