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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1214483002: Improve the ProfileInfoCache API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2409 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 'browser/profiles/profile_impl_io_data.h', 2420 'browser/profiles/profile_impl_io_data.h',
2421 'browser/profiles/profile_info_cache.cc', 2421 'browser/profiles/profile_info_cache.cc',
2422 'browser/profiles/profile_info_cache.h', 2422 'browser/profiles/profile_info_cache.h',
2423 'browser/profiles/profile_info_cache_observer.h', 2423 'browser/profiles/profile_info_cache_observer.h',
2424 'browser/profiles/profile_info_interface.h', 2424 'browser/profiles/profile_info_interface.h',
2425 'browser/profiles/profile_io_data.cc', 2425 'browser/profiles/profile_io_data.cc',
2426 'browser/profiles/profile_io_data.h', 2426 'browser/profiles/profile_io_data.h',
2427 'browser/profiles/profile_list.h', 2427 'browser/profiles/profile_list.h',
2428 'browser/profiles/profile_manager.cc', 2428 'browser/profiles/profile_manager.cc',
2429 'browser/profiles/profile_manager.h', 2429 'browser/profiles/profile_manager.h',
2430 'browser/profiles/profile_metadata_storage.h',
2430 'browser/profiles/profile_metrics.cc', 2431 'browser/profiles/profile_metrics.cc',
2431 'browser/profiles/profile_metrics.h', 2432 'browser/profiles/profile_metrics.h',
2432 'browser/profiles/profile_metrics_mac.mm', 2433 'browser/profiles/profile_metrics_mac.mm',
2433 'browser/profiles/profile_shortcut_manager_win.cc', 2434 'browser/profiles/profile_shortcut_manager_win.cc',
2434 'browser/profiles/profile_shortcut_manager_win.h', 2435 'browser/profiles/profile_shortcut_manager_win.h',
2435 'browser/profiles/profiles_state.cc', 2436 'browser/profiles/profiles_state.cc',
2436 'browser/profiles/profiles_state.h', 2437 'browser/profiles/profiles_state.h',
2437 'browser/profiles/storage_partition_descriptor.h', 2438 'browser/profiles/storage_partition_descriptor.h',
2438 ], 2439 ],
2439 'chrome_browser_rlz_sources': [ 2440 'chrome_browser_rlz_sources': [
(...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
4056 'variables': { 4057 'variables': {
4057 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4058 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4058 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4059 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4059 }, 4060 },
4060 'includes': [ '../build/protoc.gypi' ] 4061 'includes': [ '../build/protoc.gypi' ]
4061 }, 4062 },
4062 ], 4063 ],
4063 },], 4064 },],
4064 ], 4065 ],
4065 } 4066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698