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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 'browser/guest_view/web_view/web_view_renderer_state.cc', | 671 'browser/guest_view/web_view/web_view_renderer_state.cc', |
672 'browser/guest_view/web_view/web_view_renderer_state.h', | 672 'browser/guest_view/web_view/web_view_renderer_state.h', |
673 'browser/image_loader.cc', | 673 'browser/image_loader.cc', |
674 'browser/image_loader.h', | 674 'browser/image_loader.h', |
675 'browser/image_loader_factory.cc', | 675 'browser/image_loader_factory.cc', |
676 'browser/image_loader_factory.h', | 676 'browser/image_loader_factory.h', |
677 'browser/image_util.cc', | 677 'browser/image_util.cc', |
678 'browser/image_util.h', | 678 'browser/image_util.h', |
679 'browser/info_map.cc', | 679 'browser/info_map.cc', |
680 'browser/info_map.h', | 680 'browser/info_map.h', |
| 681 'browser/install/crx_installer_error.h', |
| 682 'browser/install/extension_install_ui.cc', |
| 683 'browser/install/extension_install_ui.h', |
681 'browser/install_flag.h', | 684 'browser/install_flag.h', |
682 'browser/file_highlighter.cc', | 685 'browser/file_highlighter.cc', |
683 'browser/file_highlighter.h', | 686 'browser/file_highlighter.h', |
684 'browser/file_reader.cc', | 687 'browser/file_reader.cc', |
685 'browser/file_reader.h', | 688 'browser/file_reader.h', |
686 'browser/lazy_background_task_queue.cc', | 689 'browser/lazy_background_task_queue.cc', |
687 'browser/lazy_background_task_queue.h', | 690 'browser/lazy_background_task_queue.h', |
688 'browser/management_policy.cc', | 691 'browser/management_policy.cc', |
689 'browser/management_policy.h', | 692 'browser/management_policy.h', |
690 'browser/notification_types.h', | 693 'browser/notification_types.h', |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1200 'conditions': [ | 1203 'conditions': [ |
1201 ['OS=="win" and win_use_allocator_shim==1', { | 1204 ['OS=="win" and win_use_allocator_shim==1', { |
1202 'dependencies': [ | 1205 'dependencies': [ |
1203 '../base/allocator/allocator.gyp:allocator', | 1206 '../base/allocator/allocator.gyp:allocator', |
1204 ], | 1207 ], |
1205 }], | 1208 }], |
1206 ], | 1209 ], |
1207 }, | 1210 }, |
1208 ] | 1211 ] |
1209 } | 1212 } |
OLD | NEW |