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

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: 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 '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 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after
2176 'sources/': [ 2176 'sources/': [
2177 ['exclude', '^browser/automation/automation_provider_unittest.cc'], 2177 ['exclude', '^browser/automation/automation_provider_unittest.cc'],
2178 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte st.cc'], 2178 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte st.cc'],
2179 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'], 2179 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u nittest.cc'],
2180 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'], 2180 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'],
2181 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'], 2181 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte st.cc'],
2182 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'], 2182 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte st.cc'],
2183 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], 2183 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'],
2184 ], 2184 ],
2185 }], 2185 }],
2186 ['enable_task_manager==0', {
2187 'sources/': [
2188 ['exclude', '^browser/task_manager/'],
2189 ['exclude', '^browser/ui/webui/task_manager/'],
2190 ],
2191 }],
2186 ['file_manager_extension==0', { 2192 ['file_manager_extension==0', {
2187 'sources!': [ 2193 'sources!': [
2188 'browser/ui/views/select_file_dialog_extension_unittest.cc', 2194 'browser/ui/views/select_file_dialog_extension_unittest.cc',
2189 ], 2195 ],
2190 }], 2196 }],
2191 ['configuration_policy==0', { 2197 ['configuration_policy==0', {
2192 'sources!': [ 2198 'sources!': [
2193 'browser/prefs/proxy_policy_unittest.cc', 2199 'browser/prefs/proxy_policy_unittest.cc',
2194 ], 2200 ],
2195 'sources/': [ 2201 'sources/': [
(...skipping 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after
4744 # Use outputs of this action as inputs for the main target build. 4750 # Use outputs of this action as inputs for the main target build.
4745 # Seems as a misnomer but makes this happy on Linux (scons). 4751 # Seems as a misnomer but makes this happy on Linux (scons).
4746 'process_outputs_as_sources': 1, 4752 'process_outputs_as_sources': 1,
4747 }, 4753 },
4748 ], # 'actions' 4754 ], # 'actions'
4749 }, 4755 },
4750 ] 4756 ]
4751 }], # 'coverage!=0' 4757 }], # 'coverage!=0'
4752 ], # 'conditions' 4758 ], # 'conditions'
4753 } 4759 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698