| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1100 'browser/cookies_tree_model.cc', | 1100 'browser/cookies_tree_model.cc', |
| 1101 'browser/cookies_tree_model.h', | 1101 'browser/cookies_tree_model.h', |
| 1102 'browser/cross_site_request_manager.cc', | 1102 'browser/cross_site_request_manager.cc', |
| 1103 'browser/cross_site_request_manager.h', | 1103 'browser/cross_site_request_manager.h', |
| 1104 'browser/custom_home_pages_table_model.cc', | 1104 'browser/custom_home_pages_table_model.cc', |
| 1105 'browser/custom_home_pages_table_model.h', | 1105 'browser/custom_home_pages_table_model.h', |
| 1106 'browser/default_encoding_combo_model.cc', | 1106 'browser/default_encoding_combo_model.cc', |
| 1107 'browser/default_encoding_combo_model.h', | 1107 'browser/default_encoding_combo_model.h', |
| 1108 'browser/defaults.cc', | 1108 'browser/defaults.cc', |
| 1109 'browser/defaults.h', | 1109 'browser/defaults.h', |
| 1110 'browser/device_orientation/data_fetcher.h', |
| 1110 'browser/device_orientation/dispatcher_host.cc', | 1111 'browser/device_orientation/dispatcher_host.cc', |
| 1111 'browser/device_orientation/dispatcher_host.h', | 1112 'browser/device_orientation/dispatcher_host.h', |
| 1112 'browser/device_orientation/orientation.h', | 1113 'browser/device_orientation/orientation.h', |
| 1113 'browser/device_orientation/provider.cc', | 1114 'browser/device_orientation/provider.cc', |
| 1114 'browser/device_orientation/provider.h', | 1115 'browser/device_orientation/provider.h', |
| 1116 'browser/device_orientation/provider_impl.cc', |
| 1117 'browser/device_orientation/provider_impl.h', |
| 1115 'browser/diagnostics/diagnostics_main.cc', | 1118 'browser/diagnostics/diagnostics_main.cc', |
| 1116 'browser/diagnostics/diagnostics_main.h', | 1119 'browser/diagnostics/diagnostics_main.h', |
| 1117 'browser/diagnostics/diagnostics_model.h', | 1120 'browser/diagnostics/diagnostics_model.h', |
| 1118 'browser/diagnostics/diagnostics_model.cc', | 1121 'browser/diagnostics/diagnostics_model.cc', |
| 1119 'browser/diagnostics/diagnostics_test.h', | 1122 'browser/diagnostics/diagnostics_test.h', |
| 1120 'browser/diagnostics/sqlite_diagnostics.cc', | 1123 'browser/diagnostics/sqlite_diagnostics.cc', |
| 1121 'browser/diagnostics/sqlite_diagnostics.h', | 1124 'browser/diagnostics/sqlite_diagnostics.h', |
| 1122 'browser/diagnostics/recon_diagnostics.cc', | 1125 'browser/diagnostics/recon_diagnostics.cc', |
| 1123 'browser/diagnostics/recon_diagnostics.h', | 1126 'browser/diagnostics/recon_diagnostics.h', |
| 1124 'browser/dock_info_gtk.cc', | 1127 'browser/dock_info_gtk.cc', |
| (...skipping 2705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3830 ], | 3833 ], |
| 3831 }, | 3834 }, |
| 3832 ], | 3835 ], |
| 3833 } | 3836 } |
| 3834 | 3837 |
| 3835 # Local Variables: | 3838 # Local Variables: |
| 3836 # tab-width:2 | 3839 # tab-width:2 |
| 3837 # indent-tabs-mode:nil | 3840 # indent-tabs-mode:nil |
| 3838 # End: | 3841 # End: |
| 3839 # vim: set expandtab tabstop=2 shiftwidth=2: | 3842 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |