OLD | NEW |
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 'includes': [ | 8 'includes': [ |
9 'android_webview_tests.gypi', | 9 'android_webview_tests.gypi', |
10 ], | 10 ], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 '../components/components.gyp:autofill_content_renderer', | 78 '../components/components.gyp:autofill_content_renderer', |
79 '../components/components.gyp:navigation_interception', | 79 '../components/components.gyp:navigation_interception', |
80 '../components/components.gyp:visitedlink_browser', | 80 '../components/components.gyp:visitedlink_browser', |
81 '../components/components.gyp:visitedlink_renderer', | 81 '../components/components.gyp:visitedlink_renderer', |
82 '../components/components.gyp:web_contents_delegate_android', | 82 '../components/components.gyp:web_contents_delegate_android', |
83 '../content/content.gyp:content_app_both', | 83 '../content/content.gyp:content_app_both', |
84 '../skia/skia.gyp:skia', | 84 '../skia/skia.gyp:skia', |
85 '../gpu/gpu.gyp:command_buffer_service', | 85 '../gpu/gpu.gyp:command_buffer_service', |
86 '../gpu/gpu.gyp:gles2_implementation', | 86 '../gpu/gpu.gyp:gles2_implementation', |
87 '../ui/gl/gl.gyp:gl', | 87 '../ui/gl/gl.gyp:gl', |
| 88 '../ui/ui.gyp:shell_dialogs', |
88 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 89 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
89 'android_webview_pak', | 90 'android_webview_pak', |
90 ], | 91 ], |
91 'include_dirs': [ | 92 'include_dirs': [ |
92 '..', | 93 '..', |
93 '../skia/config', | 94 '../skia/config', |
94 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', | 95 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', |
95 ], | 96 ], |
96 'sources': [ | 97 'sources': [ |
97 'browser/aw_browser_context.cc', | 98 'browser/aw_browser_context.cc', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 '../content/content.gyp:content_java', | 198 '../content/content.gyp:content_java', |
198 '../ui/ui.gyp:ui_java', | 199 '../ui/ui.gyp:ui_java', |
199 ], | 200 ], |
200 'variables': { | 201 'variables': { |
201 'java_in_dir': '../android_webview/java', | 202 'java_in_dir': '../android_webview/java', |
202 }, | 203 }, |
203 'includes': [ '../build/java.gypi' ], | 204 'includes': [ '../build/java.gypi' ], |
204 }, | 205 }, |
205 ], | 206 ], |
206 } | 207 } |
OLD | NEW |