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

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: First draft 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 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after
2434 'browser/profiles/profile_manager.cc', 2434 'browser/profiles/profile_manager.cc',
2435 'browser/profiles/profile_manager.h', 2435 'browser/profiles/profile_manager.h',
2436 'browser/profiles/profile_attributes_entry.cc', 2436 'browser/profiles/profile_attributes_entry.cc',
2437 'browser/profiles/profile_attributes_entry.h', 2437 'browser/profiles/profile_attributes_entry.h',
2438 'browser/profiles/profile_attributes_storage.h', 2438 'browser/profiles/profile_attributes_storage.h',
2439 'browser/profiles/profile_metrics.cc', 2439 'browser/profiles/profile_metrics.cc',
2440 'browser/profiles/profile_metrics.h', 2440 'browser/profiles/profile_metrics.h',
2441 'browser/profiles/profile_metrics_mac.mm', 2441 'browser/profiles/profile_metrics_mac.mm',
2442 'browser/profiles/profile_shortcut_manager_win.cc', 2442 'browser/profiles/profile_shortcut_manager_win.cc',
2443 'browser/profiles/profile_shortcut_manager_win.h', 2443 'browser/profiles/profile_shortcut_manager_win.h',
2444 'browser/profiles/profile_statistics_service.cc',
2445 'browser/profiles/profile_statistics_service.h',
2444 'browser/profiles/profiles_state.cc', 2446 'browser/profiles/profiles_state.cc',
2445 'browser/profiles/profiles_state.h', 2447 'browser/profiles/profiles_state.h',
2446 'browser/profiles/storage_partition_descriptor.h', 2448 'browser/profiles/storage_partition_descriptor.h',
2447 ], 2449 ],
2448 'chrome_browser_rlz_sources': [ 2450 'chrome_browser_rlz_sources': [
2449 'browser/rlz/rlz.cc', 2451 'browser/rlz/rlz.cc',
2450 'browser/rlz/rlz.h', 2452 'browser/rlz/rlz.h',
2451 'browser/rlz/rlz_chromeos.cc', 2453 'browser/rlz/rlz_chromeos.cc',
2452 'browser/rlz/rlz_ios.mm', 2454 'browser/rlz/rlz_ios.mm',
2453 'browser/rlz/rlz_mac.cc', 2455 'browser/rlz/rlz_mac.cc',
(...skipping 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after
4090 'variables': { 4092 'variables': {
4091 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4093 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4092 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4094 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4093 }, 4095 },
4094 'includes': [ '../build/protoc.gypi' ] 4096 'includes': [ '../build/protoc.gypi' ]
4095 }, 4097 },
4096 ], 4098 ],
4097 },], 4099 },],
4098 ], 4100 ],
4099 } 4101 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698