| 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 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'android_webview_pak', | 10 'target_name': 'android_webview_pak', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 '../components/components.gyp:printing_renderer', | 169 '../components/components.gyp:printing_renderer', |
| 170 '../components/components.gyp:visitedlink_browser', | 170 '../components/components.gyp:visitedlink_browser', |
| 171 '../components/components.gyp:visitedlink_renderer', | 171 '../components/components.gyp:visitedlink_renderer', |
| 172 '../components/components.gyp:web_contents_delegate_android', | 172 '../components/components.gyp:web_contents_delegate_android', |
| 173 '../content/content.gyp:content_app_both', | 173 '../content/content.gyp:content_app_both', |
| 174 '../content/content.gyp:content_browser', | 174 '../content/content.gyp:content_browser', |
| 175 '../gin/gin.gyp:gin', | 175 '../gin/gin.gyp:gin', |
| 176 '../gpu/blink/gpu_blink.gyp:gpu_blink', | 176 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
| 177 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 177 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 178 '../gpu/gpu.gyp:command_buffer_service', | 178 '../gpu/gpu.gyp:command_buffer_service', |
| 179 '../gpu/gpu.gyp:gl_in_process_context', |
| 180 '../gpu/gpu.gyp:gles2_c_lib', |
| 179 '../gpu/gpu.gyp:gles2_implementation', | 181 '../gpu/gpu.gyp:gles2_implementation', |
| 180 '../gpu/gpu.gyp:gl_in_process_context', | 182 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
| 181 '../media/media.gyp:media', | 183 '../media/media.gyp:media', |
| 182 '../printing/printing.gyp:printing', | 184 '../printing/printing.gyp:printing', |
| 183 '../skia/skia.gyp:skia', | 185 '../skia/skia.gyp:skia', |
| 184 '../third_party/WebKit/public/blink.gyp:blink', | 186 '../third_party/WebKit/public/blink.gyp:blink', |
| 185 '../ui/gl/gl.gyp:gl', | 187 '../ui/gl/gl.gyp:gl', |
| 186 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 188 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 187 '../v8/tools/gyp/v8.gyp:v8', | 189 '../v8/tools/gyp/v8.gyp:v8', |
| 188 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | |
| 189 'android_webview_pak', | 190 'android_webview_pak', |
| 190 'android_webview_version', | 191 'android_webview_version', |
| 191 ], | 192 ], |
| 192 'include_dirs': [ | 193 'include_dirs': [ |
| 193 '..', | 194 '..', |
| 194 '../skia/config', | 195 '../skia/config', |
| 195 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', | 196 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', |
| 196 ], | 197 ], |
| 197 'sources': [ | 198 'sources': [ |
| 198 'browser/aw_browser_context.cc', | 199 'browser/aw_browser_context.cc', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 229 'browser/aw_permission_manager.cc', | 230 'browser/aw_permission_manager.cc', |
| 230 'browser/aw_permission_manager.h', | 231 'browser/aw_permission_manager.h', |
| 231 'browser/aw_pref_store.cc', | 232 'browser/aw_pref_store.cc', |
| 232 'browser/aw_pref_store.h', | 233 'browser/aw_pref_store.h', |
| 233 'browser/aw_printing_message_filter.cc', | 234 'browser/aw_printing_message_filter.cc', |
| 234 'browser/aw_printing_message_filter.h', | 235 'browser/aw_printing_message_filter.h', |
| 235 'browser/aw_quota_manager_bridge.cc', | 236 'browser/aw_quota_manager_bridge.cc', |
| 236 'browser/aw_quota_manager_bridge.h', | 237 'browser/aw_quota_manager_bridge.h', |
| 237 'browser/aw_quota_permission_context.cc', | 238 'browser/aw_quota_permission_context.cc', |
| 238 'browser/aw_quota_permission_context.h', | 239 'browser/aw_quota_permission_context.h', |
| 240 'browser/aw_render_thread_context_provider.cc', |
| 241 'browser/aw_render_thread_context_provider.h', |
| 239 'browser/aw_request_interceptor.cc', | 242 'browser/aw_request_interceptor.cc', |
| 240 'browser/aw_request_interceptor.h', | 243 'browser/aw_request_interceptor.h', |
| 241 'browser/aw_resource_context.cc', | 244 'browser/aw_resource_context.cc', |
| 242 'browser/aw_resource_context.h', | 245 'browser/aw_resource_context.h', |
| 243 'browser/aw_ssl_host_state_delegate.cc', | 246 'browser/aw_ssl_host_state_delegate.cc', |
| 244 'browser/aw_ssl_host_state_delegate.h', | 247 'browser/aw_ssl_host_state_delegate.h', |
| 245 'browser/aw_result_codes.h', | 248 'browser/aw_result_codes.h', |
| 246 'browser/aw_web_preferences_populater.cc', | 249 'browser/aw_web_preferences_populater.cc', |
| 247 'browser/aw_web_preferences_populater.h', | 250 'browser/aw_web_preferences_populater.h', |
| 248 'browser/aw_web_resource_response.cc', | 251 'browser/aw_web_resource_response.cc', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'java_in_dir': 'glue/java', | 373 'java_in_dir': 'glue/java', |
| 371 'resource_dir': 'apk/java/res', | 374 'resource_dir': 'apk/java/res', |
| 372 }, | 375 }, |
| 373 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 376 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
| 374 }, | 377 }, |
| 375 ], | 378 ], |
| 376 'includes': [ | 379 'includes': [ |
| 377 'android_webview_tests.gypi', | 380 'android_webview_tests.gypi', |
| 378 ], | 381 ], |
| 379 } | 382 } |
| OLD | NEW |