| 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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 'browser/guest_view/web_view/web_view_renderer_state.cc', | 668 'browser/guest_view/web_view/web_view_renderer_state.cc', |
| 669 'browser/guest_view/web_view/web_view_renderer_state.h', | 669 'browser/guest_view/web_view/web_view_renderer_state.h', |
| 670 'browser/image_loader.cc', | 670 'browser/image_loader.cc', |
| 671 'browser/image_loader.h', | 671 'browser/image_loader.h', |
| 672 'browser/image_loader_factory.cc', | 672 'browser/image_loader_factory.cc', |
| 673 'browser/image_loader_factory.h', | 673 'browser/image_loader_factory.h', |
| 674 'browser/image_util.cc', | 674 'browser/image_util.cc', |
| 675 'browser/image_util.h', | 675 'browser/image_util.h', |
| 676 'browser/info_map.cc', | 676 'browser/info_map.cc', |
| 677 'browser/info_map.h', | 677 'browser/info_map.h', |
| 678 'browser/install/crx_installer_error.h', |
| 679 'browser/install/extension_install_ui.cc', |
| 680 'browser/install/extension_install_ui.h', |
| 678 'browser/install_flag.h', | 681 'browser/install_flag.h', |
| 679 'browser/file_highlighter.cc', | 682 'browser/file_highlighter.cc', |
| 680 'browser/file_highlighter.h', | 683 'browser/file_highlighter.h', |
| 681 'browser/file_reader.cc', | 684 'browser/file_reader.cc', |
| 682 'browser/file_reader.h', | 685 'browser/file_reader.h', |
| 683 'browser/lazy_background_task_queue.cc', | 686 'browser/lazy_background_task_queue.cc', |
| 684 'browser/lazy_background_task_queue.h', | 687 'browser/lazy_background_task_queue.h', |
| 685 'browser/management_policy.cc', | 688 'browser/management_policy.cc', |
| 686 'browser/management_policy.h', | 689 'browser/management_policy.h', |
| 687 'browser/notification_types.h', | 690 'browser/notification_types.h', |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1188 'conditions': [ | 1191 'conditions': [ |
| 1189 ['OS=="win" and win_use_allocator_shim==1', { | 1192 ['OS=="win" and win_use_allocator_shim==1', { |
| 1190 'dependencies': [ | 1193 'dependencies': [ |
| 1191 '../base/allocator/allocator.gyp:allocator', | 1194 '../base/allocator/allocator.gyp:allocator', |
| 1192 ], | 1195 ], |
| 1193 }], | 1196 }], |
| 1194 ], | 1197 ], |
| 1195 }, | 1198 }, |
| 1196 ] | 1199 ] |
| 1197 } | 1200 } |
| OLD | NEW |