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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10882039: Make the Linux System Monitor implementation track all devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix CrOS build Created 8 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 | « chrome/chrome_browser.gypi ('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 (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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc', 1363 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc',
1364 'browser/intents/web_intents_registry_unittest.cc', 1364 'browser/intents/web_intents_registry_unittest.cc',
1365 'browser/intents/web_intents_util_unittest.cc', 1365 'browser/intents/web_intents_util_unittest.cc',
1366 'browser/internal_auth_unittest.cc', 1366 'browser/internal_auth_unittest.cc',
1367 'browser/language_usage_metrics_unittest.cc', 1367 'browser/language_usage_metrics_unittest.cc',
1368 'browser/mac/keystone_glue_unittest.mm', 1368 'browser/mac/keystone_glue_unittest.mm',
1369 'browser/managed_mode_unittest.cc', 1369 'browser/managed_mode_unittest.cc',
1370 'browser/managed_mode_url_filter_unittest.cc', 1370 'browser/managed_mode_url_filter_unittest.cc',
1371 'browser/media/media_internals_unittest.cc', 1371 'browser/media/media_internals_unittest.cc',
1372 'browser/media_gallery/media_device_notifications_chromeos_unittest.cc', 1372 'browser/media_gallery/media_device_notifications_chromeos_unittest.cc',
1373 'browser/media_gallery/media_device_notifications_linux_unittest.cc',
1374 'browser/media_gallery/media_device_notifications_utils_unittest.cc', 1373 'browser/media_gallery/media_device_notifications_utils_unittest.cc',
1375 'browser/media_gallery/media_device_notifications_window_win_unittest.cc ', 1374 'browser/media_gallery/media_device_notifications_window_win_unittest.cc ',
1376 'browser/media_gallery/media_galleries_dialog_controller_mock.cc', 1375 'browser/media_gallery/media_galleries_dialog_controller_mock.cc',
1377 'browser/media_gallery/media_galleries_dialog_controller_mock.h', 1376 'browser/media_gallery/media_galleries_dialog_controller_mock.h',
1378 'browser/media_gallery/media_galleries_preferences_unittest.cc', 1377 'browser/media_gallery/media_galleries_preferences_unittest.cc',
1379 'browser/media_gallery/media_gallery_database_unittest.cc', 1378 'browser/media_gallery/media_gallery_database_unittest.cc',
1380 'browser/media_gallery/media_storage_util_unittest.cc', 1379 'browser/media_gallery/media_storage_util_unittest.cc',
1380 'browser/media_gallery/removable_device_notifications_linux_unittest.cc' ,
1381 'browser/metrics/metrics_log_unittest.cc', 1381 'browser/metrics/metrics_log_unittest.cc',
1382 'browser/metrics/metrics_log_serializer_unittest.cc', 1382 'browser/metrics/metrics_log_serializer_unittest.cc',
1383 'browser/metrics/metrics_service_unittest.cc', 1383 'browser/metrics/metrics_service_unittest.cc',
1384 'browser/metrics/thread_watcher_unittest.cc', 1384 'browser/metrics/thread_watcher_unittest.cc',
1385 'browser/metrics/variations/variations_service_unittest.cc', 1385 'browser/metrics/variations/variations_service_unittest.cc',
1386 'browser/nacl_host/nacl_validation_cache_unittest.cc', 1386 'browser/nacl_host/nacl_validation_cache_unittest.cc',
1387 'browser/nacl_host/pnacl_file_host_unittest.cc', 1387 'browser/nacl_host/pnacl_file_host_unittest.cc',
1388 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 1388 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
1389 'browser/net/chrome_net_log_unittest.cc', 1389 'browser/net/chrome_net_log_unittest.cc',
1390 'browser/net/chrome_network_delegate_unittest.cc', 1390 'browser/net/chrome_network_delegate_unittest.cc',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ['exclude', '^browser/captive_portal/'], 2211 ['exclude', '^browser/captive_portal/'],
2212 ], 2212 ],
2213 }], 2213 }],
2214 ['enable_session_service!=1', { 2214 ['enable_session_service!=1', {
2215 'sources!': [ 2215 'sources!': [
2216 'browser/sessions/session_service_unittest.cc', 2216 'browser/sessions/session_service_unittest.cc',
2217 ], 2217 ],
2218 }], 2218 }],
2219 ['chromeos==1', { 2219 ['chromeos==1', {
2220 'sources/': [ 2220 'sources/': [
2221 ['exclude', '^browser/media_gallery/media_device_notifications_linux _unittest.cc'], 2221 ['exclude', '^browser/media_gallery/removable_device_notifications_l inux_unittest.cc'],
2222 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2222 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2223 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2223 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2224 ['exclude', '^browser/policy/user_cloud_policy_store_unittest.cc'], 2224 ['exclude', '^browser/policy/user_cloud_policy_store_unittest.cc'],
2225 ['exclude', '^browser/policy/user_policy_signin_service_unittest.cc' ], 2225 ['exclude', '^browser/policy/user_policy_signin_service_unittest.cc' ],
2226 2226
2227 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2227 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
2228 ], 2228 ],
2229 'sources': [ 2229 'sources': [
2230 'browser/ui/webui/feedback_ui_unittest.cc', 2230 'browser/ui/webui/feedback_ui_unittest.cc',
2231 ], 2231 ],
(...skipping 2498 matching lines...) Expand 10 before | Expand all | Expand 10 after
4730 '--result', '<@(_outputs)', 4730 '--result', '<@(_outputs)',
4731 '--isolate', 'browser_tests.isolate', 4731 '--isolate', 'browser_tests.isolate',
4732 ], 4732 ],
4733 }, 4733 },
4734 ], 4734 ],
4735 }, 4735 },
4736 ], 4736 ],
4737 }], 4737 }],
4738 ], # 'conditions' 4738 ], # 'conditions'
4739 } 4739 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698