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

Side by Side Diff: chrome/chrome_tests.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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2169 matching lines...) Expand 10 before | Expand all | Expand 10 after
2180 'sources/': [ 2180 'sources/': [
2181 ['exclude', '^browser/automation/automation_provider_unittest.cc'], 2181 ['exclude', '^browser/automation/automation_provider_unittest.cc'],
2182 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte st.cc'], 2182 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte st.cc'],
2183 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2183 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2184 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'], 2184 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'],
2185 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'], 2185 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'],
2186 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'], 2186 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'],
2187 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], 2187 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'],
2188 ], 2188 ],
2189 }], 2189 }],
2190 ['enable_task_manager==0', {
2191 'sources/': [
2192 ['exclude', '^browser/task_manager/'],
2193 ['exclude', '^browser/ui/webui/task_manager/'],
2194 ],
2195 }],
2190 ['file_manager_extension==0', { 2196 ['file_manager_extension==0', {
2191 'sources!': [ 2197 'sources!': [
2192 'browser/ui/views/select_file_dialog_extension_unittest.cc', 2198 'browser/ui/views/select_file_dialog_extension_unittest.cc',
2193 ], 2199 ],
2194 }], 2200 }],
2195 ['configuration_policy==0', { 2201 ['configuration_policy==0', {
2196 'sources!': [ 2202 'sources!': [
2197 'browser/prefs/proxy_policy_unittest.cc', 2203 'browser/prefs/proxy_policy_unittest.cc',
2198 ], 2204 ],
2199 'sources/': [ 2205 'sources/': [
(...skipping 2455 matching lines...) Expand 10 before | Expand all | Expand 10 after
4655 # Use outputs of this action as inputs for the main target build. 4661 # Use outputs of this action as inputs for the main target build.
4656 # Seems as a misnomer but makes this happy on Linux (scons). 4662 # Seems as a misnomer but makes this happy on Linux (scons).
4657 'process_outputs_as_sources': 1, 4663 'process_outputs_as_sources': 1,
4658 }, 4664 },
4659 ], # 'actions' 4665 ], # 'actions'
4660 }, 4666 },
4661 ] 4667 ]
4662 }], # 'coverage!=0' 4668 }], # 'coverage!=0'
4663 ], # 'conditions' 4669 ], # 'conditions'
4664 } 4670 }
OLDNEW
« chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698