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

Side by Side Diff: content/content_tests.gypi

Issue 13473005: Adding partially circular memory buffer wrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 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_common.gypi ('k') | no next file » | 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'common/common_param_traits_unittest.cc', 370 'common/common_param_traits_unittest.cc',
371 'common/mac/attributed_string_coder_unittest.mm', 371 'common/mac/attributed_string_coder_unittest.mm',
372 'common/mac/font_descriptor_unittest.mm', 372 'common/mac/font_descriptor_unittest.mm',
373 'common/gpu/gpu_info_unittest.cc', 373 'common/gpu/gpu_info_unittest.cc',
374 'common/gpu/gpu_memory_manager_unittest.cc', 374 'common/gpu/gpu_memory_manager_unittest.cc',
375 'common/gpu/media/avc_config_record_builder_unittest.cc', 375 'common/gpu/media/avc_config_record_builder_unittest.cc',
376 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 376 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
377 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc', 377 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc',
378 'common/inter_process_time_ticks_converter_unittest.cc', 378 'common/inter_process_time_ticks_converter_unittest.cc',
379 'common/page_zoom_unittest.cc', 379 'common/page_zoom_unittest.cc',
380 'common/partial_circular_buffer_unittest.cc',
380 'common/resource_dispatcher_unittest.cc', 381 'common/resource_dispatcher_unittest.cc',
381 'common/sandbox_mac_diraccess_unittest.mm', 382 'common/sandbox_mac_diraccess_unittest.mm',
382 'common/sandbox_mac_fontloading_unittest.mm', 383 'common/sandbox_mac_fontloading_unittest.mm',
383 'common/sandbox_mac_unittest_helper.h', 384 'common/sandbox_mac_unittest_helper.h',
384 'common/sandbox_mac_unittest_helper.mm', 385 'common/sandbox_mac_unittest_helper.mm',
385 'common/sandbox_mac_system_access_unittest.mm', 386 'common/sandbox_mac_system_access_unittest.mm',
386 'gpu/gpu_info_collector_unittest.cc', 387 'gpu/gpu_info_collector_unittest.cc',
387 'renderer/active_notification_tracker_unittest.cc', 388 'renderer/active_notification_tracker_unittest.cc',
388 'renderer/android/email_detector_unittest.cc', 389 'renderer/android/email_detector_unittest.cc',
389 'renderer/android/phone_number_detector_unittest.cc', 390 'renderer/android/phone_number_detector_unittest.cc',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'resource_dir': 'shell/android/shell_apk/res', 1075 'resource_dir': 'shell/android/shell_apk/res',
1075 'additional_src_dirs': ['public/android/javatests/',], 1076 'additional_src_dirs': ['public/android/javatests/',],
1076 'is_test_apk': 1, 1077 'is_test_apk': 1,
1077 }, 1078 },
1078 'includes': [ '../build/java_apk.gypi' ], 1079 'includes': [ '../build/java_apk.gypi' ],
1079 }, 1080 },
1080 ], 1081 ],
1081 }], 1082 }],
1082 ], 1083 ],
1083 } 1084 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698