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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3028033: Add a helper class that keeps per-profile information for FileSystem API (Closed)
Patch Set: fixed tests Created 10 years, 3 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
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 'browser/fav_icon_helper.cc', 1477 'browser/fav_icon_helper.cc',
1478 'browser/fav_icon_helper.h', 1478 'browser/fav_icon_helper.h',
1479 'browser/favicon_service.cc', 1479 'browser/favicon_service.cc',
1480 'browser/favicon_service.h', 1480 'browser/favicon_service.h',
1481 'browser/file_path_watcher.h', 1481 'browser/file_path_watcher.h',
1482 'browser/file_path_watcher_inotify.cc', 1482 'browser/file_path_watcher_inotify.cc',
1483 'browser/file_path_watcher_mac.cc', 1483 'browser/file_path_watcher_mac.cc',
1484 'browser/file_path_watcher_win.cc', 1484 'browser/file_path_watcher_win.cc',
1485 'browser/file_system/file_system_dispatcher_host.cc', 1485 'browser/file_system/file_system_dispatcher_host.cc',
1486 'browser/file_system/file_system_dispatcher_host.h', 1486 'browser/file_system/file_system_dispatcher_host.h',
1487 'browser/file_system/file_system_host_context.cc',
1488 'browser/file_system/file_system_host_context.h',
1487 'browser/find_bar.h', 1489 'browser/find_bar.h',
1488 'browser/find_bar_controller.cc', 1490 'browser/find_bar_controller.cc',
1489 'browser/find_bar_controller.h', 1491 'browser/find_bar_controller.h',
1490 'browser/find_bar_state.h', 1492 'browser/find_bar_state.h',
1491 'browser/find_bar_state.cc', 1493 'browser/find_bar_state.cc',
1492 'browser/find_notification_details.h', 1494 'browser/find_notification_details.h',
1493 'browser/first_run/first_run.cc', 1495 'browser/first_run/first_run.cc',
1494 'browser/first_run/first_run.h', 1496 'browser/first_run/first_run.h',
1495 'browser/first_run/first_run_mac.mm', 1497 'browser/first_run/first_run_mac.mm',
1496 'browser/first_run/first_run_win.cc', 1498 'browser/first_run/first_run_win.cc',
(...skipping 2405 matching lines...) Expand 10 before | Expand all | Expand 10 after
3902 ], 3904 ],
3903 }, 3905 },
3904 ], 3906 ],
3905 } 3907 }
3906 3908
3907 # Local Variables: 3909 # Local Variables:
3908 # tab-width:2 3910 # tab-width:2
3909 # indent-tabs-mode:nil 3911 # indent-tabs-mode:nil
3910 # End: 3912 # End:
3911 # vim: set expandtab tabstop=2 shiftwidth=2: 3913 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698