| 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 'browser/image_loader.cc', | 782 'browser/image_loader.cc', |
| 783 'browser/image_loader.h', | 783 'browser/image_loader.h', |
| 784 'browser/image_loader_factory.cc', | 784 'browser/image_loader_factory.cc', |
| 785 'browser/image_loader_factory.h', | 785 'browser/image_loader_factory.h', |
| 786 'browser/info_map.cc', | 786 'browser/info_map.cc', |
| 787 'browser/info_map.h', | 787 'browser/info_map.h', |
| 788 'browser/install/crx_installer_error.h', | 788 'browser/install/crx_installer_error.h', |
| 789 'browser/install/extension_install_ui.cc', | 789 'browser/install/extension_install_ui.cc', |
| 790 'browser/install/extension_install_ui.h', | 790 'browser/install/extension_install_ui.h', |
| 791 'browser/install_flag.h', | 791 'browser/install_flag.h', |
| 792 'browser/io_thread_extension_message_filter.cc', |
| 793 'browser/io_thread_extension_message_filter.h', |
| 792 'browser/file_highlighter.cc', | 794 'browser/file_highlighter.cc', |
| 793 'browser/file_highlighter.h', | 795 'browser/file_highlighter.h', |
| 794 'browser/file_reader.cc', | 796 'browser/file_reader.cc', |
| 795 'browser/file_reader.h', | 797 'browser/file_reader.h', |
| 796 'browser/lazy_background_task_queue.cc', | 798 'browser/lazy_background_task_queue.cc', |
| 797 'browser/lazy_background_task_queue.h', | 799 'browser/lazy_background_task_queue.h', |
| 798 'browser/management_policy.cc', | 800 'browser/management_policy.cc', |
| 799 'browser/management_policy.h', | 801 'browser/management_policy.h', |
| 800 'browser/mojo/keep_alive_impl.cc', | 802 'browser/mojo/keep_alive_impl.cc', |
| 801 'browser/mojo/keep_alive_impl.h', | 803 'browser/mojo/keep_alive_impl.h', |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1257 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1259 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 1258 ], | 1260 ], |
| 1259 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1261 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 1260 }, | 1262 }, |
| 1261 'includes': [ '../build/repack_action.gypi' ], | 1263 'includes': [ '../build/repack_action.gypi' ], |
| 1262 }, | 1264 }, |
| 1263 ], | 1265 ], |
| 1264 }, | 1266 }, |
| 1265 ] | 1267 ] |
| 1266 } | 1268 } |
| OLD | NEW |