| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'browser/extensions/api/debugger/debugger_api.cc', | 184 'browser/extensions/api/debugger/debugger_api.cc', |
| 185 'browser/extensions/api/debugger/debugger_api.h', | 185 'browser/extensions/api/debugger/debugger_api.h', |
| 186 'browser/extensions/api/debugger/debugger_api_constants.cc', | 186 'browser/extensions/api/debugger/debugger_api_constants.cc', |
| 187 'browser/extensions/api/debugger/debugger_api_constants.h', | 187 'browser/extensions/api/debugger/debugger_api_constants.h', |
| 188 'browser/extensions/api/declarative/deduping_factory.h', | 188 'browser/extensions/api/declarative/deduping_factory.h', |
| 189 'browser/extensions/api/declarative/declarative_api.cc', | 189 'browser/extensions/api/declarative/declarative_api.cc', |
| 190 'browser/extensions/api/declarative/declarative_api.h', | 190 'browser/extensions/api/declarative/declarative_api.h', |
| 191 'browser/extensions/api/declarative/declarative_rule.h', | 191 'browser/extensions/api/declarative/declarative_rule.h', |
| 192 'browser/extensions/api/declarative/initializing_rules_registry.cc', | 192 'browser/extensions/api/declarative/initializing_rules_registry.cc', |
| 193 'browser/extensions/api/declarative/initializing_rules_registry.h', | 193 'browser/extensions/api/declarative/initializing_rules_registry.h', |
| 194 'browser/extensions/api/declarative/rules_registry.cc', |
| 194 'browser/extensions/api/declarative/rules_registry.h', | 195 'browser/extensions/api/declarative/rules_registry.h', |
| 195 'browser/extensions/api/declarative/rules_registry_service.cc', | 196 'browser/extensions/api/declarative/rules_registry_service.cc', |
| 196 'browser/extensions/api/declarative/rules_registry_service.h', | 197 'browser/extensions/api/declarative/rules_registry_service.h', |
| 197 'browser/extensions/api/declarative/rules_registry_with_cache.cc', | 198 'browser/extensions/api/declarative/rules_registry_with_cache.cc', |
| 198 'browser/extensions/api/declarative/rules_registry_with_cache.h', | 199 'browser/extensions/api/declarative/rules_registry_with_cache.h', |
| 199 'browser/extensions/api/declarative/test_rules_registry.cc', | 200 'browser/extensions/api/declarative/test_rules_registry.cc', |
| 200 'browser/extensions/api/declarative/test_rules_registry.h', | 201 'browser/extensions/api/declarative/test_rules_registry.h', |
| 201 'browser/extensions/api/declarative_content/content_action.cc', | 202 'browser/extensions/api/declarative_content/content_action.cc', |
| 202 'browser/extensions/api/declarative_content/content_action.h', | 203 'browser/extensions/api/declarative_content/content_action.h', |
| 203 'browser/extensions/api/declarative_content/content_condition.cc', | 204 'browser/extensions/api/declarative_content/content_condition.cc', |
| (...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 'variables': { | 1173 'variables': { |
| 1173 'proto_in_dir': 'browser/chromeos/contacts', | 1174 'proto_in_dir': 'browser/chromeos/contacts', |
| 1174 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1175 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 1175 }, | 1176 }, |
| 1176 'includes': [ '../build/protoc.gypi' ] | 1177 'includes': [ '../build/protoc.gypi' ] |
| 1177 }, | 1178 }, |
| 1178 ], | 1179 ], |
| 1179 },], # 'chromeos=1' | 1180 },], # 'chromeos=1' |
| 1180 ], # 'conditions' | 1181 ], # 'conditions' |
| 1181 } | 1182 } |
| OLD | NEW |