| 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 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1450 'browser/global_keyboard_shortcuts_mac.h', | 1450 'browser/global_keyboard_shortcuts_mac.h', |
| 1451 'browser/global_keyboard_shortcuts_mac.mm', | 1451 'browser/global_keyboard_shortcuts_mac.mm', |
| 1452 'browser/fav_icon_helper.cc', | 1452 'browser/fav_icon_helper.cc', |
| 1453 'browser/fav_icon_helper.h', | 1453 'browser/fav_icon_helper.h', |
| 1454 'browser/favicon_service.cc', | 1454 'browser/favicon_service.cc', |
| 1455 'browser/favicon_service.h', | 1455 'browser/favicon_service.h', |
| 1456 'browser/file_path_watcher.h', | 1456 'browser/file_path_watcher.h', |
| 1457 'browser/file_path_watcher_inotify.cc', | 1457 'browser/file_path_watcher_inotify.cc', |
| 1458 'browser/file_path_watcher_mac.cc', | 1458 'browser/file_path_watcher_mac.cc', |
| 1459 'browser/file_path_watcher_win.cc', | 1459 'browser/file_path_watcher_win.cc', |
| 1460 'browser/file_system/file_system_dispatcher_host.cc', |
| 1461 'browser/file_system/file_system_dispatcher_host.h', |
| 1460 'browser/find_bar.h', | 1462 'browser/find_bar.h', |
| 1461 'browser/find_bar_controller.cc', | 1463 'browser/find_bar_controller.cc', |
| 1462 'browser/find_bar_controller.h', | 1464 'browser/find_bar_controller.h', |
| 1463 'browser/find_bar_state.h', | 1465 'browser/find_bar_state.h', |
| 1464 'browser/find_bar_state.cc', | 1466 'browser/find_bar_state.cc', |
| 1465 'browser/find_notification_details.h', | 1467 'browser/find_notification_details.h', |
| 1466 'browser/first_run/first_run.cc', | 1468 'browser/first_run/first_run.cc', |
| 1467 'browser/first_run/first_run.h', | 1469 'browser/first_run/first_run.h', |
| 1468 'browser/first_run/first_run_mac.mm', | 1470 'browser/first_run/first_run_mac.mm', |
| 1469 'browser/first_run/first_run_win.cc', | 1471 'browser/first_run/first_run_win.cc', |
| (...skipping 2394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3864 ], | 3866 ], |
| 3865 }, | 3867 }, |
| 3866 ], | 3868 ], |
| 3867 } | 3869 } |
| 3868 | 3870 |
| 3869 # Local Variables: | 3871 # Local Variables: |
| 3870 # tab-width:2 | 3872 # tab-width:2 |
| 3871 # indent-tabs-mode:nil | 3873 # indent-tabs-mode:nil |
| 3872 # End: | 3874 # End: |
| 3873 # vim: set expandtab tabstop=2 shiftwidth=2: | 3875 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |