| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'browser/aw_gl_surface.h', | 217 'browser/aw_gl_surface.h', |
| 218 'browser/aw_http_auth_handler_base.cc', | 218 'browser/aw_http_auth_handler_base.cc', |
| 219 'browser/aw_http_auth_handler_base.h', | 219 'browser/aw_http_auth_handler_base.h', |
| 220 'browser/aw_javascript_dialog_manager.cc', | 220 'browser/aw_javascript_dialog_manager.cc', |
| 221 'browser/aw_javascript_dialog_manager.h', | 221 'browser/aw_javascript_dialog_manager.h', |
| 222 'browser/aw_login_delegate.cc', | 222 'browser/aw_login_delegate.cc', |
| 223 'browser/aw_login_delegate.h', | 223 'browser/aw_login_delegate.h', |
| 224 'browser/aw_message_port_message_filter.cc', | 224 'browser/aw_message_port_message_filter.cc', |
| 225 'browser/aw_message_port_message_filter.h', | 225 'browser/aw_message_port_message_filter.h', |
| 226 'browser/aw_message_port_service.h', | 226 'browser/aw_message_port_service.h', |
| 227 'browser/aw_permission_manager.cc', |
| 228 'browser/aw_permission_manager.h', |
| 227 'browser/aw_pref_store.cc', | 229 'browser/aw_pref_store.cc', |
| 228 'browser/aw_pref_store.h', | 230 'browser/aw_pref_store.h', |
| 229 'browser/aw_printing_message_filter.cc', | 231 'browser/aw_printing_message_filter.cc', |
| 230 'browser/aw_printing_message_filter.h', | 232 'browser/aw_printing_message_filter.h', |
| 231 'browser/aw_quota_manager_bridge.cc', | 233 'browser/aw_quota_manager_bridge.cc', |
| 232 'browser/aw_quota_manager_bridge.h', | 234 'browser/aw_quota_manager_bridge.h', |
| 233 'browser/aw_quota_permission_context.cc', | 235 'browser/aw_quota_permission_context.cc', |
| 234 'browser/aw_quota_permission_context.h', | 236 'browser/aw_quota_permission_context.h', |
| 235 'browser/aw_request_interceptor.cc', | 237 'browser/aw_request_interceptor.cc', |
| 236 'browser/aw_request_interceptor.h', | 238 'browser/aw_request_interceptor.h', |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'android_webview_jarjar_content_resources', | 437 'android_webview_jarjar_content_resources', |
| 436 'android_webview_jarjar_ui_resources', | 438 'android_webview_jarjar_ui_resources', |
| 437 'android_webview_jarjar_web_contents_delegate_android_resources', | 439 'android_webview_jarjar_web_contents_delegate_android_resources', |
| 438 'android_webview_strings_grd', | 440 'android_webview_strings_grd', |
| 439 ], | 441 ], |
| 440 }, | 442 }, |
| 441 ], | 443 ], |
| 442 }], | 444 }], |
| 443 ], | 445 ], |
| 444 } | 446 } |
| OLD | NEW |