| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'browser/aw_pref_store.cc', | 157 'browser/aw_pref_store.cc', |
| 158 'browser/aw_pref_store.h', | 158 'browser/aw_pref_store.h', |
| 159 'browser/aw_quota_manager_bridge.cc', | 159 'browser/aw_quota_manager_bridge.cc', |
| 160 'browser/aw_quota_manager_bridge.h', | 160 'browser/aw_quota_manager_bridge.h', |
| 161 'browser/aw_quota_permission_context.cc', | 161 'browser/aw_quota_permission_context.cc', |
| 162 'browser/aw_quota_permission_context.h', | 162 'browser/aw_quota_permission_context.h', |
| 163 'browser/aw_request_interceptor.cc', | 163 'browser/aw_request_interceptor.cc', |
| 164 'browser/aw_request_interceptor.h', | 164 'browser/aw_request_interceptor.h', |
| 165 'browser/aw_resource_context.cc', | 165 'browser/aw_resource_context.cc', |
| 166 'browser/aw_resource_context.h', | 166 'browser/aw_resource_context.h', |
| 167 'browser/aw_ssl_host_state_delegate.cc', |
| 168 'browser/aw_ssl_host_state_delegate.h', |
| 167 'browser/aw_result_codes.h', | 169 'browser/aw_result_codes.h', |
| 168 'browser/aw_web_preferences_populater.cc', | 170 'browser/aw_web_preferences_populater.cc', |
| 169 'browser/aw_web_preferences_populater.h', | 171 'browser/aw_web_preferences_populater.h', |
| 170 'browser/aw_web_resource_response.cc', | 172 'browser/aw_web_resource_response.cc', |
| 171 'browser/aw_web_resource_response.h', | 173 'browser/aw_web_resource_response.h', |
| 172 'browser/browser_view_renderer.cc', | 174 'browser/browser_view_renderer.cc', |
| 173 'browser/browser_view_renderer.h', | 175 'browser/browser_view_renderer.h', |
| 174 'browser/browser_view_renderer_client.h', | 176 'browser/browser_view_renderer_client.h', |
| 175 'browser/deferred_gpu_command_service.cc', | 177 'browser/deferred_gpu_command_service.cc', |
| 176 'browser/deferred_gpu_command_service.h', | 178 'browser/deferred_gpu_command_service.h', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 '../ui/android/ui_android.gyp:ui_strings_grd', | 318 '../ui/android/ui_android.gyp:ui_strings_grd', |
| 317 'android_webview_jarjar_content_resources', | 319 'android_webview_jarjar_content_resources', |
| 318 'android_webview_jarjar_ui_resources', | 320 'android_webview_jarjar_ui_resources', |
| 319 'android_webview_strings_grd', | 321 'android_webview_strings_grd', |
| 320 ], | 322 ], |
| 321 }, | 323 }, |
| 322 ], | 324 ], |
| 323 }], | 325 }], |
| 324 ], | 326 ], |
| 325 } | 327 } |
| OLD | NEW |