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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 185873003: Task Manager: overhaul & re-enable task manager browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Retry upload Created 6 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
« no previous file with comments | « chrome/browser/task_manager/task_manager_notification_browsertest.cc ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after
1789 ['use_ash==1', { 1789 ['use_ash==1', {
1790 'dependencies': [ 1790 'dependencies': [
1791 '../ash/ash.gyp:ash_test_support', 1791 '../ash/ash.gyp:ash_test_support',
1792 ], 1792 ],
1793 }], 1793 }],
1794 ['use_aura==1 or toolkit_views==1', { 1794 ['use_aura==1 or toolkit_views==1', {
1795 'dependencies': [ 1795 'dependencies': [
1796 '../ui/events/events.gyp:events_test_support', 1796 '../ui/events/events.gyp:events_test_support',
1797 ], 1797 ],
1798 }], 1798 }],
1799 ['use_aura==1', {
1800 'sources!': [
1801 # http://crbug.com/31663
1802 # TODO(linux_aura) http://crbug.com/163931
1803 # TODO(vabr): There is always a GPU process on ChromeOS:
1804 # crbug.com/331947
1805 'browser/task_manager/task_manager_browsertest.cc',
1806 ],
1807 }],
1808 ['chromeos==0', { 1799 ['chromeos==0', {
1809 'sources/': [ 1800 'sources/': [
1810 ['exclude', '^browser/chromeos'], 1801 ['exclude', '^browser/chromeos'],
1811 ['exclude', '^browser/ui/webui/options/chromeos/'], 1802 ['exclude', '^browser/ui/webui/options/chromeos/'],
1812 ], 1803 ],
1813 'sources!': [ 1804 'sources!': [
1814 'browser/extensions/api/terminal/terminal_private_apitest.cc', 1805 'browser/extensions/api/terminal/terminal_private_apitest.cc',
1815 'browser/net/nss_context_chromeos_browsertest.cc', 1806 'browser/net/nss_context_chromeos_browsertest.cc',
1816 'browser/notifications/login_state_notification_blocker_chromeos_bro wsertest.cc', 1807 'browser/notifications/login_state_notification_blocker_chromeos_bro wsertest.cc',
1817 'browser/ui/ash/caps_lock_delegate_chromeos_browsertest.cc', 1808 'browser/ui/ash/caps_lock_delegate_chromeos_browsertest.cc',
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 'utility', 3223 'utility',
3233 ], 3224 ],
3234 'sources': [ 3225 'sources': [
3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3226 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3227 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3237 ], 3228 ],
3238 }] 3229 }]
3239 }], 3230 }],
3240 ], # 'conditions' 3231 ], # 'conditions'
3241 } 3232 }
OLDNEW
« no previous file with comments | « chrome/browser/task_manager/task_manager_notification_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698