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

Side by Side Diff: content/content_tests.gypi

Issue 14678012: Implement the content/renderer and content/browser part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added unit test for device_motion_event_pump Created 7 years, 7 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'common/sandbox_mac_fontloading_unittest.mm', 386 'common/sandbox_mac_fontloading_unittest.mm',
387 'common/sandbox_mac_unittest_helper.h', 387 'common/sandbox_mac_unittest_helper.h',
388 'common/sandbox_mac_unittest_helper.mm', 388 'common/sandbox_mac_unittest_helper.mm',
389 'common/sandbox_mac_system_access_unittest.mm', 389 'common/sandbox_mac_system_access_unittest.mm',
390 'gpu/gpu_info_collector_unittest.cc', 390 'gpu/gpu_info_collector_unittest.cc',
391 'renderer/active_notification_tracker_unittest.cc', 391 'renderer/active_notification_tracker_unittest.cc',
392 'renderer/android/email_detector_unittest.cc', 392 'renderer/android/email_detector_unittest.cc',
393 'renderer/android/phone_number_detector_unittest.cc', 393 'renderer/android/phone_number_detector_unittest.cc',
394 'renderer/bmp_image_decoder_unittest.cc', 394 'renderer/bmp_image_decoder_unittest.cc',
395 'renderer/date_time_formatter_unittest.cc', 395 'renderer/date_time_formatter_unittest.cc',
396 'renderer/device_orientation/device_motion_event_pump_unittest.cc',
396 'renderer/disambiguation_popup_helper_unittest.cc', 397 'renderer/disambiguation_popup_helper_unittest.cc',
397 'renderer/gpu/input_event_filter_unittest.cc', 398 'renderer/gpu/input_event_filter_unittest.cc',
398 'renderer/hyphenator/hyphenator_unittest.cc', 399 'renderer/hyphenator/hyphenator_unittest.cc',
399 'renderer/ico_image_decoder_unittest.cc', 400 'renderer/ico_image_decoder_unittest.cc',
400 'renderer/media/audio_message_filter_unittest.cc', 401 'renderer/media/audio_message_filter_unittest.cc',
401 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 402 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
402 'renderer/media/video_capture_impl_unittest.cc', 403 'renderer/media/video_capture_impl_unittest.cc',
403 'renderer/media/video_capture_message_filter_unittest.cc', 404 'renderer/media/video_capture_message_filter_unittest.cc',
404 'renderer/paint_aggregator_unittest.cc', 405 'renderer/paint_aggregator_unittest.cc',
405 'renderer/pepper/pepper_broker_impl_unittest.cc', 406 'renderer/pepper/pepper_broker_impl_unittest.cc',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 'resource_dir': 'shell/android/shell_apk/res', 1116 'resource_dir': 'shell/android/shell_apk/res',
1116 'additional_src_dirs': ['public/android/javatests/',], 1117 'additional_src_dirs': ['public/android/javatests/',],
1117 'is_test_apk': 1, 1118 'is_test_apk': 1,
1118 }, 1119 },
1119 'includes': [ '../build/java_apk.gypi' ], 1120 'includes': [ '../build/java_apk.gypi' ],
1120 }, 1121 },
1121 ], 1122 ],
1122 }], 1123 }],
1123 ], 1124 ],
1124 } 1125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698