| 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 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1215 'browser/fav_icon_helper.h', | 1215 'browser/fav_icon_helper.h', |
| 1216 'browser/favicon_service.cc', | 1216 'browser/favicon_service.cc', |
| 1217 'browser/favicon_service.h', | 1217 'browser/favicon_service.h', |
| 1218 'browser/file_path_watcher/file_path_watcher.cc', | 1218 'browser/file_path_watcher/file_path_watcher.cc', |
| 1219 'browser/file_path_watcher/file_path_watcher.h', | 1219 'browser/file_path_watcher/file_path_watcher.h', |
| 1220 'browser/file_path_watcher/file_path_watcher_inotify.cc', | 1220 'browser/file_path_watcher/file_path_watcher_inotify.cc', |
| 1221 'browser/file_path_watcher/file_path_watcher_mac.cc', | 1221 'browser/file_path_watcher/file_path_watcher_mac.cc', |
| 1222 'browser/file_path_watcher/file_path_watcher_win.cc', | 1222 'browser/file_path_watcher/file_path_watcher_win.cc', |
| 1223 'browser/file_select_helper.cc', | 1223 'browser/file_select_helper.cc', |
| 1224 'browser/file_select_helper.h', | 1224 'browser/file_select_helper.h', |
| 1225 'browser/file_system/browser_file_system_context.cc', | 1225 'browser/file_system/browser_file_system_helper.cc', |
| 1226 'browser/file_system/browser_file_system_context.h', | 1226 'browser/file_system/browser_file_system_helper.h', |
| 1227 'browser/file_system/file_system_dispatcher_host.cc', | 1227 'browser/file_system/file_system_dispatcher_host.cc', |
| 1228 'browser/file_system/file_system_dispatcher_host.h', | 1228 'browser/file_system/file_system_dispatcher_host.h', |
| 1229 'browser/first_run/first_run.cc', | 1229 'browser/first_run/first_run.cc', |
| 1230 'browser/first_run/first_run.h', | 1230 'browser/first_run/first_run.h', |
| 1231 'browser/first_run/first_run_mac.mm', | 1231 'browser/first_run/first_run_mac.mm', |
| 1232 'browser/first_run/first_run_win.cc', | 1232 'browser/first_run/first_run_win.cc', |
| 1233 'browser/first_run/first_run_gtk.cc', | 1233 'browser/first_run/first_run_gtk.cc', |
| 1234 'browser/fonts_languages_window.h', | 1234 'browser/fonts_languages_window.h', |
| 1235 'browser/gears_integration.cc', | 1235 'browser/gears_integration.cc', |
| 1236 'browser/gears_integration.h', | 1236 'browser/gears_integration.h', |
| (...skipping 3247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4484 ], | 4484 ], |
| 4485 }, | 4485 }, |
| 4486 ], | 4486 ], |
| 4487 } | 4487 } |
| 4488 | 4488 |
| 4489 # Local Variables: | 4489 # Local Variables: |
| 4490 # tab-width:2 | 4490 # tab-width:2 |
| 4491 # indent-tabs-mode:nil | 4491 # indent-tabs-mode:nil |
| 4492 # End: | 4492 # End: |
| 4493 # vim: set expandtab tabstop=2 shiftwidth=2: | 4493 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |