OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |