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

Side by Side Diff: content/content_tests.gypi

Issue 291843009: Move multipart_response_delegate_unittest from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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) 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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'browser/web_contents/web_contents_user_data_unittest.cc', 608 'browser/web_contents/web_contents_user_data_unittest.cc',
609 'browser/web_contents/web_contents_view_mac_unittest.mm', 609 'browser/web_contents/web_contents_view_mac_unittest.mm',
610 'browser/web_contents/web_drag_dest_mac_unittest.mm', 610 'browser/web_contents/web_drag_dest_mac_unittest.mm',
611 'browser/web_contents/web_drag_source_mac_unittest.mm', 611 'browser/web_contents/web_drag_source_mac_unittest.mm',
612 'browser/webui/web_ui_data_source_unittest.cc', 612 'browser/webui/web_ui_data_source_unittest.cc',
613 'browser/webui/web_ui_message_handler_unittest.cc', 613 'browser/webui/web_ui_message_handler_unittest.cc',
614 'child/blink_platform_unittest.cc', 614 'child/blink_platform_unittest.cc',
615 'child/fileapi/webfilewriter_base_unittest.cc', 615 'child/fileapi/webfilewriter_base_unittest.cc',
616 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 616 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
617 'child/indexed_db/webidbcursor_impl_unittest.cc', 617 'child/indexed_db/webidbcursor_impl_unittest.cc',
618 'child/multipart_response_delegate_unittest.cc',
618 'child/npapi/plugin_lib_unittest.cc', 619 'child/npapi/plugin_lib_unittest.cc',
619 'child/power_monitor_broadcast_source_unittest.cc', 620 'child/power_monitor_broadcast_source_unittest.cc',
620 'child/resource_dispatcher_unittest.cc', 621 'child/resource_dispatcher_unittest.cc',
621 'child/site_isolation_policy_unittest.cc', 622 'child/site_isolation_policy_unittest.cc',
622 'child/touch_fling_gesture_curve_unittest.cc', 623 'child/touch_fling_gesture_curve_unittest.cc',
623 'child/webcrypto/shared_crypto_unittest.cc', 624 'child/webcrypto/shared_crypto_unittest.cc',
624 'child/worker_task_runner_unittest.cc', 625 'child/worker_task_runner_unittest.cc',
625 'common/android/address_parser_unittest.cc', 626 'common/android/address_parser_unittest.cc',
626 'common/android/gin_java_bridge_value_unittest.cc', 627 'common/android/gin_java_bridge_value_unittest.cc',
627 'common/cc_messages_unittest.cc', 628 'common/cc_messages_unittest.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'renderer/render_thread_impl_unittest.cc', 688 'renderer/render_thread_impl_unittest.cc',
688 'renderer/render_widget_unittest.cc', 689 'renderer/render_widget_unittest.cc',
689 'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc', 690 'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc',
690 'renderer/skia_benchmarking_extension_unittest.cc', 691 'renderer/skia_benchmarking_extension_unittest.cc',
691 'renderer/v8_value_converter_impl_unittest.cc', 692 'renderer/v8_value_converter_impl_unittest.cc',
692 'test/fileapi_test_file_set.cc', 693 'test/fileapi_test_file_set.cc',
693 'test/fileapi_test_file_set.h', 694 'test/fileapi_test_file_set.h',
694 'test/image_decoder_test.cc', 695 'test/image_decoder_test.cc',
695 'test/image_decoder_test.h', 696 'test/image_decoder_test.h',
696 'test/run_all_unittests.cc', 697 'test/run_all_unittests.cc',
697 '../webkit/child/multipart_response_delegate_unittest.cc',
698 ], 698 ],
699 'conditions': [ 699 'conditions': [
700 ['OS == "ios"', { 700 ['OS == "ios"', {
701 'sources/': [ 701 'sources/': [
702 # iOS only needs a small portion of content; exclude all the 702 # iOS only needs a small portion of content; exclude all the
703 # implementation, and re-include what is used. 703 # implementation, and re-include what is used.
704 ['exclude', '\\.(cc|mm)$'], 704 ['exclude', '\\.(cc|mm)$'],
705 ['include', '_ios\\.(cc|mm)$'], 705 ['include', '_ios\\.(cc|mm)$'],
706 ['include', '^browser/notification_service_impl_unittest\\.cc$'], 706 ['include', '^browser/notification_service_impl_unittest\\.cc$'],
707 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'], 707 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'],
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1832 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1833 }, 1833 },
1834 ], 1834 ],
1835 }], 1835 }],
1836 ], 1836 ],
1837 }, 1837 },
1838 ], 1838 ],
1839 }], 1839 }],
1840 ], 1840 ],
1841 } 1841 }
OLDNEW
« no previous file with comments | « content/child/multipart_response_delegate_unittest.cc ('k') | webkit/child/multipart_response_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698