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

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: Tried to compile after 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
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 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 'browser/profiles/profile_shortcut_manager_win.cc', 1792 'browser/profiles/profile_shortcut_manager_win.cc',
1793 'browser/profiles/profile_shortcut_manager_win.h', 1793 'browser/profiles/profile_shortcut_manager_win.h',
1794 'browser/profiles/refcounted_profile_keyed_service.h', 1794 'browser/profiles/refcounted_profile_keyed_service.h',
1795 'browser/profiles/refcounted_profile_keyed_service.cc', 1795 'browser/profiles/refcounted_profile_keyed_service.cc',
1796 'browser/profiles/refcounted_profile_keyed_service_factory.h', 1796 'browser/profiles/refcounted_profile_keyed_service_factory.h',
1797 'browser/profiles/refcounted_profile_keyed_service_factory.cc', 1797 'browser/profiles/refcounted_profile_keyed_service_factory.cc',
1798 'browser/protector/base_prefs_change.cc', 1798 'browser/protector/base_prefs_change.cc',
1799 'browser/protector/base_prefs_change.h', 1799 'browser/protector/base_prefs_change.h',
1800 'browser/protector/base_setting_change.cc', 1800 'browser/protector/base_setting_change.cc',
1801 'browser/protector/base_setting_change.h', 1801 'browser/protector/base_setting_change.h',
1802 'browser/protector/composite_settings_change.cc',
1803 'browser/protector/composite_settings_change.h',
1802 'browser/protector/default_search_provider_change.cc', 1804 'browser/protector/default_search_provider_change.cc',
1803 'browser/protector/histograms.cc', 1805 'browser/protector/histograms.cc',
1804 'browser/protector/histograms.h', 1806 'browser/protector/histograms.h',
1805 'browser/protector/keys.cc', 1807 'browser/protector/keys.cc',
1806 'browser/protector/keys.h', 1808 'browser/protector/keys.h',
1807 'browser/protector/prefs_backup_invalid_change.cc', 1809 'browser/protector/prefs_backup_invalid_change.cc',
1808 'browser/protector/protected_prefs_watcher.cc', 1810 'browser/protector/protected_prefs_watcher.cc',
1809 'browser/protector/protected_prefs_watcher.h', 1811 'browser/protector/protected_prefs_watcher.h',
1810 'browser/protector/protector_service.cc', 1812 'browser/protector/protector_service.cc',
1811 'browser/protector/protector_service.h', 1813 'browser/protector/protector_service.h',
(...skipping 3418 matching lines...) Expand 10 before | Expand all | Expand 10 after
5230 'type': 'static_library', 5232 'type': 'static_library',
5231 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5233 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5232 'variables': { 5234 'variables': {
5233 'proto_in_dir': 'browser/history', 5235 'proto_in_dir': 'browser/history',
5234 'proto_out_dir': 'chrome/browser/history', 5236 'proto_out_dir': 'chrome/browser/history',
5235 }, 5237 },
5236 'includes': [ '../build/protoc.gypi' ] 5238 'includes': [ '../build/protoc.gypi' ]
5237 }, 5239 },
5238 ], 5240 ],
5239 } 5241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698