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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index bc7b78396ba8fa603edc32978ddf92b1c2377178..9718caee06880de1f5cb9c263ffe08894ddba860 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2002,6 +2002,7 @@
'browser/protector/default_search_provider_change.cc',
'browser/protector/histograms.cc',
'browser/protector/histograms.h',
+ 'browser/protector/internal/keys_internal.cc',
'browser/protector/keys.cc',
'browser/protector/keys.h',
'browser/protector/protector.cc',
@@ -4027,6 +4028,16 @@
'<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
],
'conditions': [
+ ['buildtype=="Official"', {
+ 'sources!': [
+ 'browser/protector/keys.cc',
+ ],
+ }],
+ ['buildtype!="Official"', {
+ 'sources!': [
+ 'browser/protector/internal/keys_internal.cc',
+ ],
+ }],
['debug_devtools==1', {
'defines': [
'DEBUG_DEVTOOLS=1',
« 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