OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'browser/api/cast_channel/logger_util.cc', | 365 'browser/api/cast_channel/logger_util.cc', |
366 'browser/api/cast_channel/logger_util.h', | 366 'browser/api/cast_channel/logger_util.h', |
367 'browser/api/declarative/deduping_factory.h', | 367 'browser/api/declarative/deduping_factory.h', |
368 'browser/api/declarative/declarative_api.cc', | 368 'browser/api/declarative/declarative_api.cc', |
369 'browser/api/declarative/declarative_api.h', | 369 'browser/api/declarative/declarative_api.h', |
370 'browser/api/declarative/declarative_rule.h', | 370 'browser/api/declarative/declarative_rule.h', |
371 'browser/api/declarative/rules_cache_delegate.cc', | 371 'browser/api/declarative/rules_cache_delegate.cc', |
372 'browser/api/declarative/rules_cache_delegate.h', | 372 'browser/api/declarative/rules_cache_delegate.h', |
373 'browser/api/declarative/rules_registry.cc', | 373 'browser/api/declarative/rules_registry.cc', |
374 'browser/api/declarative/rules_registry.h', | 374 'browser/api/declarative/rules_registry.h', |
375 'browser/api/declarative/rules_registry_service_interface_.h', | 375 'browser/api/declarative/rules_registry_service.cc', |
| 376 'browser/api/declarative/rules_registry_service.h', |
376 'browser/api/declarative/test_rules_registry.cc', | 377 'browser/api/declarative/test_rules_registry.cc', |
377 'browser/api/declarative/test_rules_registry.h', | 378 'browser/api/declarative/test_rules_registry.h', |
| 379 'browser/api/declarative_content/content_rules_registry.h', |
378 'browser/api/declarative_webrequest/request_stage.cc', | 380 'browser/api/declarative_webrequest/request_stage.cc', |
379 'browser/api/declarative_webrequest/request_stage.h', | 381 'browser/api/declarative_webrequest/request_stage.h', |
380 'browser/api/declarative_webrequest/webrequest_action.cc', | 382 'browser/api/declarative_webrequest/webrequest_action.cc', |
381 'browser/api/declarative_webrequest/webrequest_action.h', | 383 'browser/api/declarative_webrequest/webrequest_action.h', |
382 'browser/api/declarative_webrequest/webrequest_condition.cc', | 384 'browser/api/declarative_webrequest/webrequest_condition.cc', |
383 'browser/api/declarative_webrequest/webrequest_condition.h', | 385 'browser/api/declarative_webrequest/webrequest_condition.h', |
384 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc', | 386 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc', |
385 'browser/api/declarative_webrequest/webrequest_condition_attribute.h', | 387 'browser/api/declarative_webrequest/webrequest_condition_attribute.h', |
386 'browser/api/declarative_webrequest/webrequest_constants.cc', | 388 'browser/api/declarative_webrequest/webrequest_constants.cc', |
387 'browser/api/declarative_webrequest/webrequest_constants.h', | 389 'browser/api/declarative_webrequest/webrequest_constants.h', |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1155 'conditions': [ | 1157 'conditions': [ |
1156 ['OS=="win" and win_use_allocator_shim==1', { | 1158 ['OS=="win" and win_use_allocator_shim==1', { |
1157 'dependencies': [ | 1159 'dependencies': [ |
1158 '../base/allocator/allocator.gyp:allocator', | 1160 '../base/allocator/allocator.gyp:allocator', |
1159 ], | 1161 ], |
1160 }], | 1162 }], |
1161 ], | 1163 ], |
1162 }, | 1164 }, |
1163 ] | 1165 ] |
1164 } | 1166 } |
OLD | NEW |