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

Side by Side Diff: content/content_tests.gypi

Issue 12191005: Move Android Date/Time parsing to the renderer (C++ and ICU) instead of the current parsing that ha… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased view_messages.h and fixed the link issue on the linux bot Created 7 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'common/resource_dispatcher_unittest.cc', 361 'common/resource_dispatcher_unittest.cc',
362 'common/sandbox_mac_diraccess_unittest.mm', 362 'common/sandbox_mac_diraccess_unittest.mm',
363 'common/sandbox_mac_fontloading_unittest.mm', 363 'common/sandbox_mac_fontloading_unittest.mm',
364 'common/sandbox_mac_unittest_helper.h', 364 'common/sandbox_mac_unittest_helper.h',
365 'common/sandbox_mac_unittest_helper.mm', 365 'common/sandbox_mac_unittest_helper.mm',
366 'common/sandbox_mac_system_access_unittest.mm', 366 'common/sandbox_mac_system_access_unittest.mm',
367 'gpu/gpu_info_collector_unittest.cc', 367 'gpu/gpu_info_collector_unittest.cc',
368 'renderer/active_notification_tracker_unittest.cc', 368 'renderer/active_notification_tracker_unittest.cc',
369 'renderer/android/email_detector_unittest.cc', 369 'renderer/android/email_detector_unittest.cc',
370 'renderer/android/phone_number_detector_unittest.cc', 370 'renderer/android/phone_number_detector_unittest.cc',
371 'renderer/date_time_formatter_unittest.cc',
371 'renderer/disambiguation_popup_helper_unittest.cc', 372 'renderer/disambiguation_popup_helper_unittest.cc',
372 'renderer/gpu/input_event_filter_unittest.cc', 373 'renderer/gpu/input_event_filter_unittest.cc',
373 'renderer/hyphenator/hyphenator_unittest.cc', 374 'renderer/hyphenator/hyphenator_unittest.cc',
374 'renderer/media/audio_message_filter_unittest.cc', 375 'renderer/media/audio_message_filter_unittest.cc',
375 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 376 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
376 'renderer/media/video_capture_impl_unittest.cc', 377 'renderer/media/video_capture_impl_unittest.cc',
377 'renderer/media/video_capture_message_filter_unittest.cc', 378 'renderer/media/video_capture_message_filter_unittest.cc',
378 'renderer/paint_aggregator_unittest.cc', 379 'renderer/paint_aggregator_unittest.cc',
379 'renderer/pepper/pepper_broker_impl_unittest.cc', 380 'renderer/pepper/pepper_broker_impl_unittest.cc',
380 'renderer/render_thread_impl_unittest.cc', 381 'renderer/render_thread_impl_unittest.cc',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'additional_src_dirs': ['../content/public/android/javatests/',], 1040 'additional_src_dirs': ['../content/public/android/javatests/',],
1040 'resource_dir': '../shell_apk/res', 1041 'resource_dir': '../shell_apk/res',
1041 'is_test_apk': 1, 1042 'is_test_apk': 1,
1042 }, 1043 },
1043 'includes': [ '../build/java_apk.gypi' ], 1044 'includes': [ '../build/java_apk.gypi' ],
1044 }, 1045 },
1045 ], 1046 ],
1046 }], 1047 }],
1047 ], 1048 ],
1048 } 1049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698