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

Side by Side Diff: content/content_tests.gypi

Issue 85643002: Transfer date/time value to chooser as double (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@doubledate2
Patch Set: Created 7 years 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 'dependencies': [ 10 'dependencies': [
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'common/sandbox_mac_diraccess_unittest.mm', 506 'common/sandbox_mac_diraccess_unittest.mm',
507 'common/sandbox_mac_fontloading_unittest.mm', 507 'common/sandbox_mac_fontloading_unittest.mm',
508 'common/sandbox_mac_system_access_unittest.mm', 508 'common/sandbox_mac_system_access_unittest.mm',
509 'common/sandbox_mac_unittest_helper.h', 509 'common/sandbox_mac_unittest_helper.h',
510 'common/sandbox_mac_unittest_helper.mm', 510 'common/sandbox_mac_unittest_helper.mm',
511 'common/webplugininfo_unittest.cc', 511 'common/webplugininfo_unittest.cc',
512 'renderer/active_notification_tracker_unittest.cc', 512 'renderer/active_notification_tracker_unittest.cc',
513 'renderer/android/email_detector_unittest.cc', 513 'renderer/android/email_detector_unittest.cc',
514 'renderer/android/phone_number_detector_unittest.cc', 514 'renderer/android/phone_number_detector_unittest.cc',
515 'renderer/bmp_image_decoder_unittest.cc', 515 'renderer/bmp_image_decoder_unittest.cc',
516 'renderer/date_time_formatter_unittest.cc',
517 'renderer/device_orientation/device_motion_event_pump_unittest.cc', 516 'renderer/device_orientation/device_motion_event_pump_unittest.cc',
518 'renderer/device_orientation/device_orientation_event_pump_unittest.cc', 517 'renderer/device_orientation/device_orientation_event_pump_unittest.cc',
519 'renderer/disambiguation_popup_helper_unittest.cc', 518 'renderer/disambiguation_popup_helper_unittest.cc',
520 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 519 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
521 'renderer/gpu/input_event_filter_unittest.cc', 520 'renderer/gpu/input_event_filter_unittest.cc',
522 'renderer/gpu/input_handler_proxy_unittest.cc', 521 'renderer/gpu/input_handler_proxy_unittest.cc',
523 'renderer/ico_image_decoder_unittest.cc', 522 'renderer/ico_image_decoder_unittest.cc',
524 'renderer/media/android/media_info_loader_unittest.cc', 523 'renderer/media/android/media_info_loader_unittest.cc',
525 'renderer/media/audio_message_filter_unittest.cc', 524 'renderer/media/audio_message_filter_unittest.cc',
526 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 525 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1617 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1619 }, 1618 },
1620 ], 1619 ],
1621 }], 1620 }],
1622 ], 1621 ],
1623 }, 1622 },
1624 ], 1623 ],
1625 }], 1624 }],
1626 ], 1625 ],
1627 } 1626 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698