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

Unified Diff: build/common.gypi

Issue 10783006: Removing ENABLE_PROMO_RESOURCE_SERVICE guards (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: TODO to remove kNtpCustomLogo Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index da974359d164270eaacaea7d3f499a9c09678cf7..bcdba6c67ca647812b59d3434af38947c9c2fd0f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -288,9 +288,6 @@
# Enable the task manager by default.
'enable_task_manager%': 1,
- # Enables support for promo resource service.
- 'enable_promo_resource_service%': 1,
-
# XInput2 multitouch support is disabled by default (use_xi2_mt=0).
# Setting to non-zero value enables XI2 MT. When XI2 MT is enabled,
# the input value also defines the required XI2 minor minimum version.
@@ -578,7 +575,6 @@
'enable_session_service%': '<(enable_session_service)',
'enable_themes%': '<(enable_themes)',
'enable_background%': '<(enable_background)',
- 'enable_promo_resource_service%': '<(enable_promo_resource_service)',
'linux_use_gold_binary%': '<(linux_use_gold_binary)',
'linux_use_gold_flags%': '<(linux_use_gold_flags)',
'use_canvas_skia%': '<(use_canvas_skia)',
@@ -927,9 +923,6 @@
# Android does not support background apps.
'enable_background%': 0,
- # Always shows promotions.
- 'enable_promo_resource_service%': 1,
-
# Sessions are store separately in the Java side.
'enable_session_service%': 0,
@@ -1546,9 +1539,6 @@
['enable_background==1', {
'defines': ['ENABLE_BACKGROUND=1'],
}],
- ['enable_promo_resource_service==1', {
- 'defines': ['ENABLE_PROMO_RESOURCE_SERVICE=1'],
- }],
['enable_automation==1', {
'defines': ['ENABLE_AUTOMATION=1'],
}],
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698