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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11147026: Initial refactor to get profiles to propagate storage partition details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed macro and InMemory. Created 8 years, 2 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 'browser/ssl/ssl_error_info.h', 1801 'browser/ssl/ssl_error_info.h',
1802 'browser/ssl/ssl_tab_helper.cc', 1802 'browser/ssl/ssl_tab_helper.cc',
1803 'browser/ssl/ssl_tab_helper.h', 1803 'browser/ssl/ssl_tab_helper.h',
1804 'browser/status_icons/desktop_notification_balloon.cc', 1804 'browser/status_icons/desktop_notification_balloon.cc',
1805 'browser/status_icons/desktop_notification_balloon.h', 1805 'browser/status_icons/desktop_notification_balloon.h',
1806 'browser/status_icons/status_icon.cc', 1806 'browser/status_icons/status_icon.cc',
1807 'browser/status_icons/status_icon.h', 1807 'browser/status_icons/status_icon.h',
1808 'browser/status_icons/status_icon_observer.h', 1808 'browser/status_icons/status_icon_observer.h',
1809 'browser/status_icons/status_tray.cc', 1809 'browser/status_icons/status_tray.cc',
1810 'browser/status_icons/status_tray.h', 1810 'browser/status_icons/status_tray.h',
1811 'browser/profiles/storage_partition_descriptor.h',
1811 'browser/sync/about_sync_util.cc', 1812 'browser/sync/about_sync_util.cc',
1812 'browser/sync/about_sync_util.h', 1813 'browser/sync/about_sync_util.h',
1813 'browser/sync/backend_migrator.cc', 1814 'browser/sync/backend_migrator.cc',
1814 'browser/sync/backend_migrator.h', 1815 'browser/sync/backend_migrator.h',
1815 'browser/sync/backend_unrecoverable_error_handler.cc', 1816 'browser/sync/backend_unrecoverable_error_handler.cc',
1816 'browser/sync/backend_unrecoverable_error_handler.h', 1817 'browser/sync/backend_unrecoverable_error_handler.h',
1817 'browser/sync/credential_cache_service_factory_win.cc', 1818 'browser/sync/credential_cache_service_factory_win.cc',
1818 'browser/sync/credential_cache_service_factory_win.h', 1819 'browser/sync/credential_cache_service_factory_win.h',
1819 'browser/sync/credential_cache_service_win.cc', 1820 'browser/sync/credential_cache_service_win.cc',
1820 'browser/sync/credential_cache_service_win.h', 1821 'browser/sync/credential_cache_service_win.h',
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 'proto_in_dir': '../third_party/cros_system_api/dbus', 2903 'proto_in_dir': '../third_party/cros_system_api/dbus',
2903 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2904 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2904 }, 2905 },
2905 'includes': ['../build/protoc.gypi'], 2906 'includes': ['../build/protoc.gypi'],
2906 }, 2907 },
2907 ], 2908 ],
2908 }, 2909 },
2909 ], 2910 ],
2910 ], 2911 ],
2911 } 2912 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698