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

Side by Side Diff: content/content_tests.gypi

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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') | content/gpu/DEPS » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'browser/web_contents/navigation_entry_impl_unittest.cc', 356 'browser/web_contents/navigation_entry_impl_unittest.cc',
357 'browser/web_contents/render_view_host_manager_unittest.cc', 357 'browser/web_contents/render_view_host_manager_unittest.cc',
358 'browser/web_contents/web_contents_delegate_unittest.cc', 358 'browser/web_contents/web_contents_delegate_unittest.cc',
359 'browser/web_contents/web_contents_impl_unittest.cc', 359 'browser/web_contents/web_contents_impl_unittest.cc',
360 'browser/web_contents/web_contents_user_data_unittest.cc', 360 'browser/web_contents/web_contents_user_data_unittest.cc',
361 'browser/web_contents/web_contents_view_mac_unittest.mm', 361 'browser/web_contents/web_contents_view_mac_unittest.mm',
362 'browser/web_contents/web_drag_dest_mac_unittest.mm', 362 'browser/web_contents/web_drag_dest_mac_unittest.mm',
363 'browser/web_contents/web_drag_source_mac_unittest.mm', 363 'browser/web_contents/web_drag_source_mac_unittest.mm',
364 'browser/webui/web_ui_data_source_unittest.cc', 364 'browser/webui/web_ui_data_source_unittest.cc',
365 'browser/webui/web_ui_message_handler_unittest.cc', 365 'browser/webui/web_ui_message_handler_unittest.cc',
366 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
367 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc',
368 'child/resource_dispatcher_unittest.cc',
366 'common/android/address_parser_unittest.cc', 369 'common/android/address_parser_unittest.cc',
367 'common/cc_messages_unittest.cc', 370 'common/cc_messages_unittest.cc',
368 'common/common_param_traits_unittest.cc', 371 'common/common_param_traits_unittest.cc',
372 'common/gpu/gpu_memory_manager_unittest.cc',
373 'common/inter_process_time_ticks_converter_unittest.cc',
369 'common/mac/attributed_string_coder_unittest.mm', 374 'common/mac/attributed_string_coder_unittest.mm',
370 'common/mac/font_descriptor_unittest.mm', 375 'common/mac/font_descriptor_unittest.mm',
371 'common/gpu/gpu_memory_manager_unittest.cc',
372 'common/inter_process_time_ticks_converter_unittest.cc',
373 'common/page_zoom_unittest.cc', 376 'common/page_zoom_unittest.cc',
374 'common/resource_dispatcher_unittest.cc',
375 'common/sandbox_mac_diraccess_unittest.mm', 377 'common/sandbox_mac_diraccess_unittest.mm',
376 'common/sandbox_mac_fontloading_unittest.mm', 378 'common/sandbox_mac_fontloading_unittest.mm',
377 'common/sandbox_mac_system_access_unittest.mm', 379 'common/sandbox_mac_system_access_unittest.mm',
378 'common/sandbox_mac_unittest_helper.h', 380 'common/sandbox_mac_unittest_helper.h',
379 'common/sandbox_mac_unittest_helper.mm', 381 'common/sandbox_mac_unittest_helper.mm',
380 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
381 'child/indexed_db/proxy_webidbcursor_impl_unittest.cc',
382 'renderer/active_notification_tracker_unittest.cc', 382 'renderer/active_notification_tracker_unittest.cc',
383 'renderer/android/email_detector_unittest.cc', 383 'renderer/android/email_detector_unittest.cc',
384 'renderer/android/phone_number_detector_unittest.cc', 384 'renderer/android/phone_number_detector_unittest.cc',
385 'renderer/bmp_image_decoder_unittest.cc', 385 'renderer/bmp_image_decoder_unittest.cc',
386 'renderer/date_time_formatter_unittest.cc', 386 'renderer/date_time_formatter_unittest.cc',
387 'renderer/disambiguation_popup_helper_unittest.cc', 387 'renderer/disambiguation_popup_helper_unittest.cc',
388 'renderer/gpu/input_event_filter_unittest.cc', 388 'renderer/gpu/input_event_filter_unittest.cc',
389 'renderer/gpu/input_handler_proxy_unittest.cc', 389 'renderer/gpu/input_handler_proxy_unittest.cc',
390 'renderer/hyphenator/hyphenator_unittest.cc', 390 'renderer/hyphenator/hyphenator_unittest.cc',
391 'renderer/ico_image_decoder_unittest.cc', 391 'renderer/ico_image_decoder_unittest.cc',
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'resource_dir': 'shell/android/shell_apk/res', 1179 'resource_dir': 'shell/android/shell_apk/res',
1180 'additional_src_dirs': ['public/android/javatests/',], 1180 'additional_src_dirs': ['public/android/javatests/',],
1181 'is_test_apk': 1, 1181 'is_test_apk': 1,
1182 }, 1182 },
1183 'includes': [ '../build/java_apk.gypi' ], 1183 'includes': [ '../build/java_apk.gypi' ],
1184 }, 1184 },
1185 ], 1185 ],
1186 }], 1186 }],
1187 ], 1187 ],
1188 } 1188 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698