Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3131026: Moving file_system_proxy to base/ and changing it to work with MessageLoopPro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/renderer_host/redirect_to_file_resource_handler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'browser/child_process_security_policy.cc', 346 'browser/child_process_security_policy.cc',
347 'browser/child_process_security_policy.h', 347 'browser/child_process_security_policy.h',
348 'browser/chrome_browser_application_mac.h', 348 'browser/chrome_browser_application_mac.h',
349 'browser/chrome_browser_application_mac.mm', 349 'browser/chrome_browser_application_mac.mm',
350 'browser/chrome_plugin_browsing_context.cc', 350 'browser/chrome_plugin_browsing_context.cc',
351 'browser/chrome_plugin_browsing_context.h', 351 'browser/chrome_plugin_browsing_context.h',
352 'browser/chrome_plugin_host.cc', 352 'browser/chrome_plugin_host.cc',
353 'browser/chrome_plugin_host.h', 353 'browser/chrome_plugin_host.h',
354 'browser/chrome_thread.cc', 354 'browser/chrome_thread.cc',
355 'browser/chrome_thread.h', 355 'browser/chrome_thread.h',
356 'browser/chrome_thread_relay.cc',
357 'browser/chrome_thread_relay.h',
358 'browser/chromeos/notifications/balloon_collection_impl.cc', 356 'browser/chromeos/notifications/balloon_collection_impl.cc',
359 'browser/chromeos/notifications/balloon_collection_impl.h', 357 'browser/chromeos/notifications/balloon_collection_impl.h',
360 'browser/chromeos/notifications/balloon_view.cc', 358 'browser/chromeos/notifications/balloon_view.cc',
361 'browser/chromeos/notifications/balloon_view.h', 359 'browser/chromeos/notifications/balloon_view.h',
362 'browser/chromeos/notifications/balloon_view_host.cc', 360 'browser/chromeos/notifications/balloon_view_host.cc',
363 'browser/chromeos/notifications/balloon_view_host.h', 361 'browser/chromeos/notifications/balloon_view_host.h',
364 'browser/chromeos/notifications/notification_panel.cc', 362 'browser/chromeos/notifications/notification_panel.cc',
365 'browser/chromeos/notifications/notification_panel.h', 363 'browser/chromeos/notifications/notification_panel.h',
366 'browser/chromeos/notifications/system_notification.cc', 364 'browser/chromeos/notifications/system_notification.cc',
367 'browser/chromeos/notifications/system_notification.h', 365 'browser/chromeos/notifications/system_notification.h',
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 'browser/global_keyboard_shortcuts_mac.h', 1442 'browser/global_keyboard_shortcuts_mac.h',
1445 'browser/global_keyboard_shortcuts_mac.mm', 1443 'browser/global_keyboard_shortcuts_mac.mm',
1446 'browser/fav_icon_helper.cc', 1444 'browser/fav_icon_helper.cc',
1447 'browser/fav_icon_helper.h', 1445 'browser/fav_icon_helper.h',
1448 'browser/favicon_service.cc', 1446 'browser/favicon_service.cc',
1449 'browser/favicon_service.h', 1447 'browser/favicon_service.h',
1450 'browser/file_path_watcher.h', 1448 'browser/file_path_watcher.h',
1451 'browser/file_path_watcher_inotify.cc', 1449 'browser/file_path_watcher_inotify.cc',
1452 'browser/file_path_watcher_mac.cc', 1450 'browser/file_path_watcher_mac.cc',
1453 'browser/file_path_watcher_win.cc', 1451 'browser/file_path_watcher_win.cc',
1454 'browser/file_system_proxy.cc',
1455 'browser/file_system_proxy.h',
1456 'browser/find_bar.h', 1452 'browser/find_bar.h',
1457 'browser/find_bar_controller.cc', 1453 'browser/find_bar_controller.cc',
1458 'browser/find_bar_controller.h', 1454 'browser/find_bar_controller.h',
1459 'browser/find_bar_state.h', 1455 'browser/find_bar_state.h',
1460 'browser/find_bar_state.cc', 1456 'browser/find_bar_state.cc',
1461 'browser/find_notification_details.h', 1457 'browser/find_notification_details.h',
1462 'browser/first_run/first_run.cc', 1458 'browser/first_run/first_run.cc',
1463 'browser/first_run/first_run.h', 1459 'browser/first_run/first_run.h',
1464 'browser/first_run/first_run_mac.mm', 1460 'browser/first_run/first_run_mac.mm',
1465 'browser/first_run/first_run_win.cc', 1461 'browser/first_run/first_run_win.cc',
(...skipping 2388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3854 ], 3850 ],
3855 }, 3851 },
3856 ], 3852 ],
3857 } 3853 }
3858 3854
3859 # Local Variables: 3855 # Local Variables:
3860 # tab-width:2 3856 # tab-width:2
3861 # indent-tabs-mode:nil 3857 # indent-tabs-mode:nil
3862 # End: 3858 # End:
3863 # vim: set expandtab tabstop=2 shiftwidth=2: 3859 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/redirect_to_file_resource_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698