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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8502019: Added internal Protector key to official build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added check for DSP Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 'browser/profiles/profile_io_data.h', 1995 'browser/profiles/profile_io_data.h',
1996 'browser/profiles/profile_keyed_service_factory.cc', 1996 'browser/profiles/profile_keyed_service_factory.cc',
1997 'browser/profiles/profile_keyed_service_factory.h', 1997 'browser/profiles/profile_keyed_service_factory.h',
1998 'browser/profiles/profile_manager.cc', 1998 'browser/profiles/profile_manager.cc',
1999 'browser/profiles/profile_manager.h', 1999 'browser/profiles/profile_manager.h',
2000 'browser/profiles/profile_metrics.cc', 2000 'browser/profiles/profile_metrics.cc',
2001 'browser/profiles/profile_metrics.h', 2001 'browser/profiles/profile_metrics.h',
2002 'browser/protector/default_search_provider_change.cc', 2002 'browser/protector/default_search_provider_change.cc',
2003 'browser/protector/histograms.cc', 2003 'browser/protector/histograms.cc',
2004 'browser/protector/histograms.h', 2004 'browser/protector/histograms.h',
2005 'browser/protector/internal/keys_internal.cc',
2005 'browser/protector/keys.cc', 2006 'browser/protector/keys.cc',
2006 'browser/protector/keys.h', 2007 'browser/protector/keys.h',
2007 'browser/protector/protector.cc', 2008 'browser/protector/protector.cc',
2008 'browser/protector/protector.h', 2009 'browser/protector/protector.h',
2009 'browser/protector/setting_change.h', 2010 'browser/protector/setting_change.h',
2010 'browser/protector/settings_change_global_error.cc', 2011 'browser/protector/settings_change_global_error.cc',
2011 'browser/protector/settings_change_global_error.h', 2012 'browser/protector/settings_change_global_error.h',
2012 'browser/protector/settings_change_global_error_delegate.h', 2013 'browser/protector/settings_change_global_error_delegate.h',
2013 'browser/remove_rows_table_model.h', 2014 'browser/remove_rows_table_model.h',
2014 'browser/renderer_host/chrome_render_message_filter.cc', 2015 'browser/renderer_host/chrome_render_message_filter.cc',
(...skipping 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after
4020 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc', 4021 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc',
4021 '<(grit_out_dir)/grit/devtools_resources_map.cc', 4022 '<(grit_out_dir)/grit/devtools_resources_map.cc',
4022 '<(grit_out_dir)/grit/shared_resources_map.cc', 4023 '<(grit_out_dir)/grit/shared_resources_map.cc',
4023 '<(grit_out_dir)/grit/theme_resources_map.cc', 4024 '<(grit_out_dir)/grit/theme_resources_map.cc',
4024 '<(grit_out_dir)/grit/theme_resources_standard_map.cc', 4025 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
4025 4026
4026 # This file is generated by the autofill_regexes action. 4027 # This file is generated by the autofill_regexes action.
4027 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 4028 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
4028 ], 4029 ],
4029 'conditions': [ 4030 'conditions': [
4031 ['buildtype=="Official"', {
4032 'sources!': [
4033 'browser/protector/keys.cc',
4034 ],
4035 }],
4036 ['buildtype!="Official"', {
4037 'sources!': [
4038 'browser/protector/internal/keys_internal.cc',
4039 ],
4040 }],
4030 ['debug_devtools==1', { 4041 ['debug_devtools==1', {
4031 'defines': [ 4042 'defines': [
4032 'DEBUG_DEVTOOLS=1', 4043 'DEBUG_DEVTOOLS=1',
4033 ], 4044 ],
4034 }], 4045 }],
4035 ['configuration_policy==0', { 4046 ['configuration_policy==0', {
4036 'sources!': [ 4047 'sources!': [
4037 'browser/ui/webui/options/options_managed_banner_handler.cc', 4048 'browser/ui/webui/options/options_managed_banner_handler.cc',
4038 ], 4049 ],
4039 'sources/': [ 4050 'sources/': [
(...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
5277 'type': 'static_library', 5288 'type': 'static_library',
5278 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5289 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5279 'variables': { 5290 'variables': {
5280 'proto_in_dir': 'browser/history', 5291 'proto_in_dir': 'browser/history',
5281 'proto_out_dir': 'chrome/browser/history', 5292 'proto_out_dir': 'chrome/browser/history',
5282 }, 5293 },
5283 'includes': [ '../build/protoc.gypi' ] 5294 'includes': [ '../build/protoc.gypi' ]
5284 }, 5295 },
5285 ], 5296 ],
5286 } 5297 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_database_migration_unittest.cc ('k') | chrome/test/data/web_database/version_40.sql » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698