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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9701006: Don't build the task manager into Android builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolve yfriedman's comments 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 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after
4042 'browser/ui/sync/one_click_signin_helper.cc', 4042 'browser/ui/sync/one_click_signin_helper.cc',
4043 'browser/ui/sync/one_click_signin_helper.h', 4043 'browser/ui/sync/one_click_signin_helper.h',
4044 'browser/ui/sync/one_click_signin_histogram.h', 4044 'browser/ui/sync/one_click_signin_histogram.h',
4045 'browser/ui/sync/one_click_signin_sync_starter.cc', 4045 'browser/ui/sync/one_click_signin_sync_starter.cc',
4046 'browser/ui/sync/one_click_signin_sync_starter.h', 4046 'browser/ui/sync/one_click_signin_sync_starter.h',
4047 'browser/ui/views/one_click_signin_dialog_views.cc', 4047 'browser/ui/views/one_click_signin_dialog_views.cc',
4048 'browser/ui/views/sync/one_click_signin_bubble_view.cc', 4048 'browser/ui/views/sync/one_click_signin_bubble_view.cc',
4049 'browser/ui/views/sync/one_click_signin_bubble_view.h', 4049 'browser/ui/views/sync/one_click_signin_bubble_view.h',
4050 ] 4050 ]
4051 }], 4051 }],
4052 ['enable_task_manager==0', {
4053 'sources/': [
4054 ['exclude', '^browser/task_manager/'],
4055 ['exclude', '^browser/ui/webui/task_manager/'],
4056 ],
4057 }],
4052 ['disable_nacl==0', { 4058 ['disable_nacl==0', {
4053 'sources': [ 4059 'sources': [
4054 'browser/nacl_host/nacl_broker_host_win.cc', 4060 'browser/nacl_host/nacl_broker_host_win.cc',
4055 'browser/nacl_host/nacl_broker_host_win.h', 4061 'browser/nacl_host/nacl_broker_host_win.h',
4056 'browser/nacl_host/nacl_broker_service_win.cc', 4062 'browser/nacl_host/nacl_broker_service_win.cc',
4057 'browser/nacl_host/nacl_broker_service_win.h', 4063 'browser/nacl_host/nacl_broker_service_win.h',
4058 'browser/nacl_host/nacl_process_host.cc', 4064 'browser/nacl_host/nacl_process_host.cc',
4059 'browser/nacl_host/nacl_process_host.h', 4065 'browser/nacl_host/nacl_process_host.h',
4060 ], 4066 ],
4061 'dependencies': [ 4067 'dependencies': [
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
5256 'variables': { 5262 'variables': {
5257 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5263 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5258 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5264 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5259 }, 5265 },
5260 'includes': ['../build/protoc.gypi'], 5266 'includes': ['../build/protoc.gypi'],
5261 }], 5267 }],
5262 ], 5268 ],
5263 }, 5269 },
5264 ], 5270 ],
5265 } 5271 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698