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

Side by Side Diff: android_webview/android_webview.gyp

Issue 47323002: ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui_unittests.gyp Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | build/all.gyp » ('J')
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 }, 7 },
8 'conditions': [ 8 'conditions': [
9 ['android_webview_build==0', { 9 ['android_webview_build==0', {
10 'includes': [ 10 'includes': [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'type': 'static_library', 90 'type': 'static_library',
91 'dependencies': [ 91 'dependencies': [
92 '../android_webview/native/webview_native.gyp:webview_native', 92 '../android_webview/native/webview_native.gyp:webview_native',
93 '../components/components.gyp:auto_login_parser', 93 '../components/components.gyp:auto_login_parser',
94 '../components/components.gyp:autofill_content_renderer', 94 '../components/components.gyp:autofill_content_renderer',
95 '../components/components.gyp:navigation_interception', 95 '../components/components.gyp:navigation_interception',
96 '../components/components.gyp:visitedlink_browser', 96 '../components/components.gyp:visitedlink_browser',
97 '../components/components.gyp:visitedlink_renderer', 97 '../components/components.gyp:visitedlink_renderer',
98 '../components/components.gyp:web_contents_delegate_android', 98 '../components/components.gyp:web_contents_delegate_android',
99 '../content/content.gyp:content_app_both', 99 '../content/content.gyp:content_app_both',
100 '../skia/skia.gyp:skia',
101 '../gpu/gpu.gyp:command_buffer_service', 100 '../gpu/gpu.gyp:command_buffer_service',
102 '../gpu/gpu.gyp:gles2_implementation', 101 '../gpu/gpu.gyp:gles2_implementation',
102 '../skia/skia.gyp:skia',
103 '../ui/gl/gl.gyp:gl', 103 '../ui/gl/gl.gyp:gl',
104 '../ui/ui.gyp:shell_dialogs', 104 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
105 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 105 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
106 'android_webview_pak', 106 'android_webview_pak',
107 ], 107 ],
108 'include_dirs': [ 108 'include_dirs': [
109 '..', 109 '..',
110 '../skia/config', 110 '../skia/config',
111 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', 111 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/',
112 ], 112 ],
113 'sources': [ 113 'sources': [
114 'browser/aw_browser_context.cc', 114 'browser/aw_browser_context.cc',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 '../content/content.gyp:content_java', 214 '../content/content.gyp:content_java',
215 '../ui/ui.gyp:ui_java', 215 '../ui/ui.gyp:ui_java',
216 ], 216 ],
217 'variables': { 217 'variables': {
218 'java_in_dir': '../android_webview/java', 218 'java_in_dir': '../android_webview/java',
219 }, 219 },
220 'includes': [ '../build/java.gypi' ], 220 'includes': [ '../build/java.gypi' ],
221 }, 221 },
222 ], 222 ],
223 } 223 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | build/all.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698