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

Side by Side Diff: content/content_tests.gypi

Issue 10885004: Implement disambiguation popup (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase, add unittests, fix style nits Created 8 years, 2 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'common/sandbox_mac_diraccess_unittest.mm', 343 'common/sandbox_mac_diraccess_unittest.mm',
344 'common/sandbox_mac_fontloading_unittest.mm', 344 'common/sandbox_mac_fontloading_unittest.mm',
345 'common/sandbox_mac_unittest_helper.h', 345 'common/sandbox_mac_unittest_helper.h',
346 'common/sandbox_mac_unittest_helper.mm', 346 'common/sandbox_mac_unittest_helper.mm',
347 'common/sandbox_mac_system_access_unittest.mm', 347 'common/sandbox_mac_system_access_unittest.mm',
348 'gpu/gpu_info_collector_unittest.cc', 348 'gpu/gpu_info_collector_unittest.cc',
349 'gpu/gpu_info_collector_unittest_win.cc', 349 'gpu/gpu_info_collector_unittest_win.cc',
350 'renderer/active_notification_tracker_unittest.cc', 350 'renderer/active_notification_tracker_unittest.cc',
351 'renderer/android/email_detector_unittest.cc', 351 'renderer/android/email_detector_unittest.cc',
352 'renderer/android/phone_number_detector_unittest.cc', 352 'renderer/android/phone_number_detector_unittest.cc',
353 'renderer/disambiguation_popup_helper_unittest.cc',
353 'renderer/gpu/input_event_filter_unittest.cc', 354 'renderer/gpu/input_event_filter_unittest.cc',
354 'renderer/hyphenator/hyphenator_unittest.cc', 355 'renderer/hyphenator/hyphenator_unittest.cc',
355 'renderer/media/audio_message_filter_unittest.cc', 356 'renderer/media/audio_message_filter_unittest.cc',
356 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 357 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
357 'renderer/media/capture_video_decoder_unittest.cc', 358 'renderer/media/capture_video_decoder_unittest.cc',
358 'renderer/media/video_capture_impl_unittest.cc', 359 'renderer/media/video_capture_impl_unittest.cc',
359 'renderer/media/video_capture_message_filter_unittest.cc', 360 'renderer/media/video_capture_message_filter_unittest.cc',
360 'renderer/paint_aggregator_unittest.cc', 361 'renderer/paint_aggregator_unittest.cc',
361 'renderer/pepper/pepper_broker_impl_unittest.cc', 362 'renderer/pepper/pepper_broker_impl_unittest.cc',
362 'renderer/render_thread_impl_unittest.cc', 363 'renderer/render_thread_impl_unittest.cc',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'java_in_dir': '../content/shell/android/javatests', 915 'java_in_dir': '../content/shell/android/javatests',
915 'resource_dir': '../res', 916 'resource_dir': '../res',
916 'additional_src_dirs': ['../content/public/android/javatests/'], 917 'additional_src_dirs': ['../content/public/android/javatests/'],
917 }, 918 },
918 'includes': [ '../build/java_apk.gypi' ], 919 'includes': [ '../build/java_apk.gypi' ],
919 }, 920 },
920 ], 921 ],
921 }], 922 }],
922 ], 923 ],
923 } 924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698