| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'browser/extensions/api/declarative/rules_registry.cc', | 143 'browser/extensions/api/declarative/rules_registry.cc', |
| 144 'browser/extensions/api/declarative/rules_registry.h', | 144 'browser/extensions/api/declarative/rules_registry.h', |
| 145 'browser/extensions/api/declarative/rules_registry_service.cc', | 145 'browser/extensions/api/declarative/rules_registry_service.cc', |
| 146 'browser/extensions/api/declarative/rules_registry_service.h', | 146 'browser/extensions/api/declarative/rules_registry_service.h', |
| 147 'browser/extensions/api/declarative/rules_registry_storage_delegate.cc', | 147 'browser/extensions/api/declarative/rules_registry_storage_delegate.cc', |
| 148 'browser/extensions/api/declarative/rules_registry_storage_delegate.h', | 148 'browser/extensions/api/declarative/rules_registry_storage_delegate.h', |
| 149 'browser/extensions/api/declarative/rules_registry_with_cache.cc', | 149 'browser/extensions/api/declarative/rules_registry_with_cache.cc', |
| 150 'browser/extensions/api/declarative/rules_registry_with_cache.h', | 150 'browser/extensions/api/declarative/rules_registry_with_cache.h', |
| 151 'browser/extensions/api/declarative/test_rules_registry.cc', | 151 'browser/extensions/api/declarative/test_rules_registry.cc', |
| 152 'browser/extensions/api/declarative/test_rules_registry.h', | 152 'browser/extensions/api/declarative/test_rules_registry.h', |
| 153 'browser/extensions/api/declarative_content/content_action.cc', |
| 154 'browser/extensions/api/declarative_content/content_action.h', |
| 155 'browser/extensions/api/declarative_content/content_condition.cc', |
| 156 'browser/extensions/api/declarative_content/content_condition.h', |
| 157 'browser/extensions/api/declarative_content/content_constants.cc', |
| 158 'browser/extensions/api/declarative_content/content_constants.h', |
| 159 'browser/extensions/api/declarative_content/content_rules_registry.cc', |
| 160 'browser/extensions/api/declarative_content/content_rules_registry.h', |
| 153 'browser/extensions/api/declarative_webrequest/request_stage.cc', | 161 'browser/extensions/api/declarative_webrequest/request_stage.cc', |
| 154 'browser/extensions/api/declarative_webrequest/request_stage.h', | 162 'browser/extensions/api/declarative_webrequest/request_stage.h', |
| 155 'browser/extensions/api/declarative_webrequest/webrequest_action.cc', | 163 'browser/extensions/api/declarative_webrequest/webrequest_action.cc', |
| 156 'browser/extensions/api/declarative_webrequest/webrequest_action.h', | 164 'browser/extensions/api/declarative_webrequest/webrequest_action.h', |
| 157 'browser/extensions/api/declarative_webrequest/webrequest_condition.cc', | 165 'browser/extensions/api/declarative_webrequest/webrequest_condition.cc', |
| 158 'browser/extensions/api/declarative_webrequest/webrequest_condition.h', | 166 'browser/extensions/api/declarative_webrequest/webrequest_condition.h', |
| 159 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute.cc', | 167 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute.cc', |
| 160 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute.h', | 168 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr
ibute.h', |
| 161 'browser/extensions/api/declarative_webrequest/webrequest_constants.cc', | 169 'browser/extensions/api/declarative_webrequest/webrequest_constants.cc', |
| 162 'browser/extensions/api/declarative_webrequest/webrequest_constants.h', | 170 'browser/extensions/api/declarative_webrequest/webrequest_constants.h', |
| (...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 'variables': { | 961 'variables': { |
| 954 'proto_in_dir': 'browser/chromeos/contacts', | 962 'proto_in_dir': 'browser/chromeos/contacts', |
| 955 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 963 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 956 }, | 964 }, |
| 957 'includes': [ '../build/protoc.gypi' ] | 965 'includes': [ '../build/protoc.gypi' ] |
| 958 }, | 966 }, |
| 959 ], | 967 ], |
| 960 },], # 'chromeos=1' | 968 },], # 'chromeos=1' |
| 961 ], # 'conditions' | 969 ], # 'conditions' |
| 962 } | 970 } |
| OLD | NEW |