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

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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/hyphenator/hyphenator.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 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_device_unittest.cc', 327 'renderer/media/audio_device_unittest.cc',
327 'renderer/media/audio_message_filter_unittest.cc', 328 'renderer/media/audio_message_filter_unittest.cc',
328 'renderer/media/capture_video_decoder_unittest.cc', 329 'renderer/media/capture_video_decoder_unittest.cc',
329 'renderer/media/video_capture_impl_unittest.cc', 330 'renderer/media/video_capture_impl_unittest.cc',
330 'renderer/media/video_capture_message_filter_unittest.cc', 331 'renderer/media/video_capture_message_filter_unittest.cc',
331 'renderer/paint_aggregator_unittest.cc', 332 'renderer/paint_aggregator_unittest.cc',
332 'renderer/pepper/pepper_broker_impl_unittest.cc', 333 'renderer/pepper/pepper_broker_impl_unittest.cc',
333 'renderer/v8_value_converter_impl_unittest.cc', 334 'renderer/v8_value_converter_impl_unittest.cc',
334 'test/gpu/gpu_test_config_unittest.cc', 335 'test/gpu/gpu_test_config_unittest.cc',
335 'test/gpu/gpu_test_expectations_parser_unittest.cc', 336 'test/gpu/gpu_test_expectations_parser_unittest.cc',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 682 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
682 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 683 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
683 ], 684 ],
684 }, 685 },
685 'includes': [ '../build/apk_test.gypi' ], 686 'includes': [ '../build/apk_test.gypi' ],
686 }, 687 },
687 ], 688 ],
688 }], 689 }],
689 ], 690 ],
690 } 691 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/hyphenator/hyphenator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698