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

Side by Side Diff: content/content_tests.gypi

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: excluded orientation pump tests on win bots Created 7 years, 4 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'common/sandbox_mac_system_access_unittest.mm', 409 'common/sandbox_mac_system_access_unittest.mm',
410 'common/sandbox_mac_unittest_helper.h', 410 'common/sandbox_mac_unittest_helper.h',
411 'common/sandbox_mac_unittest_helper.mm', 411 'common/sandbox_mac_unittest_helper.mm',
412 'common/webplugininfo_unittest.cc', 412 'common/webplugininfo_unittest.cc',
413 'renderer/active_notification_tracker_unittest.cc', 413 'renderer/active_notification_tracker_unittest.cc',
414 'renderer/android/email_detector_unittest.cc', 414 'renderer/android/email_detector_unittest.cc',
415 'renderer/android/phone_number_detector_unittest.cc', 415 'renderer/android/phone_number_detector_unittest.cc',
416 'renderer/bmp_image_decoder_unittest.cc', 416 'renderer/bmp_image_decoder_unittest.cc',
417 'renderer/date_time_formatter_unittest.cc', 417 'renderer/date_time_formatter_unittest.cc',
418 'renderer/device_orientation/device_motion_event_pump_unittest.cc', 418 'renderer/device_orientation/device_motion_event_pump_unittest.cc',
419 'renderer/device_orientation/device_orientation_event_pump_unittest.cc',
419 'renderer/disambiguation_popup_helper_unittest.cc', 420 'renderer/disambiguation_popup_helper_unittest.cc',
420 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 421 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
421 'renderer/gpu/input_event_filter_unittest.cc', 422 'renderer/gpu/input_event_filter_unittest.cc',
422 'renderer/gpu/input_handler_proxy_unittest.cc', 423 'renderer/gpu/input_handler_proxy_unittest.cc',
423 'renderer/ico_image_decoder_unittest.cc', 424 'renderer/ico_image_decoder_unittest.cc',
424 'renderer/media/android/media_info_loader_unittest.cc', 425 'renderer/media/android/media_info_loader_unittest.cc',
425 'renderer/media/audio_message_filter_unittest.cc', 426 'renderer/media/audio_message_filter_unittest.cc',
426 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 427 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
427 'renderer/media/buffered_data_source_unittest.cc', 428 'renderer/media/buffered_data_source_unittest.cc',
428 'renderer/media/buffered_resource_loader_unittest.cc', 429 'renderer/media/buffered_resource_loader_unittest.cc',
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1401 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1401 }, 1402 },
1402 ], 1403 ],
1403 }], 1404 }],
1404 ], 1405 ],
1405 }, 1406 },
1406 ], 1407 ],
1407 }], 1408 }],
1408 ], 1409 ],
1409 } 1410 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/device_orientation/device_motion_event_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698