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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2225333003: Recreate the WebData database on a catastrophic SQL error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 4 years, 4 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 2646 matching lines...) Expand 10 before | Expand all | Expand 10 after
2657 'browser/profiles/profile_list.h', 2657 'browser/profiles/profile_list.h',
2658 'browser/profiles/profile_manager.cc', 2658 'browser/profiles/profile_manager.cc',
2659 'browser/profiles/profile_manager.h', 2659 'browser/profiles/profile_manager.h',
2660 'browser/profiles/profile_metrics.cc', 2660 'browser/profiles/profile_metrics.cc',
2661 'browser/profiles/profile_metrics.h', 2661 'browser/profiles/profile_metrics.h',
2662 'browser/profiles/profile_metrics_mac.mm', 2662 'browser/profiles/profile_metrics_mac.mm',
2663 'browser/profiles/profile_shortcut_manager_win.cc', 2663 'browser/profiles/profile_shortcut_manager_win.cc',
2664 'browser/profiles/profile_shortcut_manager_win.h', 2664 'browser/profiles/profile_shortcut_manager_win.h',
2665 'browser/profiles/profiles_state.cc', 2665 'browser/profiles/profiles_state.cc',
2666 'browser/profiles/profiles_state.h', 2666 'browser/profiles/profiles_state.h',
2667 'browser/profiles/sql_init_error_message_ids.cc',
2668 'browser/profiles/sql_init_error_message_ids.h',
2667 'browser/profiles/storage_partition_descriptor.h', 2669 'browser/profiles/storage_partition_descriptor.h',
2668 ], 2670 ],
2669 'chrome_browser_rlz_sources': [ 2671 'chrome_browser_rlz_sources': [
2670 'browser/rlz/chrome_rlz_tracker_delegate.cc', 2672 'browser/rlz/chrome_rlz_tracker_delegate.cc',
2671 'browser/rlz/chrome_rlz_tracker_delegate.h', 2673 'browser/rlz/chrome_rlz_tracker_delegate.h',
2672 ], 2674 ],
2673 # "Safe Browsing Basic" files used for safe browsing in full mode 2675 # "Safe Browsing Basic" files used for safe browsing in full mode
2674 # (safe_browsing=1) and mobile (=2) 2676 # (safe_browsing=1) and mobile (=2)
2675 'chrome_browser_safe_browsing_basic_sources': [ 2677 'chrome_browser_safe_browsing_basic_sources': [
2676 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', 2678 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc',
(...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after
4341 '../components/components.gyp:rlz', 4343 '../components/components.gyp:rlz',
4342 '../components/components.gyp:search_engines', 4344 '../components/components.gyp:search_engines',
4343 '../rlz/rlz.gyp:rlz_lib', 4345 '../rlz/rlz.gyp:rlz_lib',
4344 'common', 4346 'common',
4345 ], 4347 ],
4346 }, 4348 },
4347 ], 4349 ],
4348 }], 4350 }],
4349 ], 4351 ],
4350 } 4352 }
OLDNEW
« no previous file with comments | « chrome/browser/web_data_service_factory.cc ('k') | components/webdata/common/web_database_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698