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

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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'common/sandbox_mac_fontloading_unittest.mm', 316 'common/sandbox_mac_fontloading_unittest.mm',
317 'common/sandbox_mac_unittest_helper.h', 317 'common/sandbox_mac_unittest_helper.h',
318 'common/sandbox_mac_unittest_helper.mm', 318 'common/sandbox_mac_unittest_helper.mm',
319 'common/sandbox_mac_system_access_unittest.mm', 319 'common/sandbox_mac_system_access_unittest.mm',
320 'gpu/gpu_info_collector_unittest.cc', 320 'gpu/gpu_info_collector_unittest.cc',
321 'gpu/gpu_info_collector_unittest_win.cc', 321 'gpu/gpu_info_collector_unittest_win.cc',
322 'renderer/active_notification_tracker_unittest.cc', 322 'renderer/active_notification_tracker_unittest.cc',
323 'renderer/android/email_detector_unittest.cc', 323 'renderer/android/email_detector_unittest.cc',
324 'renderer/android/phone_number_detector_unittest.cc', 324 'renderer/android/phone_number_detector_unittest.cc',
325 'renderer/gpu/input_event_filter_unittest.cc', 325 'renderer/gpu/input_event_filter_unittest.cc',
326 'renderer/hyphenator/hyphenator_unittest.cc',
326 'renderer/media/audio_message_filter_unittest.cc', 327 'renderer/media/audio_message_filter_unittest.cc',
327 'renderer/media/capture_video_decoder_unittest.cc', 328 'renderer/media/capture_video_decoder_unittest.cc',
328 'renderer/media/video_capture_impl_unittest.cc', 329 'renderer/media/video_capture_impl_unittest.cc',
329 'renderer/media/video_capture_message_filter_unittest.cc', 330 'renderer/media/video_capture_message_filter_unittest.cc',
330 'renderer/paint_aggregator_unittest.cc', 331 'renderer/paint_aggregator_unittest.cc',
331 'renderer/pepper/pepper_broker_impl_unittest.cc', 332 'renderer/pepper/pepper_broker_impl_unittest.cc',
332 'renderer/v8_value_converter_impl_unittest.cc', 333 'renderer/v8_value_converter_impl_unittest.cc',
333 'test/gpu/gpu_test_config_unittest.cc', 334 'test/gpu/gpu_test_config_unittest.cc',
334 'test/gpu/gpu_test_expectations_parser_unittest.cc', 335 'test/gpu/gpu_test_expectations_parser_unittest.cc',
335 'test/run_all_unittests.cc', 336 'test/run_all_unittests.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 672 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
672 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 673 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
673 ], 674 ],
674 }, 675 },
675 'includes': [ '../build/apk_test.gypi' ], 676 'includes': [ '../build/apk_test.gypi' ],
676 }, 677 },
677 ], 678 ],
678 }], 679 }],
679 ], 680 ],
680 } 681 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698