| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'browser/aw_printing_message_filter.cc', | 268 'browser/aw_printing_message_filter.cc', |
| 269 'browser/aw_printing_message_filter.h', | 269 'browser/aw_printing_message_filter.h', |
| 270 'browser/aw_quota_manager_bridge.cc', | 270 'browser/aw_quota_manager_bridge.cc', |
| 271 'browser/aw_quota_manager_bridge.h', | 271 'browser/aw_quota_manager_bridge.h', |
| 272 'browser/aw_quota_permission_context.cc', | 272 'browser/aw_quota_permission_context.cc', |
| 273 'browser/aw_quota_permission_context.h', | 273 'browser/aw_quota_permission_context.h', |
| 274 'browser/aw_render_thread_context_provider.cc', | 274 'browser/aw_render_thread_context_provider.cc', |
| 275 'browser/aw_render_thread_context_provider.h', | 275 'browser/aw_render_thread_context_provider.h', |
| 276 'browser/aw_request_interceptor.cc', | 276 'browser/aw_request_interceptor.cc', |
| 277 'browser/aw_request_interceptor.h', | 277 'browser/aw_request_interceptor.h', |
| 278 'browser/aw_request_handler.cc', |
| 279 'browser/aw_request_handler.h', |
| 278 'browser/aw_resource_context.cc', | 280 'browser/aw_resource_context.cc', |
| 279 'browser/aw_resource_context.h', | 281 'browser/aw_resource_context.h', |
| 280 'browser/aw_ssl_host_state_delegate.cc', | 282 'browser/aw_ssl_host_state_delegate.cc', |
| 281 'browser/aw_ssl_host_state_delegate.h', | 283 'browser/aw_ssl_host_state_delegate.h', |
| 282 'browser/aw_result_codes.h', | 284 'browser/aw_result_codes.h', |
| 283 'browser/aw_web_preferences_populater.cc', | 285 'browser/aw_web_preferences_populater.cc', |
| 284 'browser/aw_web_preferences_populater.h', | 286 'browser/aw_web_preferences_populater.h', |
| 285 'browser/aw_web_resource_response.cc', | 287 'browser/aw_web_resource_response.cc', |
| 286 'browser/aw_web_resource_response.h', | 288 'browser/aw_web_resource_response.h', |
| 287 'browser/browser_view_renderer.cc', | 289 'browser/browser_view_renderer.cc', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 'java_in_dir': '../build/android/empty', | 424 'java_in_dir': '../build/android/empty', |
| 423 'resource_dir': 'apk/java/res', | 425 'resource_dir': 'apk/java/res', |
| 424 }, | 426 }, |
| 425 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 427 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
| 426 }, | 428 }, |
| 427 ], | 429 ], |
| 428 'includes': [ | 430 'includes': [ |
| 429 'android_webview_tests.gypi', | 431 'android_webview_tests.gypi', |
| 430 ], | 432 ], |
| 431 } | 433 } |
| OLD | NEW |