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

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 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/chrome_browser.gypi ('k') | no next file » | 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 '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 2174 matching lines...) Expand 10 before | Expand all | Expand 10 after
2185 'sources/': [ 2185 'sources/': [
2186 ['exclude', '^browser/automation/automation_provider_unittest.cc'], 2186 ['exclude', '^browser/automation/automation_provider_unittest.cc'],
2187 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte st.cc'], 2187 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte st.cc'],
2188 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2188 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2189 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'], 2189 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'],
2190 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'], 2190 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'],
2191 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'], 2191 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'],
2192 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], 2192 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'],
2193 ], 2193 ],
2194 }], 2194 }],
2195 ['enable_task_manager==0', {
2196 'sources/': [
2197 ['exclude', '^browser/task_manager/'],
2198 ['exclude', '^browser/ui/webui/task_manager/'],
2199 ],
2200 }],
2195 ['file_manager_extension==0', { 2201 ['file_manager_extension==0', {
2196 'sources!': [ 2202 'sources!': [
2197 'browser/ui/views/select_file_dialog_extension_unittest.cc', 2203 'browser/ui/views/select_file_dialog_extension_unittest.cc',
2198 ], 2204 ],
2199 }], 2205 }],
2200 ['configuration_policy==0', { 2206 ['configuration_policy==0', {
2201 'sources!': [ 2207 'sources!': [
2202 'browser/prefs/proxy_policy_unittest.cc', 2208 'browser/prefs/proxy_policy_unittest.cc',
2203 ], 2209 ],
2204 'sources/': [ 2210 'sources/': [
(...skipping 2459 matching lines...) Expand 10 before | Expand all | Expand 10 after
4664 # Use outputs of this action as inputs for the main target build. 4670 # Use outputs of this action as inputs for the main target build.
4665 # Seems as a misnomer but makes this happy on Linux (scons). 4671 # Seems as a misnomer but makes this happy on Linux (scons).
4666 'process_outputs_as_sources': 1, 4672 'process_outputs_as_sources': 1,
4667 }, 4673 },
4668 ], # 'actions' 4674 ], # 'actions'
4669 }, 4675 },
4670 ] 4676 ]
4671 }], # 'coverage!=0' 4677 }], # 'coverage!=0'
4672 ], # 'conditions' 4678 ], # 'conditions'
4673 } 4679 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698