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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4821005: Make FileSystemOperation's lifetime more explicit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 10 years, 1 month 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
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 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 'browser/fav_icon_helper.h', 1633 'browser/fav_icon_helper.h',
1634 'browser/favicon_service.cc', 1634 'browser/favicon_service.cc',
1635 'browser/favicon_service.h', 1635 'browser/favicon_service.h',
1636 'browser/file_path_watcher.cc', 1636 'browser/file_path_watcher.cc',
1637 'browser/file_path_watcher.h', 1637 'browser/file_path_watcher.h',
1638 'browser/file_path_watcher_inotify.cc', 1638 'browser/file_path_watcher_inotify.cc',
1639 'browser/file_path_watcher_mac.cc', 1639 'browser/file_path_watcher_mac.cc',
1640 'browser/file_path_watcher_win.cc', 1640 'browser/file_path_watcher_win.cc',
1641 'browser/file_select_helper.cc', 1641 'browser/file_select_helper.cc',
1642 'browser/file_select_helper.h', 1642 'browser/file_select_helper.h',
1643 'browser/file_system/browser_file_system_callback_dispatcher.cc',
1644 'browser/file_system/browser_file_system_callback_dispatcher.h',
1645 'browser/file_system/browser_file_system_context.cc', 1643 'browser/file_system/browser_file_system_context.cc',
1646 'browser/file_system/browser_file_system_context.h', 1644 'browser/file_system/browser_file_system_context.h',
1647 'browser/file_system/file_system_dispatcher_host.cc', 1645 'browser/file_system/file_system_dispatcher_host.cc',
1648 'browser/file_system/file_system_dispatcher_host.h', 1646 'browser/file_system/file_system_dispatcher_host.h',
1649 'browser/find_bar.h', 1647 'browser/find_bar.h',
1650 'browser/find_bar_controller.cc', 1648 'browser/find_bar_controller.cc',
1651 'browser/find_bar_controller.h', 1649 'browser/find_bar_controller.h',
1652 'browser/find_bar_state.h', 1650 'browser/find_bar_state.h',
1653 'browser/find_bar_state.cc', 1651 'browser/find_bar_state.cc',
1654 'browser/find_notification_details.h', 1652 'browser/find_notification_details.h',
(...skipping 2583 matching lines...) Expand 10 before | Expand all | Expand 10 after
4238 ], 4236 ],
4239 }, 4237 },
4240 ], 4238 ],
4241 } 4239 }
4242 4240
4243 # Local Variables: 4241 # Local Variables:
4244 # tab-width:2 4242 # tab-width:2
4245 # indent-tabs-mode:nil 4243 # indent-tabs-mode:nil
4246 # End: 4244 # End:
4247 # vim: set expandtab tabstop=2 shiftwidth=2: 4245 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698