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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 'browser/content_verify_job.h', | 602 'browser/content_verify_job.h', |
603 'browser/error_map.cc', | 603 'browser/error_map.cc', |
604 'browser/error_map.h', | 604 'browser/error_map.h', |
605 'browser/event_listener_map.cc', | 605 'browser/event_listener_map.cc', |
606 'browser/event_listener_map.h', | 606 'browser/event_listener_map.h', |
607 'browser/event_router.cc', | 607 'browser/event_router.cc', |
608 'browser/event_router.h', | 608 'browser/event_router.h', |
609 'browser/extension_host.cc', | 609 'browser/extension_host.cc', |
610 'browser/extension_host.h', | 610 'browser/extension_host.h', |
611 'browser/extension_host_delegate.h', | 611 'browser/extension_host_delegate.h', |
| 612 'browser/extension_host_observer.h', |
612 'browser/extension_error.cc', | 613 'browser/extension_error.cc', |
613 'browser/extension_error.h', | 614 'browser/extension_error.h', |
614 'browser/extension_function.cc', | 615 'browser/extension_function.cc', |
615 'browser/extension_function.h', | 616 'browser/extension_function.h', |
616 'browser/extension_function_dispatcher.cc', | 617 'browser/extension_function_dispatcher.cc', |
617 'browser/extension_function_dispatcher.h', | 618 'browser/extension_function_dispatcher.h', |
618 'browser/extension_function_registry.cc', | 619 'browser/extension_function_registry.cc', |
619 'browser/extension_function_registry.h', | 620 'browser/extension_function_registry.h', |
620 'browser/extension_function_util.cc', | 621 'browser/extension_function_util.cc', |
621 'browser/extension_function_util.h', | 622 'browser/extension_function_util.h', |
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1306 'conditions': [ | 1307 'conditions': [ |
1307 ['OS=="win" and win_use_allocator_shim==1', { | 1308 ['OS=="win" and win_use_allocator_shim==1', { |
1308 'dependencies': [ | 1309 'dependencies': [ |
1309 '../base/allocator/allocator.gyp:allocator', | 1310 '../base/allocator/allocator.gyp:allocator', |
1310 ], | 1311 ], |
1311 }], | 1312 }], |
1312 ], | 1313 ], |
1313 }, | 1314 }, |
1314 ] | 1315 ] |
1315 } | 1316 } |
OLD | NEW |