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

Side by Side Diff: content/content_tests.gypi

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 4 years, 10 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
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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'common/sandbox_mac_diraccess_unittest.mm', 688 'common/sandbox_mac_diraccess_unittest.mm',
689 'common/sandbox_mac_fontloading_unittest.mm', 689 'common/sandbox_mac_fontloading_unittest.mm',
690 'common/sandbox_mac_system_access_unittest.mm', 690 'common/sandbox_mac_system_access_unittest.mm',
691 'common/sandbox_mac_unittest_helper.h', 691 'common/sandbox_mac_unittest_helper.h',
692 'common/sandbox_mac_unittest_helper.mm', 692 'common/sandbox_mac_unittest_helper.mm',
693 'common/service_worker/service_worker_utils_unittest.cc', 693 'common/service_worker/service_worker_utils_unittest.cc',
694 'common/ssl_status_serialization_unittest.cc', 694 'common/ssl_status_serialization_unittest.cc',
695 'common/webplugininfo_unittest.cc', 695 'common/webplugininfo_unittest.cc',
696 'renderer/android/email_detector_unittest.cc', 696 'renderer/android/email_detector_unittest.cc',
697 'renderer/android/phone_number_detector_unittest.cc', 697 'renderer/android/phone_number_detector_unittest.cc',
698 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
699 'renderer/bmp_image_decoder_unittest.cc', 698 'renderer/bmp_image_decoder_unittest.cc',
700 'renderer/device_sensors/device_light_event_pump_unittest.cc', 699 'renderer/device_sensors/device_light_event_pump_unittest.cc',
701 'renderer/device_sensors/device_motion_event_pump_unittest.cc', 700 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
702 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', 701 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
703 'renderer/disambiguation_popup_helper_unittest.cc', 702 'renderer/disambiguation_popup_helper_unittest.cc',
704 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 703 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
705 'renderer/gpu/compositor_forwarding_message_filter_unittest.cc', 704 'renderer/gpu/compositor_forwarding_message_filter_unittest.cc',
706 'renderer/gpu/frame_swap_message_queue_unittest.cc', 705 'renderer/gpu/frame_swap_message_queue_unittest.cc',
707 'renderer/gpu/queue_message_swap_promise_unittest.cc', 706 'renderer/gpu/queue_message_swap_promise_unittest.cc',
708 'renderer/gpu/render_widget_compositor_unittest.cc', 707 'renderer/gpu/render_widget_compositor_unittest.cc',
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2238 'content_unittests_apk.isolate', 2237 'content_unittests_apk.isolate',
2239 ], 2238 ],
2240 }, 2239 },
2241 ], 2240 ],
2242 }, 2241 },
2243 ], 2242 ],
2244 ], 2243 ],
2245 }], 2244 }],
2246 ], 2245 ],
2247 } 2246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698