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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7725001: Rework wifi_data_provider_linux.cc with our D-Bus library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add expectation for shutdownandblock Created 9 years, 3 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 | « no previous file | content/DEPS » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 '../content/browser/download/mock_download_manager.h', 2003 '../content/browser/download/mock_download_manager.h',
2004 '../content/browser/download/mock_download_manager_delegate.cc', 2004 '../content/browser/download/mock_download_manager_delegate.cc',
2005 '../content/browser/download/mock_download_manager_delegate.h', 2005 '../content/browser/download/mock_download_manager_delegate.h',
2006 '../content/browser/download/save_package_unittest.cc', 2006 '../content/browser/download/save_package_unittest.cc',
2007 '../content/browser/geolocation/device_data_provider_unittest.cc', 2007 '../content/browser/geolocation/device_data_provider_unittest.cc',
2008 '../content/browser/geolocation/geolocation_provider_unittest.cc', 2008 '../content/browser/geolocation/geolocation_provider_unittest.cc',
2009 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc' , 2009 '../content/browser/geolocation/gps_location_provider_unittest_linux.cc' ,
2010 '../content/browser/geolocation/location_arbitrator_unittest.cc', 2010 '../content/browser/geolocation/location_arbitrator_unittest.cc',
2011 '../content/browser/geolocation/network_location_provider_unittest.cc', 2011 '../content/browser/geolocation/network_location_provider_unittest.cc',
2012 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc', 2012 '../content/browser/geolocation/wifi_data_provider_common_unittest.cc',
2013 '../content/browser/geolocation/wifi_data_provider_linux_unittest.cc',
2013 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', 2014 '../content/browser/geolocation/wifi_data_provider_unittest_win.cc',
2014 '../content/browser/geolocation/win7_location_api_unittest_win.cc', 2015 '../content/browser/geolocation/win7_location_api_unittest_win.cc',
2015 '../content/browser/geolocation/win7_location_provider_unittest_win.cc', 2016 '../content/browser/geolocation/win7_location_provider_unittest_win.cc',
2016 '../content/browser/in_process_webkit/dom_storage_unittest.cc', 2017 '../content/browser/in_process_webkit/dom_storage_unittest.cc',
2017 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c', 2018 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
2018 '../content/browser/in_process_webkit/webkit_context_unittest.cc', 2019 '../content/browser/in_process_webkit/webkit_context_unittest.cc',
2019 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', 2020 '../content/browser/in_process_webkit/webkit_thread_unittest.cc',
2020 '../content/browser/mach_broker_mac_unittest.cc', 2021 '../content/browser/mach_broker_mac_unittest.cc',
2021 '../content/browser/plugin_service_unittest.cc', 2022 '../content/browser/plugin_service_unittest.cc',
2022 '../content/browser/renderer_host/render_view_host_unittest.cc', 2023 '../content/browser/renderer_host/render_view_host_unittest.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
2081 'browser/download/download_safe_browsing_client_unittest.cc', 2082 'browser/download/download_safe_browsing_client_unittest.cc',
2082 ], 2083 ],
2083 'sources/': [ 2084 'sources/': [
2084 ['exclude', '^browser/safe_browsing/'], 2085 ['exclude', '^browser/safe_browsing/'],
2085 ['exclude', '^renderer/safe_browsing/'], 2086 ['exclude', '^renderer/safe_browsing/'],
2086 ], 2087 ],
2087 }], 2088 }],
2088 ['chromeos==1', { 2089 ['chromeos==1', {
2089 'sources/': [ 2090 'sources/': [
2090 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2091 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2092 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu x_unittest.cc'],
2091 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when 2093 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when
2092 # print preview is enabled on CrOS. 2094 # print preview is enabled on CrOS.
2093 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], 2095 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'],
2094 ], 2096 ],
2095 }, { # else: chromeos == 0 2097 }, { # else: chromeos == 0
2096 'sources/': [ 2098 'sources/': [
2097 ['exclude', '^browser/chromeos/'], 2099 ['exclude', '^browser/chromeos/'],
2098 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2100 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2099 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2101 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2100 ['exclude', '^browser/ui/webui/chromeos/login'], 2102 ['exclude', '^browser/ui/webui/chromeos/login'],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2132 }, { 2134 }, {
2133 # Disable the GNOME Keyring tests if we are not using it. 2135 # Disable the GNOME Keyring tests if we are not using it.
2134 'sources!': [ 2136 'sources!': [
2135 'browser/password_manager/native_backend_gnome_x_unittest.cc ', 2137 'browser/password_manager/native_backend_gnome_x_unittest.cc ',
2136 ], 2138 ],
2137 }], 2139 }],
2138 ], 2140 ],
2139 }], 2141 }],
2140 ], 2142 ],
2141 'dependencies': [ 2143 'dependencies': [
2144 '../build/linux/system.gyp:dbus',
2142 '../build/linux/system.gyp:gtk', 2145 '../build/linux/system.gyp:gtk',
2143 '../build/linux/system.gyp:ssl', 2146 '../build/linux/system.gyp:ssl',
2147 '../dbus/dbus.gyp:dbus_test_support',
2144 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2148 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2145 ], 2149 ],
2146 'sources!': [ 2150 'sources!': [
2147 'browser/printing/print_job_unittest.cc', 2151 'browser/printing/print_job_unittest.cc',
2148 ], 2152 ],
2149 }, { # else: toolkit_uses_gtk != 1 2153 }, { # else: toolkit_uses_gtk != 1
2150 'sources!': [ 2154 'sources!': [
2151 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', 2155 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc',
2152 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 2156 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
2153 '../views/focus/accelerator_handler_gtk_unittest.cc', 2157 '../views/focus/accelerator_handler_gtk_unittest.cc',
(...skipping 1965 matching lines...) Expand 10 before | Expand all | Expand 10 after
4119 # Use outputs of this action as inputs for the main target build. 4123 # Use outputs of this action as inputs for the main target build.
4120 # Seems as a misnomer but makes this happy on Linux (scons). 4124 # Seems as a misnomer but makes this happy on Linux (scons).
4121 'process_outputs_as_sources': 1, 4125 'process_outputs_as_sources': 1,
4122 }, 4126 },
4123 ], # 'actions' 4127 ], # 'actions'
4124 }, 4128 },
4125 ] 4129 ]
4126 }], # 'coverage!=0' 4130 }], # 'coverage!=0'
4127 ], # 'conditions' 4131 ], # 'conditions'
4128 } 4132 }
OLDNEW
« no previous file with comments | « no previous file | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698