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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10066013: [protector] Homepage UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License update. 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/ui/browser_init.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 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 'browser/profiles/refcounted_profile_keyed_service_factory.cc', 1776 'browser/profiles/refcounted_profile_keyed_service_factory.cc',
1777 'browser/protector/base_prefs_change.cc', 1777 'browser/protector/base_prefs_change.cc',
1778 'browser/protector/base_prefs_change.h', 1778 'browser/protector/base_prefs_change.h',
1779 'browser/protector/base_setting_change.cc', 1779 'browser/protector/base_setting_change.cc',
1780 'browser/protector/base_setting_change.h', 1780 'browser/protector/base_setting_change.h',
1781 'browser/protector/composite_settings_change.cc', 1781 'browser/protector/composite_settings_change.cc',
1782 'browser/protector/composite_settings_change.h', 1782 'browser/protector/composite_settings_change.h',
1783 'browser/protector/default_search_provider_change.cc', 1783 'browser/protector/default_search_provider_change.cc',
1784 'browser/protector/histograms.cc', 1784 'browser/protector/histograms.cc',
1785 'browser/protector/histograms.h', 1785 'browser/protector/histograms.h',
1786 'browser/protector/homepage_change.cc',
1787 'browser/protector/homepage_change.h',
1786 'browser/protector/keys.cc', 1788 'browser/protector/keys.cc',
1787 'browser/protector/keys.h', 1789 'browser/protector/keys.h',
1788 'browser/protector/prefs_backup_invalid_change.cc', 1790 'browser/protector/prefs_backup_invalid_change.cc',
1789 'browser/protector/protected_prefs_watcher.cc', 1791 'browser/protector/protected_prefs_watcher.cc',
1790 'browser/protector/protected_prefs_watcher.h', 1792 'browser/protector/protected_prefs_watcher.h',
1791 'browser/protector/protector_service.cc', 1793 'browser/protector/protector_service.cc',
1792 'browser/protector/protector_service.h', 1794 'browser/protector/protector_service.h',
1793 'browser/protector/protector_service_factory.cc', 1795 'browser/protector/protector_service_factory.cc',
1794 'browser/protector/protector_service_factory.h', 1796 'browser/protector/protector_service_factory.h',
1795 'browser/protector/protector_utils.cc', 1797 'browser/protector/protector_utils.cc',
(...skipping 3441 matching lines...) Expand 10 before | Expand all | Expand 10 after
5237 'type': 'static_library', 5239 'type': 'static_library',
5238 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5240 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5239 'variables': { 5241 'variables': {
5240 'proto_in_dir': 'browser/chromeos/gdata', 5242 'proto_in_dir': 'browser/chromeos/gdata',
5241 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5243 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5242 }, 5244 },
5243 'includes': [ '../build/protoc.gypi' ] 5245 'includes': [ '../build/protoc.gypi' ]
5244 }, 5246 },
5245 ], 5247 ],
5246 } 5248 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698