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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'browser/extensions/api/declarative/rules_registry_with_cache.cc', | 75 'browser/extensions/api/declarative/rules_registry_with_cache.cc', |
76 'browser/extensions/api/declarative/rules_registry_with_cache.h', | 76 'browser/extensions/api/declarative/rules_registry_with_cache.h', |
77 'browser/extensions/api/declarative/substring_set_matcher.cc', | 77 'browser/extensions/api/declarative/substring_set_matcher.cc', |
78 'browser/extensions/api/declarative/substring_set_matcher.h', | 78 'browser/extensions/api/declarative/substring_set_matcher.h', |
79 'browser/extensions/api/declarative/test_rules_registry.cc', | 79 'browser/extensions/api/declarative/test_rules_registry.cc', |
80 'browser/extensions/api/declarative/test_rules_registry.h', | 80 'browser/extensions/api/declarative/test_rules_registry.h', |
81 'browser/extensions/api/declarative/url_matcher.cc', | 81 'browser/extensions/api/declarative/url_matcher.cc', |
82 'browser/extensions/api/declarative/url_matcher.h', | 82 'browser/extensions/api/declarative/url_matcher.h', |
83 'browser/extensions/api/dns/dns_api.cc', | 83 'browser/extensions/api/dns/dns_api.cc', |
84 'browser/extensions/api/dns/dns_api.h', | 84 'browser/extensions/api/dns/dns_api.h', |
| 85 'browser/extensions/api/media_gallery/media_gallery_api.cc', |
| 86 'browser/extensions/api/media_gallery/media_gallery_api.h', |
85 'browser/extensions/api/permissions/permissions_api.cc', | 87 'browser/extensions/api/permissions/permissions_api.cc', |
86 'browser/extensions/api/permissions/permissions_api.h', | 88 'browser/extensions/api/permissions/permissions_api.h', |
87 'browser/extensions/api/permissions/permissions_api_helpers.cc', | 89 'browser/extensions/api/permissions/permissions_api_helpers.cc', |
88 'browser/extensions/api/permissions/permissions_api_helpers.h', | 90 'browser/extensions/api/permissions/permissions_api_helpers.h', |
89 'browser/extensions/api/proxy/proxy_api.cc', | 91 'browser/extensions/api/proxy/proxy_api.cc', |
90 'browser/extensions/api/proxy/proxy_api.h', | 92 'browser/extensions/api/proxy/proxy_api.h', |
91 'browser/extensions/api/proxy/proxy_api_constants.cc', | 93 'browser/extensions/api/proxy/proxy_api_constants.cc', |
92 'browser/extensions/api/proxy/proxy_api_constants.h', | 94 'browser/extensions/api/proxy/proxy_api_constants.h', |
93 'browser/extensions/api/proxy/proxy_api_helpers.cc', | 95 'browser/extensions/api/proxy/proxy_api_helpers.cc', |
94 'browser/extensions/api/proxy/proxy_api_helpers.h', | 96 'browser/extensions/api/proxy/proxy_api_helpers.h', |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 }], | 573 }], |
572 ], | 574 ], |
573 }], | 575 }], |
574 ], | 576 ], |
575 }], | 577 }], |
576 ], | 578 ], |
577 }, | 579 }, |
578 ], | 580 ], |
579 } | 581 } |
580 | 582 |
OLD | NEW |