OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'browser/extensions/api/web_navigation/web_navigation_api_constants.cc', | 219 'browser/extensions/api/web_navigation/web_navigation_api_constants.cc', |
220 'browser/extensions/api/web_navigation/web_navigation_api_constants.h', | 220 'browser/extensions/api/web_navigation/web_navigation_api_constants.h', |
221 'browser/extensions/api/web_navigation/web_navigation_api_helpers.cc', | 221 'browser/extensions/api/web_navigation/web_navigation_api_helpers.cc', |
222 'browser/extensions/api/web_navigation/web_navigation_api_helpers.h', | 222 'browser/extensions/api/web_navigation/web_navigation_api_helpers.h', |
223 'browser/extensions/api/web_request/web_request_api.cc', | 223 'browser/extensions/api/web_request/web_request_api.cc', |
224 'browser/extensions/api/web_request/web_request_api.h', | 224 'browser/extensions/api/web_request/web_request_api.h', |
225 'browser/extensions/api/web_request/web_request_api_constants.cc', | 225 'browser/extensions/api/web_request/web_request_api_constants.cc', |
226 'browser/extensions/api/web_request/web_request_api_constants.h', | 226 'browser/extensions/api/web_request/web_request_api_constants.h', |
227 'browser/extensions/api/web_request/web_request_api_helpers.cc', | 227 'browser/extensions/api/web_request/web_request_api_helpers.cc', |
228 'browser/extensions/api/web_request/web_request_api_helpers.h', | 228 'browser/extensions/api/web_request/web_request_api_helpers.h', |
| 229 'browser/extensions/api/web_request/web_request_permissions.cc', |
| 230 'browser/extensions/api/web_request/web_request_permissions.h', |
229 'browser/extensions/api/web_request/web_request_time_tracker.cc', | 231 'browser/extensions/api/web_request/web_request_time_tracker.cc', |
230 'browser/extensions/api/web_request/web_request_time_tracker.h', | 232 'browser/extensions/api/web_request/web_request_time_tracker.h', |
231 'browser/extensions/app_notification.cc', | 233 'browser/extensions/app_notification.cc', |
232 'browser/extensions/app_notification.h', | 234 'browser/extensions/app_notification.h', |
233 'browser/extensions/app_notification_manager.cc', | 235 'browser/extensions/app_notification_manager.cc', |
234 'browser/extensions/app_notification_manager.h', | 236 'browser/extensions/app_notification_manager.h', |
235 'browser/extensions/app_notification_storage.cc', | 237 'browser/extensions/app_notification_storage.cc', |
236 'browser/extensions/app_notification_storage.h', | 238 'browser/extensions/app_notification_storage.h', |
237 'browser/extensions/app_notify_channel_setup.cc', | 239 'browser/extensions/app_notify_channel_setup.cc', |
238 'browser/extensions/app_notify_channel_setup.h', | 240 'browser/extensions/app_notify_channel_setup.h', |
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 'sources': [ | 756 'sources': [ |
755 'browser/extensions/app_host.rc', | 757 'browser/extensions/app_host.rc', |
756 'browser/extensions/app_host_stub_main.cc', | 758 'browser/extensions/app_host_stub_main.cc', |
757 ], | 759 ], |
758 }, | 760 }, |
759 ], | 761 ], |
760 }, ], # 'OS=="win"' | 762 }, ], # 'OS=="win"' |
761 ], # 'conditions' | 763 ], # 'conditions' |
762 } | 764 } |
763 | 765 |
OLD | NEW |