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

Side by Side Diff: content/content_tests.gypi

Issue 768113006: Resurrect battery_status_dispatcher_unittest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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
« no previous file with comments | « no previous file | content/renderer/battery_status/battery_status_dispatcher.h » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'common/plugin_list_unittest.cc', 743 'common/plugin_list_unittest.cc',
744 'common/sandbox_mac_diraccess_unittest.mm', 744 'common/sandbox_mac_diraccess_unittest.mm',
745 'common/sandbox_mac_fontloading_unittest.mm', 745 'common/sandbox_mac_fontloading_unittest.mm',
746 'common/sandbox_mac_system_access_unittest.mm', 746 'common/sandbox_mac_system_access_unittest.mm',
747 'common/sandbox_mac_unittest_helper.h', 747 'common/sandbox_mac_unittest_helper.h',
748 'common/sandbox_mac_unittest_helper.mm', 748 'common/sandbox_mac_unittest_helper.mm',
749 'common/shareable_file_reference_unittest.cc', 749 'common/shareable_file_reference_unittest.cc',
750 'common/webplugininfo_unittest.cc', 750 'common/webplugininfo_unittest.cc',
751 'renderer/android/email_detector_unittest.cc', 751 'renderer/android/email_detector_unittest.cc',
752 'renderer/android/phone_number_detector_unittest.cc', 752 'renderer/android/phone_number_detector_unittest.cc',
753 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
753 'renderer/bmp_image_decoder_unittest.cc', 754 'renderer/bmp_image_decoder_unittest.cc',
754 'renderer/device_sensors/device_light_event_pump_unittest.cc', 755 'renderer/device_sensors/device_light_event_pump_unittest.cc',
755 'renderer/device_sensors/device_motion_event_pump_unittest.cc', 756 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
756 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', 757 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
757 'renderer/disambiguation_popup_helper_unittest.cc', 758 'renderer/disambiguation_popup_helper_unittest.cc',
758 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 759 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
759 'renderer/gpu/compositor_forwarding_message_filter_unittest.cc', 760 'renderer/gpu/compositor_forwarding_message_filter_unittest.cc',
760 'renderer/gpu/frame_swap_message_queue_unittest.cc', 761 'renderer/gpu/frame_swap_message_queue_unittest.cc',
761 'renderer/gpu/queue_message_swap_promise_unittest.cc', 762 'renderer/gpu/queue_message_swap_promise_unittest.cc',
762 'renderer/gpu/render_widget_compositor_unittest.cc', 763 'renderer/gpu/render_widget_compositor_unittest.cc',
(...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2111 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2111 }, 2112 },
2112 ], 2113 ],
2113 }], 2114 }],
2114 ], 2115 ],
2115 }, 2116 },
2116 ], 2117 ],
2117 }], 2118 }],
2118 ], 2119 ],
2119 } 2120 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/battery_status/battery_status_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698