OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': 'static_library', | 9 'type': 'static_library', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1306 'browser/jumplist_win.cc', | 1306 'browser/jumplist_win.cc', |
1307 'browser/jumplist_win.h', | 1307 'browser/jumplist_win.h', |
1308 'browser/keychain_mac.cc', | 1308 'browser/keychain_mac.cc', |
1309 'browser/keychain_mac.h', | 1309 'browser/keychain_mac.h', |
1310 'browser/language_combobox_model.cc', | 1310 'browser/language_combobox_model.cc', |
1311 'browser/language_combobox_model.h', | 1311 'browser/language_combobox_model.h', |
1312 'browser/language_order_table_model.cc', | 1312 'browser/language_order_table_model.cc', |
1313 'browser/language_order_table_model.h', | 1313 'browser/language_order_table_model.h', |
1314 'browser/load_from_memory_cache_details.cc', | 1314 'browser/load_from_memory_cache_details.cc', |
1315 'browser/load_from_memory_cache_details.h', | 1315 'browser/load_from_memory_cache_details.h', |
1316 'browser/load_notification_details.h', | |
1317 'browser/mach_broker_mac.cc', | 1316 'browser/mach_broker_mac.cc', |
1318 'browser/mach_broker_mac.h', | 1317 'browser/mach_broker_mac.h', |
1319 'browser/memory_details.cc', | 1318 'browser/memory_details.cc', |
1320 'browser/memory_details.h', | 1319 'browser/memory_details.h', |
1321 'browser/memory_details_linux.cc', | 1320 'browser/memory_details_linux.cc', |
1322 'browser/memory_details_mac.cc', | 1321 'browser/memory_details_mac.cc', |
1323 'browser/memory_details_win.cc', | 1322 'browser/memory_details_win.cc', |
1324 'browser/memory_purger.cc', | 1323 'browser/memory_purger.cc', |
1325 'browser/memory_purger.h', | 1324 'browser/memory_purger.h', |
1326 'browser/metrics/field_trial_synchronizer.cc', | 1325 'browser/metrics/field_trial_synchronizer.cc', |
(...skipping 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4609 'hard_dependency': 1, | 4608 'hard_dependency': 1, |
4610 }, | 4609 }, |
4611 ], | 4610 ], |
4612 } | 4611 } |
4613 | 4612 |
4614 # Local Variables: | 4613 # Local Variables: |
4615 # tab-width:2 | 4614 # tab-width:2 |
4616 # indent-tabs-mode:nil | 4615 # indent-tabs-mode:nil |
4617 # End: | 4616 # End: |
4618 # vim: set expandtab tabstop=2 shiftwidth=2: | 4617 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |