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

Side by Side Diff: content/content_tests.gypi

Issue 286793002: [DeviceLight] Add renderer+common parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jochen's comments Created 6 years, 6 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'common/shareable_file_reference_unittest.cc', 650 'common/shareable_file_reference_unittest.cc',
651 'common/webplugininfo_unittest.cc', 651 'common/webplugininfo_unittest.cc',
652 'renderer/active_notification_tracker_unittest.cc', 652 'renderer/active_notification_tracker_unittest.cc',
653 'renderer/android/email_detector_unittest.cc', 653 'renderer/android/email_detector_unittest.cc',
654 'renderer/android/phone_number_detector_unittest.cc', 654 'renderer/android/phone_number_detector_unittest.cc',
655 'renderer/battery_status/battery_status_dispatcher_unittest.cc', 655 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
656 'renderer/bmp_image_decoder_unittest.cc', 656 'renderer/bmp_image_decoder_unittest.cc',
657 'renderer/compositor_bindings/web_animation_unittest.cc', 657 'renderer/compositor_bindings/web_animation_unittest.cc',
658 'renderer/compositor_bindings/web_float_animation_curve_unittest.cc', 658 'renderer/compositor_bindings/web_float_animation_curve_unittest.cc',
659 'renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc', 659 'renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc',
660 'renderer/device_sensors/device_light_event_pump_unittest.cc',
660 'renderer/device_sensors/device_motion_event_pump_unittest.cc', 661 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
661 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', 662 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
662 'renderer/disambiguation_popup_helper_unittest.cc', 663 'renderer/disambiguation_popup_helper_unittest.cc',
663 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 664 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
664 'renderer/ico_image_decoder_unittest.cc', 665 'renderer/ico_image_decoder_unittest.cc',
665 'renderer/input/input_event_filter_unittest.cc', 666 'renderer/input/input_event_filter_unittest.cc',
666 'renderer/input/input_handler_proxy_unittest.cc', 667 'renderer/input/input_handler_proxy_unittest.cc',
667 'renderer/media/android/media_info_loader_unittest.cc', 668 'renderer/media/android/media_info_loader_unittest.cc',
668 'renderer/media/audio_message_filter_unittest.cc', 669 'renderer/media/audio_message_filter_unittest.cc',
669 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 670 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1833 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1833 }, 1834 },
1834 ], 1835 ],
1835 }], 1836 }],
1836 ], 1837 ],
1837 }, 1838 },
1838 ], 1839 ],
1839 }], 1840 }],
1840 ], 1841 ],
1841 } 1842 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/device_sensors/device_light_event_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698