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

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: Created 8 years, 9 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 4006 matching lines...) Expand 10 before | Expand all | Expand 10 after
4017 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 4017 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
4018 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', 4018 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc',
4019 '<(grit_out_dir)/grit/shared_resources_map.cc', 4019 '<(grit_out_dir)/grit/shared_resources_map.cc',
4020 '<(grit_out_dir)/grit/theme_resources_map.cc', 4020 '<(grit_out_dir)/grit/theme_resources_map.cc',
4021 '<(grit_out_dir)/grit/theme_resources_standard_map.cc', 4021 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
4022 4022
4023 # This file is generated by the autofill_regexes action. 4023 # This file is generated by the autofill_regexes action.
4024 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 4024 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
4025 ], 4025 ],
4026 'conditions': [ 4026 'conditions': [
4027 ['enable_task_manager==0', {
4028 'sources/': [
4029 ['exclude', '^browser/task_manager/'],
4030 ['exclude', '^browser/ui/webui/task_manager/'],
4031 ],
4032 }],
4027 ['disable_nacl==0', { 4033 ['disable_nacl==0', {
4028 'sources': [ 4034 'sources': [
4029 'browser/nacl_host/nacl_broker_host_win.cc', 4035 'browser/nacl_host/nacl_broker_host_win.cc',
4030 'browser/nacl_host/nacl_broker_host_win.h', 4036 'browser/nacl_host/nacl_broker_host_win.h',
4031 'browser/nacl_host/nacl_broker_service_win.cc', 4037 'browser/nacl_host/nacl_broker_service_win.cc',
4032 'browser/nacl_host/nacl_broker_service_win.h', 4038 'browser/nacl_host/nacl_broker_service_win.h',
4033 'browser/nacl_host/nacl_process_host.cc', 4039 'browser/nacl_host/nacl_process_host.cc',
4034 'browser/nacl_host/nacl_process_host.h', 4040 'browser/nacl_host/nacl_process_host.h',
4035 ], 4041 ],
4036 'dependencies': [ 4042 'dependencies': [
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
5323 'variables': { 5329 'variables': {
5324 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5330 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5325 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5331 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5326 }, 5332 },
5327 'includes': ['../build/protoc.gypi'], 5333 'includes': ['../build/protoc.gypi'],
5328 }], 5334 }],
5329 ], 5335 ],
5330 }, 5336 },
5331 ], 5337 ],
5332 } 5338 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698