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

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: Fixing visibility 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/disambiguation_popup_helper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'common/sandbox_mac_diraccess_unittest.mm', 345 'common/sandbox_mac_diraccess_unittest.mm',
346 'common/sandbox_mac_fontloading_unittest.mm', 346 'common/sandbox_mac_fontloading_unittest.mm',
347 'common/sandbox_mac_unittest_helper.h', 347 'common/sandbox_mac_unittest_helper.h',
348 'common/sandbox_mac_unittest_helper.mm', 348 'common/sandbox_mac_unittest_helper.mm',
349 'common/sandbox_mac_system_access_unittest.mm', 349 'common/sandbox_mac_system_access_unittest.mm',
350 'gpu/gpu_info_collector_unittest.cc', 350 'gpu/gpu_info_collector_unittest.cc',
351 'gpu/gpu_info_collector_unittest_win.cc', 351 'gpu/gpu_info_collector_unittest_win.cc',
352 'renderer/active_notification_tracker_unittest.cc', 352 'renderer/active_notification_tracker_unittest.cc',
353 'renderer/android/email_detector_unittest.cc', 353 'renderer/android/email_detector_unittest.cc',
354 'renderer/android/phone_number_detector_unittest.cc', 354 'renderer/android/phone_number_detector_unittest.cc',
355 'renderer/disambiguation_popup_helper_unittest.cc',
355 'renderer/gpu/input_event_filter_unittest.cc', 356 'renderer/gpu/input_event_filter_unittest.cc',
356 'renderer/hyphenator/hyphenator_unittest.cc', 357 'renderer/hyphenator/hyphenator_unittest.cc',
357 'renderer/media/audio_message_filter_unittest.cc', 358 'renderer/media/audio_message_filter_unittest.cc',
358 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 359 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
359 'renderer/media/capture_video_decoder_unittest.cc', 360 'renderer/media/capture_video_decoder_unittest.cc',
360 'renderer/media/video_capture_impl_unittest.cc', 361 'renderer/media/video_capture_impl_unittest.cc',
361 'renderer/media/video_capture_message_filter_unittest.cc', 362 'renderer/media/video_capture_message_filter_unittest.cc',
362 'renderer/paint_aggregator_unittest.cc', 363 'renderer/paint_aggregator_unittest.cc',
363 'renderer/pepper/pepper_broker_impl_unittest.cc', 364 'renderer/pepper/pepper_broker_impl_unittest.cc',
364 'renderer/render_thread_impl_unittest.cc', 365 'renderer/render_thread_impl_unittest.cc',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'java_in_dir': '../content/shell/android/javatests', 920 'java_in_dir': '../content/shell/android/javatests',
920 'resource_dir': '../res', 921 'resource_dir': '../res',
921 'additional_src_dirs': ['../content/public/android/javatests/'], 922 'additional_src_dirs': ['../content/public/android/javatests/'],
922 }, 923 },
923 'includes': [ '../build/java_apk.gypi' ], 924 'includes': [ '../build/java_apk.gypi' ],
924 }, 925 },
925 ], 926 ],
926 }], 927 }],
927 ], 928 ],
928 } 929 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/disambiguation_popup_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698