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

Side by Side Diff: content/content_tests.gypi

Issue 9545017: Adds a hy-phen-ator. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'common/sandbox_mac_fontloading_unittest.mm', 315 'common/sandbox_mac_fontloading_unittest.mm',
316 'common/sandbox_mac_unittest_helper.h', 316 'common/sandbox_mac_unittest_helper.h',
317 'common/sandbox_mac_unittest_helper.mm', 317 'common/sandbox_mac_unittest_helper.mm',
318 'common/sandbox_mac_system_access_unittest.mm', 318 'common/sandbox_mac_system_access_unittest.mm',
319 'gpu/gpu_info_collector_unittest.cc', 319 'gpu/gpu_info_collector_unittest.cc',
320 'gpu/gpu_info_collector_unittest_win.cc', 320 'gpu/gpu_info_collector_unittest_win.cc',
321 'renderer/active_notification_tracker_unittest.cc', 321 'renderer/active_notification_tracker_unittest.cc',
322 'renderer/android/email_detector_unittest.cc', 322 'renderer/android/email_detector_unittest.cc',
323 'renderer/android/phone_number_detector_unittest.cc', 323 'renderer/android/phone_number_detector_unittest.cc',
324 'renderer/gpu/input_event_filter_unittest.cc', 324 'renderer/gpu/input_event_filter_unittest.cc',
325 'renderer/hyphenator/hyphenator_unittest.cc',
325 'renderer/media/audio_message_filter_unittest.cc', 326 'renderer/media/audio_message_filter_unittest.cc',
326 'renderer/media/capture_video_decoder_unittest.cc', 327 'renderer/media/capture_video_decoder_unittest.cc',
327 'renderer/media/video_capture_impl_unittest.cc', 328 'renderer/media/video_capture_impl_unittest.cc',
328 'renderer/media/video_capture_message_filter_unittest.cc', 329 'renderer/media/video_capture_message_filter_unittest.cc',
329 'renderer/paint_aggregator_unittest.cc', 330 'renderer/paint_aggregator_unittest.cc',
330 'renderer/pepper/pepper_broker_impl_unittest.cc', 331 'renderer/pepper/pepper_broker_impl_unittest.cc',
331 'renderer/v8_value_converter_impl_unittest.cc', 332 'renderer/v8_value_converter_impl_unittest.cc',
332 'test/gpu/gpu_test_config_unittest.cc', 333 'test/gpu/gpu_test_config_unittest.cc',
333 'test/gpu/gpu_test_expectations_parser_unittest.cc', 334 'test/gpu/gpu_test_expectations_parser_unittest.cc',
334 'test/run_all_unittests.cc', 335 'test/run_all_unittests.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 671 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
671 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 672 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
672 ], 673 ],
673 }, 674 },
674 'includes': [ '../build/apk_test.gypi' ], 675 'includes': [ '../build/apk_test.gypi' ],
675 }, 676 },
676 ], 677 ],
677 }], 678 }],
678 ], 679 ],
679 } 680 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698