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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3244002: (2nd try) Add a helper class that keeps per-profile information for FileSystem API (Closed)
Patch Set: 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 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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:
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