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 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1097 'browser/cookies_tree_model.cc', | 1097 'browser/cookies_tree_model.cc', |
1098 'browser/cookies_tree_model.h', | 1098 'browser/cookies_tree_model.h', |
1099 'browser/cross_site_request_manager.cc', | 1099 'browser/cross_site_request_manager.cc', |
1100 'browser/cross_site_request_manager.h', | 1100 'browser/cross_site_request_manager.h', |
1101 'browser/custom_home_pages_table_model.cc', | 1101 'browser/custom_home_pages_table_model.cc', |
1102 'browser/custom_home_pages_table_model.h', | 1102 'browser/custom_home_pages_table_model.h', |
1103 'browser/default_encoding_combo_model.cc', | 1103 'browser/default_encoding_combo_model.cc', |
1104 'browser/default_encoding_combo_model.h', | 1104 'browser/default_encoding_combo_model.h', |
1105 'browser/defaults.cc', | 1105 'browser/defaults.cc', |
1106 'browser/defaults.h', | 1106 'browser/defaults.h', |
| 1107 'browser/device_orientation/dispatcher_host.cc', |
| 1108 'browser/device_orientation/dispatcher_host.h', |
| 1109 'browser/device_orientation/orientation.h', |
| 1110 'browser/device_orientation/provider.cc', |
| 1111 'browser/device_orientation/provider.h', |
1107 'browser/diagnostics/diagnostics_main.cc', | 1112 'browser/diagnostics/diagnostics_main.cc', |
1108 'browser/diagnostics/diagnostics_main.h', | 1113 'browser/diagnostics/diagnostics_main.h', |
1109 'browser/diagnostics/diagnostics_model.h', | 1114 'browser/diagnostics/diagnostics_model.h', |
1110 'browser/diagnostics/diagnostics_model.cc', | 1115 'browser/diagnostics/diagnostics_model.cc', |
1111 'browser/diagnostics/diagnostics_test.h', | 1116 'browser/diagnostics/diagnostics_test.h', |
1112 'browser/diagnostics/sqlite_diagnostics.cc', | 1117 'browser/diagnostics/sqlite_diagnostics.cc', |
1113 'browser/diagnostics/sqlite_diagnostics.h', | 1118 'browser/diagnostics/sqlite_diagnostics.h', |
1114 'browser/diagnostics/recon_diagnostics.cc', | 1119 'browser/diagnostics/recon_diagnostics.cc', |
1115 'browser/diagnostics/recon_diagnostics.h', | 1120 'browser/diagnostics/recon_diagnostics.h', |
1116 'browser/dock_info_gtk.cc', | 1121 'browser/dock_info_gtk.cc', |
(...skipping 2663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3780 ], | 3785 ], |
3781 }, | 3786 }, |
3782 ], | 3787 ], |
3783 } | 3788 } |
3784 | 3789 |
3785 # Local Variables: | 3790 # Local Variables: |
3786 # tab-width:2 | 3791 # tab-width:2 |
3787 # indent-tabs-mode:nil | 3792 # indent-tabs-mode:nil |
3788 # End: | 3793 # End: |
3789 # vim: set expandtab tabstop=2 shiftwidth=2: | 3794 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |