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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8509038: Linux: split GNOME Keyring integration into a separate process. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: everything works Created 9 years, 1 month 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) 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 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 'browser/password_manager/login_database_unittest.cc', 1433 'browser/password_manager/login_database_unittest.cc',
1434 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1434 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1435 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1435 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1436 'browser/password_manager/password_form_data.cc', 1436 'browser/password_manager/password_form_data.cc',
1437 'browser/password_manager/password_form_manager_unittest.cc', 1437 'browser/password_manager/password_form_manager_unittest.cc',
1438 'browser/password_manager/password_manager_unittest.cc', 1438 'browser/password_manager/password_manager_unittest.cc',
1439 'browser/password_manager/password_store_default_unittest.cc', 1439 'browser/password_manager/password_store_default_unittest.cc',
1440 'browser/password_manager/password_store_mac_unittest.cc', 1440 'browser/password_manager/password_store_mac_unittest.cc',
1441 'browser/password_manager/password_store_win_unittest.cc', 1441 'browser/password_manager/password_store_win_unittest.cc',
1442 'browser/password_manager/password_store_x_unittest.cc', 1442 'browser/password_manager/password_store_x_unittest.cc',
1443 'browser/password_manager/proxy/chrome_keyring_proxy.cc',
1444 'browser/password_manager/proxy/chrome_keyring_proxy_client_unittest.cc' ,
1445 'browser/password_manager/proxy/keyring_loader.cc',
1446 'browser/password_manager/proxy/keyring_loader_unittest.cc',
1447 'browser/password_manager/proxy/message_reader_unittest.cc',
1443 'browser/plugin_prefs_unittest.cc', 1448 'browser/plugin_prefs_unittest.cc',
1444 'browser/policy/asynchronous_policy_loader_unittest.cc', 1449 'browser/policy/asynchronous_policy_loader_unittest.cc',
1445 'browser/policy/asynchronous_policy_provider_unittest.cc', 1450 'browser/policy/asynchronous_policy_provider_unittest.cc',
1446 'browser/policy/asynchronous_policy_test_base.cc', 1451 'browser/policy/asynchronous_policy_test_base.cc',
1447 'browser/policy/asynchronous_policy_test_base.h', 1452 'browser/policy/asynchronous_policy_test_base.h',
1448 'browser/policy/cloud_policy_controller_unittest.cc', 1453 'browser/policy/cloud_policy_controller_unittest.cc',
1449 'browser/policy/cloud_policy_provider_unittest.cc', 1454 'browser/policy/cloud_policy_provider_unittest.cc',
1450 'browser/policy/cloud_policy_subsystem_unittest.cc', 1455 'browser/policy/cloud_policy_subsystem_unittest.cc',
1451 'browser/policy/config_dir_policy_provider_unittest.cc', 1456 'browser/policy/config_dir_policy_provider_unittest.cc',
1452 'browser/policy/configuration_policy_pref_store_unittest.cc', 1457 'browser/policy/configuration_policy_pref_store_unittest.cc',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2009 ], 2014 ],
2010 'sources/': [ 2015 'sources/': [
2011 ['exclude', '^browser/safe_browsing/'], 2016 ['exclude', '^browser/safe_browsing/'],
2012 ['exclude', '^renderer/safe_browsing/'], 2017 ['exclude', '^renderer/safe_browsing/'],
2013 ], 2018 ],
2014 }], 2019 }],
2015 ['chromeos==1', { 2020 ['chromeos==1', {
2016 'sources/': [ 2021 'sources/': [
2017 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2022 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2018 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2023 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2024 ['exclude', '^browser/password_manager/proxy/chrome_keyring_proxy_cl ient_unittest.cc'],
2025 ['exclude', '^browser/password_manager/proxy/keyring_loader.cc'],
2026 ['exclude', '^browser/password_manager/proxy/keyring_loader_unittest .cc'],
2027 ['exclude', '^browser/password_manager/proxy/message_reader_unittest .cc'],
2019 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2028 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
2020 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu x_unittest.cc'], 2029 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu x_unittest.cc'],
2021 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when 2030 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when
2022 # print preview is enabled on CrOS. 2031 # print preview is enabled on CrOS.
2023 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], 2032 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'],
2024 ], 2033 ],
2025 'conditions': [ 2034 'conditions': [
2026 ['use_aura==1', { 2035 ['use_aura==1', {
2027 'sources!': [ 2036 'sources!': [
2028 'browser/chromeos/login/user_controller_unittest.cc', 2037 'browser/chromeos/login/user_controller_unittest.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
2085 'sources!': [ 2094 'sources!': [
2086 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', 2095 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc',
2087 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 2096 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
2088 '../views/focus/accelerator_handler_gtk_unittest.cc', 2097 '../views/focus/accelerator_handler_gtk_unittest.cc',
2089 ], 2098 ],
2090 }], 2099 }],
2091 ['use_gnome_keyring == 0', { 2100 ['use_gnome_keyring == 0', {
2092 # Disable the GNOME Keyring tests if we are not using it. 2101 # Disable the GNOME Keyring tests if we are not using it.
2093 'sources!': [ 2102 'sources!': [
2094 'browser/password_manager/native_backend_gnome_x_unittest.cc', 2103 'browser/password_manager/native_backend_gnome_x_unittest.cc',
2104 'browser/password_manager/proxy/chrome_keyring_proxy_client_unittest .cc',
2105 'browser/password_manager/proxy/keyring_loader.cc',
2106 'browser/password_manager/proxy/keyring_loader_unittest.cc',
2107 'browser/password_manager/proxy/message_reader_unittest.cc',
2095 ], 2108 ],
2096 }], 2109 }],
2097 ['OS=="linux" and use_aura==1', { 2110 ['OS=="linux" and use_aura==1', {
2098 'dependencies': [ 2111 'dependencies': [
2099 '../build/linux/system.gyp:dbus', 2112 '../build/linux/system.gyp:dbus',
2100 '../dbus/dbus.gyp:dbus_test_support', 2113 '../dbus/dbus.gyp:dbus_test_support',
2101 ], 2114 ],
2102 }], 2115 }],
2103 ['os_posix == 1 and OS != "mac"', { 2116 ['os_posix == 1 and OS != "mac"', {
2104 'conditions': [ 2117 'conditions': [
(...skipping 2046 matching lines...) Expand 10 before | Expand all | Expand 10 after
4151 # Use outputs of this action as inputs for the main target build. 4164 # Use outputs of this action as inputs for the main target build.
4152 # Seems as a misnomer but makes this happy on Linux (scons). 4165 # Seems as a misnomer but makes this happy on Linux (scons).
4153 'process_outputs_as_sources': 1, 4166 'process_outputs_as_sources': 1,
4154 }, 4167 },
4155 ], # 'actions' 4168 ], # 'actions'
4156 }, 4169 },
4157 ] 4170 ]
4158 }], # 'coverage!=0' 4171 }], # 'coverage!=0'
4159 ], # 'conditions' 4172 ], # 'conditions'
4160 } 4173 }
OLDNEW
« chrome/browser/password_manager/proxy/message_reader.h ('K') | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698