| 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 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.
cc$'], | 729 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.
cc$'], |
| 730 ['include', '^test/run_all_unittests\\.cc$'], | 730 ['include', '^test/run_all_unittests\\.cc$'], |
| 731 ], | 731 ], |
| 732 }, { # OS != "ios" | 732 }, { # OS != "ios" |
| 733 'dependencies': [ | 733 'dependencies': [ |
| 734 'content.gyp:content_browser', | 734 'content.gyp:content_browser', |
| 735 'content.gyp:content_child', | 735 'content.gyp:content_child', |
| 736 'content.gyp:content_gpu', | 736 'content.gyp:content_gpu', |
| 737 'content.gyp:content_plugin', | 737 'content.gyp:content_plugin', |
| 738 'content.gyp:content_renderer', | 738 'content.gyp:content_renderer', |
| 739 'content_resources.gyp:content_resources', | 739 'content.gyp:content_resources', |
| 740 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 740 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 741 '../cc/cc.gyp:cc', | 741 '../cc/cc.gyp:cc', |
| 742 '../cc/cc_tests.gyp:cc_test_support', | 742 '../cc/cc_tests.gyp:cc_test_support', |
| 743 '../gin/gin.gyp:gin', | 743 '../gin/gin.gyp:gin', |
| 744 '../gpu/gpu.gyp:gpu', | 744 '../gpu/gpu.gyp:gpu', |
| 745 '../gpu/gpu.gyp:gpu_unittest_utils', | 745 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 746 '../ipc/ipc.gyp:test_support_ipc', | 746 '../ipc/ipc.gyp:test_support_ipc', |
| 747 '../media/media.gyp:media_test_support', | 747 '../media/media.gyp:media_test_support', |
| 748 '../media/media.gyp:shared_memory_support', | 748 '../media/media.gyp:shared_memory_support', |
| 749 '../third_party/WebKit/public/blink.gyp:blink', | 749 '../third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1058 ], | 1058 ], |
| 1059 }, | 1059 }, |
| 1060 { | 1060 { |
| 1061 'target_name': 'content_browsertests', | 1061 'target_name': 'content_browsertests', |
| 1062 'type': '<(gtest_target_type)', | 1062 'type': '<(gtest_target_type)', |
| 1063 'dependencies': [ | 1063 'dependencies': [ |
| 1064 'content.gyp:content_common', | 1064 'content.gyp:content_common', |
| 1065 'content.gyp:content_gpu', | 1065 'content.gyp:content_gpu', |
| 1066 'content.gyp:content_plugin', | 1066 'content.gyp:content_plugin', |
| 1067 'content.gyp:content_renderer', | 1067 'content.gyp:content_renderer', |
| 1068 'content.gyp:content_resources', |
| 1068 'content_browser_test_support', | 1069 'content_browser_test_support', |
| 1069 'content_resources.gyp:content_resources', | |
| 1070 'content_shell_lib', | 1070 'content_shell_lib', |
| 1071 'content_shell_pak', | 1071 'content_shell_pak', |
| 1072 'test_support_content', | 1072 'test_support_content', |
| 1073 'web_ui_test_mojo_bindings', | 1073 'web_ui_test_mojo_bindings', |
| 1074 '../base/base.gyp:test_support_base', | 1074 '../base/base.gyp:test_support_base', |
| 1075 '../gin/gin.gyp:gin', | 1075 '../gin/gin.gyp:gin', |
| 1076 '../gpu/gpu.gyp:gpu', | 1076 '../gpu/gpu.gyp:gpu', |
| 1077 '../ipc/ipc.gyp:test_support_ipc', | 1077 '../ipc/ipc.gyp:test_support_ipc', |
| 1078 '../media/media.gyp:media_test_support', | 1078 '../media/media.gyp:media_test_support', |
| 1079 '../media/media.gyp:shared_memory_support', | 1079 '../media/media.gyp:shared_memory_support', |
| (...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1868 }, | 1868 }, |
| 1869 ], | 1869 ], |
| 1870 }], | 1870 }], |
| 1871 ], | 1871 ], |
| 1872 }, | 1872 }, |
| 1873 ], | 1873 ], |
| 1874 }], | 1874 }], |
| 1875 ], | 1875 ], |
| 1876 } | 1876 } |
| OLD | NEW |