| 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 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2437 'browser/power_save_blocker_stub.cc', | 2437 'browser/power_save_blocker_stub.cc', |
| 2438 'browser/power_save_blocker_win.cc', | 2438 'browser/power_save_blocker_win.cc', |
| 2439 'browser/ppapi_plugin_process_host.cc', | 2439 'browser/ppapi_plugin_process_host.cc', |
| 2440 'browser/ppapi_plugin_process_host.h', | 2440 'browser/ppapi_plugin_process_host.h', |
| 2441 'browser/preferences_mac.cc', | 2441 'browser/preferences_mac.cc', |
| 2442 'browser/preferences_mac.h', | 2442 'browser/preferences_mac.h', |
| 2443 'browser/prefs/browser_prefs.cc', | 2443 'browser/prefs/browser_prefs.cc', |
| 2444 'browser/prefs/browser_prefs.h', | 2444 'browser/prefs/browser_prefs.h', |
| 2445 'browser/prefs/command_line_pref_store.cc', | 2445 'browser/prefs/command_line_pref_store.cc', |
| 2446 'browser/prefs/command_line_pref_store.h', | 2446 'browser/prefs/command_line_pref_store.h', |
| 2447 'browser/prefs/default_pref_store.cc', | 2447 'browser/prefs/in_memory_pref_store.cc', |
| 2448 'browser/prefs/default_pref_store.h', | 2448 'browser/prefs/in_memory_pref_store.h', |
| 2449 'browser/prefs/pref_member.cc', | 2449 'browser/prefs/pref_member.cc', |
| 2450 'browser/prefs/pref_member.h', | 2450 'browser/prefs/pref_member.h', |
| 2451 'browser/prefs/pref_notifier.cc', | 2451 'browser/prefs/pref_notifier.cc', |
| 2452 'browser/prefs/pref_notifier.h', | 2452 'browser/prefs/pref_notifier.h', |
| 2453 'browser/prefs/pref_change_registrar.cc', | 2453 'browser/prefs/pref_change_registrar.cc', |
| 2454 'browser/prefs/pref_change_registrar.h', | 2454 'browser/prefs/pref_change_registrar.h', |
| 2455 'browser/prefs/pref_service.cc', | 2455 'browser/prefs/pref_service.cc', |
| 2456 'browser/prefs/pref_service.h', | 2456 'browser/prefs/pref_service.h', |
| 2457 'browser/prefs/pref_set_observer.cc', | 2457 'browser/prefs/pref_set_observer.cc', |
| 2458 'browser/prefs/pref_set_observer.h', | 2458 'browser/prefs/pref_set_observer.h', |
| (...skipping 1851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4310 ], | 4310 ], |
| 4311 }, | 4311 }, |
| 4312 ], | 4312 ], |
| 4313 } | 4313 } |
| 4314 | 4314 |
| 4315 # Local Variables: | 4315 # Local Variables: |
| 4316 # tab-width:2 | 4316 # tab-width:2 |
| 4317 # indent-tabs-mode:nil | 4317 # indent-tabs-mode:nil |
| 4318 # End: | 4318 # End: |
| 4319 # vim: set expandtab tabstop=2 shiftwidth=2: | 4319 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |