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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1579433002: Make profile statistics tasks inspectable by tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed ProfileAttributesStorage related functions in profile_statistics.* Created 4 years, 9 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/ui/webui/signin/user_manager_screen_handler.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 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 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 ], 1033 ],
1034 # Everything but Android, iOS, and CrOS. 1034 # Everything but Android, iOS, and CrOS.
1035 'chrome_browser_desktop_sources': [ 1035 'chrome_browser_desktop_sources': [
1036 'browser/platform_util.cc', 1036 'browser/platform_util.cc',
1037 'browser/profiles/avatar_menu_actions_desktop.cc', 1037 'browser/profiles/avatar_menu_actions_desktop.cc',
1038 'browser/profiles/avatar_menu_actions_desktop.h', 1038 'browser/profiles/avatar_menu_actions_desktop.h',
1039 'browser/profiles/avatar_menu_desktop.cc', 1039 'browser/profiles/avatar_menu_desktop.cc',
1040 'browser/profiles/avatar_menu_observer.h', 1040 'browser/profiles/avatar_menu_observer.h',
1041 'browser/profiles/profile_list_desktop.cc', 1041 'browser/profiles/profile_list_desktop.cc',
1042 'browser/profiles/profile_list_desktop.h', 1042 'browser/profiles/profile_list_desktop.h',
1043 'browser/profiles/profile_statistics.cc',
1044 'browser/profiles/profile_statistics.h',
1045 'browser/profiles/profile_statistics_aggregator.cc',
1046 'browser/profiles/profile_statistics_aggregator.h',
1047 'browser/profiles/profile_statistics_common.cc',
1048 'browser/profiles/profile_statistics_common.h',
1049 'browser/profiles/profile_statistics_factory.cc',
1050 'browser/profiles/profile_statistics_factory.h',
1043 'browser/signin/cross_device_promo.cc', 1051 'browser/signin/cross_device_promo.cc',
1044 'browser/signin/cross_device_promo.h', 1052 'browser/signin/cross_device_promo.h',
1045 'browser/signin/cross_device_promo_factory.cc', 1053 'browser/signin/cross_device_promo_factory.cc',
1046 'browser/signin/cross_device_promo_factory.h', 1054 'browser/signin/cross_device_promo_factory.h',
1047 'browser/signin/signin_global_error.cc', 1055 'browser/signin/signin_global_error.cc',
1048 'browser/signin/signin_global_error.h', 1056 'browser/signin/signin_global_error.h',
1049 'browser/signin/signin_global_error_factory.cc', 1057 'browser/signin/signin_global_error_factory.cc',
1050 'browser/signin/signin_global_error_factory.h', 1058 'browser/signin/signin_global_error_factory.h',
1051 ], 1059 ],
1052 # Miscellaneous files that were brought up on iOS before the decision not 1060 # Miscellaneous files that were brought up on iOS before the decision not
(...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after
2511 'browser/profiles/profile_io_data.cc', 2519 'browser/profiles/profile_io_data.cc',
2512 'browser/profiles/profile_io_data.h', 2520 'browser/profiles/profile_io_data.h',
2513 'browser/profiles/profile_list.h', 2521 'browser/profiles/profile_list.h',
2514 'browser/profiles/profile_manager.cc', 2522 'browser/profiles/profile_manager.cc',
2515 'browser/profiles/profile_manager.h', 2523 'browser/profiles/profile_manager.h',
2516 'browser/profiles/profile_metrics.cc', 2524 'browser/profiles/profile_metrics.cc',
2517 'browser/profiles/profile_metrics.h', 2525 'browser/profiles/profile_metrics.h',
2518 'browser/profiles/profile_metrics_mac.mm', 2526 'browser/profiles/profile_metrics_mac.mm',
2519 'browser/profiles/profile_shortcut_manager_win.cc', 2527 'browser/profiles/profile_shortcut_manager_win.cc',
2520 'browser/profiles/profile_shortcut_manager_win.h', 2528 'browser/profiles/profile_shortcut_manager_win.h',
2521 'browser/profiles/profile_statistics.cc',
2522 'browser/profiles/profile_statistics.h',
2523 'browser/profiles/profiles_state.cc', 2529 'browser/profiles/profiles_state.cc',
2524 'browser/profiles/profiles_state.h', 2530 'browser/profiles/profiles_state.h',
2525 'browser/profiles/storage_partition_descriptor.h', 2531 'browser/profiles/storage_partition_descriptor.h',
2526 ], 2532 ],
2527 'chrome_browser_rlz_sources': [ 2533 'chrome_browser_rlz_sources': [
2528 'browser/rlz/chrome_rlz_tracker_delegate.cc', 2534 'browser/rlz/chrome_rlz_tracker_delegate.cc',
2529 'browser/rlz/chrome_rlz_tracker_delegate.h', 2535 'browser/rlz/chrome_rlz_tracker_delegate.h',
2530 ], 2536 ],
2531 # "Safe Browsing Basic" files used for safe browsing in full mode 2537 # "Safe Browsing Basic" files used for safe browsing in full mode
2532 # (safe_browsing=1) and mobile (=2) 2538 # (safe_browsing=1) and mobile (=2)
(...skipping 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after
4244 '../components/components.gyp:rlz', 4250 '../components/components.gyp:rlz',
4245 '../components/components.gyp:search_engines', 4251 '../components/components.gyp:search_engines',
4246 '../rlz/rlz.gyp:rlz_lib', 4252 '../rlz/rlz.gyp:rlz_lib',
4247 'common', 4253 'common',
4248 ], 4254 ],
4249 }, 4255 },
4250 ], 4256 ],
4251 }], 4257 }],
4252 ], 4258 ],
4253 } 4259 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/user_manager_screen_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698