| 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 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1490 'browser/fav_icon_helper.cc', | 1490 'browser/fav_icon_helper.cc', |
| 1491 'browser/fav_icon_helper.h', | 1491 'browser/fav_icon_helper.h', |
| 1492 'browser/favicon_service.cc', | 1492 'browser/favicon_service.cc', |
| 1493 'browser/favicon_service.h', | 1493 'browser/favicon_service.h', |
| 1494 'browser/file_path_watcher.h', | 1494 'browser/file_path_watcher.h', |
| 1495 'browser/file_path_watcher_inotify.cc', | 1495 'browser/file_path_watcher_inotify.cc', |
| 1496 'browser/file_path_watcher_mac.cc', | 1496 'browser/file_path_watcher_mac.cc', |
| 1497 'browser/file_path_watcher_win.cc', | 1497 'browser/file_path_watcher_win.cc', |
| 1498 'browser/file_system/file_system_dispatcher_host.cc', | 1498 'browser/file_system/file_system_dispatcher_host.cc', |
| 1499 'browser/file_system/file_system_dispatcher_host.h', | 1499 'browser/file_system/file_system_dispatcher_host.h', |
| 1500 'browser/file_system/file_system_host_context.cc', |
| 1501 'browser/file_system/file_system_host_context.h', |
| 1500 'browser/find_bar.h', | 1502 'browser/find_bar.h', |
| 1501 'browser/find_bar_controller.cc', | 1503 'browser/find_bar_controller.cc', |
| 1502 'browser/find_bar_controller.h', | 1504 'browser/find_bar_controller.h', |
| 1503 'browser/find_bar_state.h', | 1505 'browser/find_bar_state.h', |
| 1504 'browser/find_bar_state.cc', | 1506 'browser/find_bar_state.cc', |
| 1505 'browser/find_notification_details.h', | 1507 'browser/find_notification_details.h', |
| 1506 'browser/first_run/first_run.cc', | 1508 'browser/first_run/first_run.cc', |
| 1507 'browser/first_run/first_run.h', | 1509 'browser/first_run/first_run.h', |
| 1508 'browser/first_run/first_run_mac.mm', | 1510 'browser/first_run/first_run_mac.mm', |
| 1509 'browser/first_run/first_run_win.cc', | 1511 'browser/first_run/first_run_win.cc', |
| (...skipping 2424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3934 ], | 3936 ], |
| 3935 }, | 3937 }, |
| 3936 ], | 3938 ], |
| 3937 } | 3939 } |
| 3938 | 3940 |
| 3939 # Local Variables: | 3941 # Local Variables: |
| 3940 # tab-width:2 | 3942 # tab-width:2 |
| 3941 # indent-tabs-mode:nil | 3943 # indent-tabs-mode:nil |
| 3942 # End: | 3944 # End: |
| 3943 # vim: set expandtab tabstop=2 shiftwidth=2: | 3945 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |