Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 48 '../testing/gtest.gyp:gtest', | 48 '../testing/gtest.gyp:gtest', |
| 49 '../ui/accessibility/accessibility.gyp:ax_gen', | 49 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 50 '../ui/base/ui_base.gyp:ui_base', | 50 '../ui/base/ui_base.gyp:ui_base', |
| 51 '../ui/events/events.gyp:dom4_keycode_converter', | 51 '../ui/events/events.gyp:dom4_keycode_converter', |
| 52 '../ui/events/events.gyp:events_base', | 52 '../ui/events/events.gyp:events_base', |
| 53 '../ui/events/events.gyp:events_test_support', | 53 '../ui/events/events.gyp:events_test_support', |
| 54 '../ui/gfx/gfx.gyp:gfx', | 54 '../ui/gfx/gfx.gyp:gfx', |
| 55 '../ui/gfx/gfx.gyp:gfx_geometry', | 55 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 56 '../ui/gfx/gfx.gyp:gfx_test_support', | 56 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 57 '../ui/resources/ui_resources.gyp:ui_resources', | 57 '../ui/resources/ui_resources.gyp:ui_resources', |
| 58 '../v8/tools/gyp/v8.gyp:v8', | |
| 58 '../url/url.gyp:url_lib', | 59 '../url/url.gyp:url_lib', |
| 60 '../webkit/common/webkit_common.gyp:webkit_common', | |
| 59 'browser/speech/proto/speech_proto.gyp:speech_proto', | 61 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 60 'content.gyp:content_app_both', | 62 'content.gyp:content_app_both', |
| 61 'content.gyp:content_browser', | 63 'content.gyp:content_browser', |
| 62 'content.gyp:content_common', | 64 'content.gyp:content_common', |
| 63 ], | 65 ], |
| 64 'include_dirs': [ | 66 'include_dirs': [ |
| 65 '..', | 67 '..', |
| 66 ], | 68 ], |
| 67 'sources': [ | 69 'sources': [ |
| 68 'public/test/async_file_test_helper.cc', | 70 'public/test/async_file_test_helper.cc', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 194 'test/test_web_contents.cc', | 196 'test/test_web_contents.cc', |
| 195 'test/test_web_contents.h', | 197 'test/test_web_contents.h', |
| 196 'test/test_web_contents_view.cc', | 198 'test/test_web_contents_view.cc', |
| 197 'test/test_web_contents_view.h', | 199 'test/test_web_contents_view.h', |
| 198 'test/web_gesture_curve_mock.cc', | 200 'test/web_gesture_curve_mock.cc', |
| 199 'test/web_gesture_curve_mock.h', | 201 'test/web_gesture_curve_mock.h', |
| 200 'test/weburl_loader_mock.cc', | 202 'test/weburl_loader_mock.cc', |
| 201 'test/weburl_loader_mock.h', | 203 'test/weburl_loader_mock.h', |
| 202 'test/weburl_loader_mock_factory.cc', | 204 'test/weburl_loader_mock_factory.cc', |
| 203 'test/weburl_loader_mock_factory.h', | 205 'test/weburl_loader_mock_factory.h', |
| 206 # Required by test_file_system_context.cc | |
| 207 '../webkit/browser/quota/mock_special_storage_policy.cc', | |
| 208 '../webkit/browser/quota/mock_special_storage_policy.h', | |
|
Nico
2014/04/11 20:36:59
This looks really icky. It looks like two other ta
Primiano Tucci (use gerrit)
2014/04/12 10:26:00
Hmm, I am not completely sure I got the sense of "
Nico
2014/04/14 15:23:07
Yes.
jam
2014/04/14 16:18:06
note: i would ignore this for now, these files are
| |
| 204 ], | 209 ], |
| 205 'conditions': [ | 210 'conditions': [ |
| 211 ['enable_plugins==0', { | |
| 212 'sources!': [ | |
| 213 'test/ppapi_unittest.cc', | |
| 214 ], | |
| 215 }], | |
| 216 ['input_speech==0', { | |
| 217 'sources!': [ | |
| 218 'test/mock_google_streaming_server.cc', | |
| 219 ], | |
| 220 }], | |
| 206 ['OS == "ios"', { | 221 ['OS == "ios"', { |
| 207 'sources/': [ | 222 'sources/': [ |
| 208 # iOS only needs a small portion of content; exclude all the | 223 # iOS only needs a small portion of content; exclude all the |
| 209 # implementation, and re-include what is used. | 224 # implementation, and re-include what is used. |
| 210 ['exclude', '\\.(cc|mm)$'], | 225 ['exclude', '\\.(cc|mm)$'], |
| 211 ['include', '_ios\\.(cc|mm)$'], | 226 ['include', '_ios\\.(cc|mm)$'], |
| 212 ['include', '^public/test/content_test_suite_base\\.cc$'], | 227 ['include', '^public/test/content_test_suite_base\\.cc$'], |
| 213 ['include', '^public/test/mock_notification_observer\\.cc$'], | 228 ['include', '^public/test/mock_notification_observer\\.cc$'], |
| 214 ['include', '^public/test/mock_resource_context\\.cc$'], | 229 ['include', '^public/test/mock_resource_context\\.cc$'], |
| 215 ['include', '^public/test/test_browser_thread\\.cc$'], | 230 ['include', '^public/test/test_browser_thread\\.cc$'], |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 644 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', | 659 '../webkit/browser/fileapi/sandbox_directory_database_unittest.cc', |
| 645 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' , | 660 '../webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc' , |
| 646 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', | 661 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', |
| 647 '../webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest. cc', | 662 '../webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest. cc', |
| 648 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', | 663 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', |
| 649 '../webkit/child/multipart_response_delegate_unittest.cc', | 664 '../webkit/child/multipart_response_delegate_unittest.cc', |
| 650 '../webkit/common/blob/shareable_file_reference_unittest.cc', | 665 '../webkit/common/blob/shareable_file_reference_unittest.cc', |
| 651 '../webkit/common/database/database_connections_unittest.cc', | 666 '../webkit/common/database/database_connections_unittest.cc', |
| 652 '../webkit/common/database/database_identifier_unittest.cc', | 667 '../webkit/common/database/database_identifier_unittest.cc', |
| 653 '../webkit/common/fileapi/file_system_util_unittest.cc', | 668 '../webkit/common/fileapi/file_system_util_unittest.cc', |
| 654 '../webkit/browser/quota/mock_special_storage_policy.cc', | |
| 655 '../webkit/browser/quota/mock_special_storage_policy.h', | |
| 656 '../webkit/browser/quota/mock_storage_client.cc', | 669 '../webkit/browser/quota/mock_storage_client.cc', |
| 657 '../webkit/browser/quota/mock_storage_client.h', | 670 '../webkit/browser/quota/mock_storage_client.h', |
| 658 '../webkit/browser/quota/quota_database_unittest.cc', | 671 '../webkit/browser/quota/quota_database_unittest.cc', |
| 659 '../webkit/browser/quota/quota_manager_unittest.cc', | 672 '../webkit/browser/quota/quota_manager_unittest.cc', |
| 660 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc', | 673 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc', |
| 661 '../webkit/browser/quota/storage_monitor_unittest.cc', | 674 '../webkit/browser/quota/storage_monitor_unittest.cc', |
| 662 '../webkit/browser/quota/usage_tracker_unittest.cc', | 675 '../webkit/browser/quota/usage_tracker_unittest.cc', |
| 663 ], | 676 ], |
| 664 'conditions': [ | 677 'conditions': [ |
| 665 ['OS == "ios"', { | 678 ['OS == "ios"', { |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 687 '../jingle/jingle.gyp:jingle_glue_test_util', | 700 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 688 '../media/media.gyp:media_test_support', | 701 '../media/media.gyp:media_test_support', |
| 689 '../media/media.gyp:shared_memory_support', | 702 '../media/media.gyp:shared_memory_support', |
| 690 '../third_party/WebKit/public/blink.gyp:blink', | 703 '../third_party/WebKit/public/blink.gyp:blink', |
| 691 '../third_party/icu/icu.gyp:icui18n', | 704 '../third_party/icu/icu.gyp:icui18n', |
| 692 '../third_party/icu/icu.gyp:icuuc', | 705 '../third_party/icu/icu.gyp:icuuc', |
| 693 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 706 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 694 '../third_party/libjingle/libjingle.gyp:libjingle', | 707 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 695 '../ui/compositor/compositor.gyp:compositor_test_support', | 708 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 696 '../ui/gl/gl.gyp:gl', | 709 '../ui/gl/gl.gyp:gl', |
| 697 '../v8/tools/gyp/v8.gyp:v8', | |
| 698 '../webkit/common/webkit_common.gyp:webkit_common', | |
| 699 '../webkit/child/webkit_child.gyp:webkit_child', | 710 '../webkit/child/webkit_child.gyp:webkit_child', |
| 700 '../webkit/storage_browser.gyp:webkit_storage_browser', | 711 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 701 '../webkit/storage_common.gyp:webkit_storage_common', | 712 '../webkit/storage_common.gyp:webkit_storage_common', |
| 702 ], | 713 ], |
| 703 }], | 714 }], |
| 704 ['enable_plugins==0', { | 715 ['enable_plugins==0', { |
| 705 'sources/': [ | 716 'sources/': [ |
| 706 ['exclude', '^browser/renderer_host/pepper/'], | 717 ['exclude', '^browser/renderer_host/pepper/'], |
| 707 ['exclude', '^child/npapi/'], | 718 ['exclude', '^child/npapi/'], |
| 708 ['exclude', '^renderer/npapi/'], | 719 ['exclude', '^renderer/npapi/'], |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1256 'target_name': 'content_gl_tests', | 1267 'target_name': 'content_gl_tests', |
| 1257 'type': '<(gtest_target_type)', | 1268 'type': '<(gtest_target_type)', |
| 1258 'dependencies': [ | 1269 'dependencies': [ |
| 1259 'content.gyp:content_common', | 1270 'content.gyp:content_common', |
| 1260 'test_support_content', | 1271 'test_support_content', |
| 1261 '../base/base.gyp:test_support_base', | 1272 '../base/base.gyp:test_support_base', |
| 1262 '../gpu/gpu.gyp:command_buffer_common', | 1273 '../gpu/gpu.gyp:command_buffer_common', |
| 1263 '../testing/gtest.gyp:gtest', | 1274 '../testing/gtest.gyp:gtest', |
| 1264 '../third_party/WebKit/public/blink.gyp:blink', | 1275 '../third_party/WebKit/public/blink.gyp:blink', |
| 1265 '../ui/base/ui_base.gyp:ui_base', | 1276 '../ui/base/ui_base.gyp:ui_base', |
| 1277 '../v8/tools/gyp/v8.gyp:v8', | |
| 1266 '../ui/gfx/gfx.gyp:gfx', | 1278 '../ui/gfx/gfx.gyp:gfx', |
| 1267 '../ui/gfx/gfx.gyp:gfx_geometry', | 1279 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1268 '../ui/gl/gl.gyp:gl', | 1280 '../ui/gl/gl.gyp:gl', |
| 1269 # The following two dependencies provide the missing | 1281 # The following dependency provides the missing symbol |
| 1270 # symbol HeapProfilerStart in Linux component builds. | 1282 # HeapProfilerStart in Linux component builds. |
| 1271 '../webkit/child/webkit_child.gyp:webkit_child', | 1283 '../webkit/child/webkit_child.gyp:webkit_child', |
| 1272 ], | 1284 ], |
| 1273 'include_dirs': [ | 1285 'include_dirs': [ |
| 1274 '..', | 1286 '..', |
| 1275 ], | 1287 ], |
| 1276 'sources': [ | 1288 'sources': [ |
| 1277 'common/gpu/client/gl_helper_unittest.cc', | 1289 'common/gpu/client/gl_helper_unittest.cc', |
| 1278 'common/gpu/client/gpu_in_process_context_tests.cc', | 1290 'common/gpu/client/gpu_in_process_context_tests.cc', |
| 1279 ], | 1291 ], |
| 1280 'conditions': [ | 1292 'conditions': [ |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1788 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1800 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1789 }, | 1801 }, |
| 1790 ], | 1802 ], |
| 1791 }], | 1803 }], |
| 1792 ], | 1804 ], |
| 1793 }, | 1805 }, |
| 1794 ], | 1806 ], |
| 1795 }], | 1807 }], |
| 1796 ], | 1808 ], |
| 1797 } | 1809 } |
| OLD | NEW |