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

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 jam's commnents about not ifdef'ing includes 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
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4040 matching lines...) Expand 10 before | Expand all | Expand 10 after
4051 'browser/ui/sync/one_click_signin_helper.cc', 4051 'browser/ui/sync/one_click_signin_helper.cc',
4052 'browser/ui/sync/one_click_signin_helper.h', 4052 'browser/ui/sync/one_click_signin_helper.h',
4053 'browser/ui/sync/one_click_signin_histogram.h', 4053 'browser/ui/sync/one_click_signin_histogram.h',
4054 'browser/ui/sync/one_click_signin_sync_starter.cc', 4054 'browser/ui/sync/one_click_signin_sync_starter.cc',
4055 'browser/ui/sync/one_click_signin_sync_starter.h', 4055 'browser/ui/sync/one_click_signin_sync_starter.h',
4056 'browser/ui/views/one_click_signin_dialog_views.cc', 4056 'browser/ui/views/one_click_signin_dialog_views.cc',
4057 'browser/ui/views/sync/one_click_signin_bubble_view.cc', 4057 'browser/ui/views/sync/one_click_signin_bubble_view.cc',
4058 'browser/ui/views/sync/one_click_signin_bubble_view.h', 4058 'browser/ui/views/sync/one_click_signin_bubble_view.h',
4059 ] 4059 ]
4060 }], 4060 }],
4061 ['enable_task_manager==0', {
4062 'sources/': [
4063 ['exclude', '^browser/task_manager/'],
4064 ['exclude', '^browser/ui/webui/task_manager/'],
4065 ],
4066 }],
4061 ['disable_nacl==0', { 4067 ['disable_nacl==0', {
4062 'sources': [ 4068 'sources': [
4063 'browser/nacl_host/nacl_broker_host_win.cc', 4069 'browser/nacl_host/nacl_broker_host_win.cc',
4064 'browser/nacl_host/nacl_broker_host_win.h', 4070 'browser/nacl_host/nacl_broker_host_win.h',
4065 'browser/nacl_host/nacl_broker_service_win.cc', 4071 'browser/nacl_host/nacl_broker_service_win.cc',
4066 'browser/nacl_host/nacl_broker_service_win.h', 4072 'browser/nacl_host/nacl_broker_service_win.h',
4067 'browser/nacl_host/nacl_process_host.cc', 4073 'browser/nacl_host/nacl_process_host.cc',
4068 'browser/nacl_host/nacl_process_host.h', 4074 'browser/nacl_host/nacl_process_host.h',
4069 ], 4075 ],
4070 'dependencies': [ 4076 'dependencies': [
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
5285 'variables': { 5291 'variables': {
5286 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5292 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5287 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5293 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5288 }, 5294 },
5289 'includes': ['../build/protoc.gypi'], 5295 'includes': ['../build/protoc.gypi'],
5290 }], 5296 }],
5291 ], 5297 ],
5292 }, 5298 },
5293 ], 5299 ],
5294 } 5300 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698