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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9968007: [protector] Support for collapsing multiple changes into a single one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/protector/settings_change_global_error.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 'browser/profiles/profile_shortcut_manager_win.cc', 1794 'browser/profiles/profile_shortcut_manager_win.cc',
1795 'browser/profiles/profile_shortcut_manager_win.h', 1795 'browser/profiles/profile_shortcut_manager_win.h',
1796 'browser/profiles/refcounted_profile_keyed_service.h', 1796 'browser/profiles/refcounted_profile_keyed_service.h',
1797 'browser/profiles/refcounted_profile_keyed_service.cc', 1797 'browser/profiles/refcounted_profile_keyed_service.cc',
1798 'browser/profiles/refcounted_profile_keyed_service_factory.h', 1798 'browser/profiles/refcounted_profile_keyed_service_factory.h',
1799 'browser/profiles/refcounted_profile_keyed_service_factory.cc', 1799 'browser/profiles/refcounted_profile_keyed_service_factory.cc',
1800 'browser/protector/base_prefs_change.cc', 1800 'browser/protector/base_prefs_change.cc',
1801 'browser/protector/base_prefs_change.h', 1801 'browser/protector/base_prefs_change.h',
1802 'browser/protector/base_setting_change.cc', 1802 'browser/protector/base_setting_change.cc',
1803 'browser/protector/base_setting_change.h', 1803 'browser/protector/base_setting_change.h',
1804 'browser/protector/composite_settings_change.cc',
1805 'browser/protector/composite_settings_change.h',
1804 'browser/protector/default_search_provider_change.cc', 1806 'browser/protector/default_search_provider_change.cc',
1805 'browser/protector/histograms.cc', 1807 'browser/protector/histograms.cc',
1806 'browser/protector/histograms.h', 1808 'browser/protector/histograms.h',
1807 'browser/protector/keys.cc', 1809 'browser/protector/keys.cc',
1808 'browser/protector/keys.h', 1810 'browser/protector/keys.h',
1809 'browser/protector/prefs_backup_invalid_change.cc', 1811 'browser/protector/prefs_backup_invalid_change.cc',
1810 'browser/protector/protected_prefs_watcher.cc', 1812 'browser/protector/protected_prefs_watcher.cc',
1811 'browser/protector/protected_prefs_watcher.h', 1813 'browser/protector/protected_prefs_watcher.h',
1812 'browser/protector/protector_service.cc', 1814 'browser/protector/protector_service.cc',
1813 'browser/protector/protector_service.h', 1815 'browser/protector/protector_service.h',
(...skipping 3419 matching lines...) Expand 10 before | Expand all | Expand 10 after
5233 'type': 'static_library', 5235 'type': 'static_library',
5234 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5235 'variables': { 5237 'variables': {
5236 'proto_in_dir': 'browser/history', 5238 'proto_in_dir': 'browser/history',
5237 'proto_out_dir': 'chrome/browser/history', 5239 'proto_out_dir': 'chrome/browser/history',
5238 }, 5240 },
5239 'includes': [ '../build/protoc.gypi' ] 5241 'includes': [ '../build/protoc.gypi' ]
5240 }, 5242 },
5241 ], 5243 ],
5242 } 5244 }
OLDNEW
« no previous file with comments | « chrome/browser/protector/settings_change_global_error.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698