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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9949033: Removed access to prefs that does not work on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a flag enable_promo_resource_service 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 4012 matching lines...) Expand 10 before | Expand all | Expand 10 after
4023 'browser/ui/sync/one_click_signin_helper.cc', 4023 'browser/ui/sync/one_click_signin_helper.cc',
4024 'browser/ui/sync/one_click_signin_helper.h', 4024 'browser/ui/sync/one_click_signin_helper.h',
4025 'browser/ui/sync/one_click_signin_histogram.h', 4025 'browser/ui/sync/one_click_signin_histogram.h',
4026 'browser/ui/sync/one_click_signin_sync_starter.cc', 4026 'browser/ui/sync/one_click_signin_sync_starter.cc',
4027 'browser/ui/sync/one_click_signin_sync_starter.h', 4027 'browser/ui/sync/one_click_signin_sync_starter.h',
4028 'browser/ui/views/one_click_signin_dialog_views.cc', 4028 'browser/ui/views/one_click_signin_dialog_views.cc',
4029 'browser/ui/views/sync/one_click_signin_bubble_view.cc', 4029 'browser/ui/views/sync/one_click_signin_bubble_view.cc',
4030 'browser/ui/views/sync/one_click_signin_bubble_view.h', 4030 'browser/ui/views/sync/one_click_signin_bubble_view.h',
4031 ] 4031 ]
4032 }], 4032 }],
4033 ['enable_promo_resource_service==0', {
4034 'sources/': [
4035 ['exclude', '^browser/web_resource/promo_resource_service'],
Yaron 2012/04/09 18:31:54 What happened to notification_promo? I guess the l
Jerome 2012/04/09 20:10:52 Yep it was not needed anymore.
4036 ],
4037 }],
4033 ['enable_task_manager==0', { 4038 ['enable_task_manager==0', {
4034 'sources/': [ 4039 'sources/': [
4035 ['exclude', '^browser/task_manager/'], 4040 ['exclude', '^browser/task_manager/'],
4036 ['exclude', '^browser/ui/webui/task_manager/'], 4041 ['exclude', '^browser/ui/webui/task_manager/'],
4037 ], 4042 ],
4038 }], 4043 }],
4039 ['disable_nacl==0', { 4044 ['disable_nacl==0', {
4040 'sources': [ 4045 'sources': [
4041 'browser/nacl_host/nacl_broker_host_win.cc', 4046 'browser/nacl_host/nacl_broker_host_win.cc',
4042 'browser/nacl_host/nacl_broker_host_win.h', 4047 'browser/nacl_host/nacl_broker_host_win.h',
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
5235 'type': 'static_library', 5240 'type': 'static_library',
5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5237 'variables': { 5242 'variables': {
5238 'proto_in_dir': 'browser/history', 5243 'proto_in_dir': 'browser/history',
5239 'proto_out_dir': 'chrome/browser/history', 5244 'proto_out_dir': 'chrome/browser/history',
5240 }, 5245 },
5241 'includes': [ '../build/protoc.gypi' ] 5246 'includes': [ '../build/protoc.gypi' ]
5242 }, 5247 },
5243 ], 5248 ],
5244 } 5249 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698