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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1248613003: Issue 501916 : Add data type counts to profile deletion flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (again) and added strings for the case when statistics are loading Created 5 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
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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2396 'browser/profiles/profile_io_data.cc', 2396 'browser/profiles/profile_io_data.cc',
2397 'browser/profiles/profile_io_data.h', 2397 'browser/profiles/profile_io_data.h',
2398 'browser/profiles/profile_list.h', 2398 'browser/profiles/profile_list.h',
2399 'browser/profiles/profile_manager.cc', 2399 'browser/profiles/profile_manager.cc',
2400 'browser/profiles/profile_manager.h', 2400 'browser/profiles/profile_manager.h',
2401 'browser/profiles/profile_metrics.cc', 2401 'browser/profiles/profile_metrics.cc',
2402 'browser/profiles/profile_metrics.h', 2402 'browser/profiles/profile_metrics.h',
2403 'browser/profiles/profile_metrics_mac.mm', 2403 'browser/profiles/profile_metrics_mac.mm',
2404 'browser/profiles/profile_shortcut_manager_win.cc', 2404 'browser/profiles/profile_shortcut_manager_win.cc',
2405 'browser/profiles/profile_shortcut_manager_win.h', 2405 'browser/profiles/profile_shortcut_manager_win.h',
2406 'browser/profiles/profile_statistics.cc',
2407 'browser/profiles/profile_statistics.h',
2406 'browser/profiles/profiles_state.cc', 2408 'browser/profiles/profiles_state.cc',
2407 'browser/profiles/profiles_state.h', 2409 'browser/profiles/profiles_state.h',
2408 'browser/profiles/storage_partition_descriptor.h', 2410 'browser/profiles/storage_partition_descriptor.h',
2409 ], 2411 ],
2410 'chrome_browser_rlz_sources': [ 2412 'chrome_browser_rlz_sources': [
2411 'browser/rlz/chrome_rlz_tracker_delegate.cc', 2413 'browser/rlz/chrome_rlz_tracker_delegate.cc',
2412 'browser/rlz/chrome_rlz_tracker_delegate.h', 2414 'browser/rlz/chrome_rlz_tracker_delegate.h',
2413 ], 2415 ],
2414 # "Safe Browsing Basic" files used for safe browsing in full mode 2416 # "Safe Browsing Basic" files used for safe browsing in full mode
2415 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). 2417 # (safe_browsing=1), mobile (=2), and mobile-extended (=3).
(...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after
4109 '../components/components.gyp:omnibox_browser', 4111 '../components/components.gyp:omnibox_browser',
4110 '../components/components.gyp:rlz', 4112 '../components/components.gyp:rlz',
4111 '../components/components.gyp:search_engines', 4113 '../components/components.gyp:search_engines',
4112 '../rlz/rlz.gyp:rlz_lib', 4114 '../rlz/rlz.gyp:rlz_lib',
4113 ], 4115 ],
4114 }, 4116 },
4115 ], 4117 ],
4116 }], 4118 }],
4117 ], 4119 ],
4118 } 4120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698