| 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': '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'], |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../net/net.gyp:net_test_support', | 12 '../net/net.gyp:net_test_support', |
| 13 '../skia/skia.gyp:skia', | 13 '../skia/skia.gyp:skia', |
| 14 '../testing/gmock.gyp:gmock', | 14 '../testing/gmock.gyp:gmock', |
| 15 '../testing/gtest.gyp:gtest', | 15 '../testing/gtest.gyp:gtest', |
| 16 '../ui/gfx/gfx.gyp:gfx', |
| 16 '../ui/ui.gyp:keycode_converter', | 17 '../ui/ui.gyp:keycode_converter', |
| 17 '../ui/ui.gyp:ui', | 18 '../ui/ui.gyp:ui', |
| 18 '../ui/ui.gyp:ui_resources', | 19 '../ui/ui.gyp:ui_resources', |
| 19 '../ui/ui.gyp:ui_test_support', | 20 '../ui/ui.gyp:ui_test_support', |
| 20 '../url/url.gyp:url_lib', | 21 '../url/url.gyp:url_lib', |
| 21 'content_app_both', | 22 'content_app_both', |
| 22 'content_browser', | 23 'content_browser', |
| 23 'content_common', | 24 'content_common', |
| 24 ], | 25 ], |
| 25 'include_dirs': [ | 26 'include_dirs': [ |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'test_support_content', | 302 'test_support_content', |
| 302 'browser/speech/proto/speech_proto.gyp:speech_proto', | 303 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 303 '../base/base.gyp:test_support_base', | 304 '../base/base.gyp:test_support_base', |
| 304 '../crypto/crypto.gyp:crypto', | 305 '../crypto/crypto.gyp:crypto', |
| 305 '../net/net.gyp:net_test_support', | 306 '../net/net.gyp:net_test_support', |
| 306 '../skia/skia.gyp:skia', | 307 '../skia/skia.gyp:skia', |
| 307 '../sql/sql.gyp:sql', | 308 '../sql/sql.gyp:sql', |
| 308 '../sql/sql.gyp:test_support_sql', | 309 '../sql/sql.gyp:test_support_sql', |
| 309 '../testing/gmock.gyp:gmock', | 310 '../testing/gmock.gyp:gmock', |
| 310 '../testing/gtest.gyp:gtest', | 311 '../testing/gtest.gyp:gtest', |
| 312 '../ui/gfx/gfx.gyp:gfx', |
| 311 '../ui/ui.gyp:ui', | 313 '../ui/ui.gyp:ui', |
| 312 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 314 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 313 ], | 315 ], |
| 314 'include_dirs': [ | 316 'include_dirs': [ |
| 315 '..', | 317 '..', |
| 316 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. | 318 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. |
| 317 ], | 319 ], |
| 318 'sources': [ | 320 'sources': [ |
| 319 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 321 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 320 'browser/accessibility/browser_accessibility_manager_unittest.cc', | 322 'browser/accessibility/browser_accessibility_manager_unittest.cc', |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 '../ppapi/ppapi_internal.gyp:ppapi_host', | 826 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 825 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 827 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 826 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 828 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 827 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 829 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 828 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 830 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 829 '../skia/skia.gyp:skia', | 831 '../skia/skia.gyp:skia', |
| 830 '../testing/gmock.gyp:gmock', | 832 '../testing/gmock.gyp:gmock', |
| 831 '../testing/gtest.gyp:gtest', | 833 '../testing/gtest.gyp:gtest', |
| 832 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 834 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 833 '../third_party/mesa/mesa.gyp:osmesa', | 835 '../third_party/mesa/mesa.gyp:osmesa', |
| 836 '../ui/gfx/gfx.gyp:gfx', |
| 834 '../ui/gl/gl.gyp:gl', | 837 '../ui/gl/gl.gyp:gl', |
| 835 '../ui/snapshot/snapshot.gyp:snapshot', | 838 '../ui/snapshot/snapshot.gyp:snapshot', |
| 836 '../ui/ui.gyp:shell_dialogs', | 839 '../ui/ui.gyp:shell_dialogs', |
| 837 '../ui/ui.gyp:ui', | 840 '../ui/ui.gyp:ui', |
| 838 '../ui/ui.gyp:ui_resources', | 841 '../ui/ui.gyp:ui_resources', |
| 839 '../webkit/glue/webkit_glue.gyp:glue', | 842 '../webkit/glue/webkit_glue.gyp:glue', |
| 840 '../webkit/glue/webkit_glue.gyp:glue_child', | 843 '../webkit/glue/webkit_glue.gyp:glue_child', |
| 841 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 844 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
| 842 ], | 845 ], |
| 843 'include_dirs': [ | 846 'include_dirs': [ |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1057 { | 1060 { |
| 1058 'target_name': 'content_gl_tests', | 1061 'target_name': 'content_gl_tests', |
| 1059 'type': '<(gtest_target_type)', | 1062 'type': '<(gtest_target_type)', |
| 1060 'defines!': ['CONTENT_IMPLEMENTATION'], | 1063 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 1061 'dependencies': [ | 1064 'dependencies': [ |
| 1062 'content_common', | 1065 'content_common', |
| 1063 'test_support_content', | 1066 'test_support_content', |
| 1064 '../base/base.gyp:test_support_base', | 1067 '../base/base.gyp:test_support_base', |
| 1065 '../gpu/gpu.gyp:command_buffer_common', | 1068 '../gpu/gpu.gyp:command_buffer_common', |
| 1066 '../testing/gtest.gyp:gtest', | 1069 '../testing/gtest.gyp:gtest', |
| 1070 '../ui/gfx/gfx.gyp:gfx', |
| 1071 '../ui/gl/gl.gyp:gl', |
| 1067 '../ui/ui.gyp:ui', | 1072 '../ui/ui.gyp:ui', |
| 1068 '../ui/gl/gl.gyp:gl', | |
| 1069 '../third_party/WebKit/public/blink.gyp:blink', | 1073 '../third_party/WebKit/public/blink.gyp:blink', |
| 1070 # The following two dependencies provide the missing | 1074 # The following two dependencies provide the missing |
| 1071 # symbol HeapProfilerStart in Linux component builds. | 1075 # symbol HeapProfilerStart in Linux component builds. |
| 1072 '../webkit/glue/webkit_glue.gyp:glue', | 1076 '../webkit/glue/webkit_glue.gyp:glue', |
| 1073 '../webkit/glue/webkit_glue.gyp:glue_child', | 1077 '../webkit/glue/webkit_glue.gyp:glue_child', |
| 1074 ], | 1078 ], |
| 1075 'include_dirs': [ | 1079 'include_dirs': [ |
| 1076 '..', | 1080 '..', |
| 1077 ], | 1081 ], |
| 1078 'sources': [ | 1082 'sources': [ |
| (...skipping 10 matching lines...) Expand all Loading... |
| 1089 }, | 1093 }, |
| 1090 { | 1094 { |
| 1091 'target_name': 'content_gl_benchmark', | 1095 'target_name': 'content_gl_benchmark', |
| 1092 'type': '<(gtest_target_type)', | 1096 'type': '<(gtest_target_type)', |
| 1093 'defines!': ['CONTENT_IMPLEMENTATION'], | 1097 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 1094 'dependencies': [ | 1098 'dependencies': [ |
| 1095 'content_common', | 1099 'content_common', |
| 1096 'test_support_content', | 1100 'test_support_content', |
| 1097 '../base/base.gyp:test_support_base', | 1101 '../base/base.gyp:test_support_base', |
| 1098 '../testing/gtest.gyp:gtest', | 1102 '../testing/gtest.gyp:gtest', |
| 1103 '../ui/gfx/gfx.gyp:gfx', |
| 1104 '../ui/gl/gl.gyp:gl', |
| 1099 '../ui/ui.gyp:ui', | 1105 '../ui/ui.gyp:ui', |
| 1100 '../ui/gl/gl.gyp:gl', | |
| 1101 '../third_party/WebKit/public/blink.gyp:blink', | 1106 '../third_party/WebKit/public/blink.gyp:blink', |
| 1102 # The following two dependencies provide the missing | 1107 # The following two dependencies provide the missing |
| 1103 # symbol HeapProfilerStart in Linux component builds. | 1108 # symbol HeapProfilerStart in Linux component builds. |
| 1104 '../webkit/glue/webkit_glue.gyp:glue', | 1109 '../webkit/glue/webkit_glue.gyp:glue', |
| 1105 '../webkit/glue/webkit_glue.gyp:glue_child', | 1110 '../webkit/glue/webkit_glue.gyp:glue_child', |
| 1106 ], | 1111 ], |
| 1107 'include_dirs': [ | 1112 'include_dirs': [ |
| 1108 '..', | 1113 '..', |
| 1109 ], | 1114 ], |
| 1110 'sources': [ | 1115 'sources': [ |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1131 'targets': [ | 1136 'targets': [ |
| 1132 { | 1137 { |
| 1133 'target_name': 'video_decode_accelerator_unittest', | 1138 'target_name': 'video_decode_accelerator_unittest', |
| 1134 'type': '<(gtest_target_type)', | 1139 'type': '<(gtest_target_type)', |
| 1135 'dependencies': [ | 1140 'dependencies': [ |
| 1136 'content', | 1141 'content', |
| 1137 '../base/base.gyp:base', | 1142 '../base/base.gyp:base', |
| 1138 '../testing/gtest.gyp:gtest', | 1143 '../testing/gtest.gyp:gtest', |
| 1139 '../media/media.gyp:media', | 1144 '../media/media.gyp:media', |
| 1140 '../ui/gl/gl.gyp:gl', | 1145 '../ui/gl/gl.gyp:gl', |
| 1146 '../ui/gfx/gfx.gyp:gfx', |
| 1141 '../ui/ui.gyp:ui', | 1147 '../ui/ui.gyp:ui', |
| 1142 ], | 1148 ], |
| 1143 'include_dirs': [ | 1149 'include_dirs': [ |
| 1144 '<(DEPTH)/third_party/khronos', | 1150 '<(DEPTH)/third_party/khronos', |
| 1145 ], | 1151 ], |
| 1146 'sources': [ | 1152 'sources': [ |
| 1147 'common/gpu/media/android_video_decode_accelerator_unittest.cc', | 1153 'common/gpu/media/android_video_decode_accelerator_unittest.cc', |
| 1148 'common/gpu/media/rendering_helper.h', | 1154 'common/gpu/media/rendering_helper.h', |
| 1149 'common/gpu/media/rendering_helper_gl.cc', | 1155 'common/gpu/media/rendering_helper_gl.cc', |
| 1150 'common/gpu/media/video_accelerator_unittest_helpers.h', | 1156 'common/gpu/media/video_accelerator_unittest_helpers.h', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 'targets': [ | 1202 'targets': [ |
| 1197 { | 1203 { |
| 1198 'target_name': 'video_encode_accelerator_unittest', | 1204 'target_name': 'video_encode_accelerator_unittest', |
| 1199 'type': 'executable', | 1205 'type': 'executable', |
| 1200 'dependencies': [ | 1206 'dependencies': [ |
| 1201 'content', | 1207 'content', |
| 1202 '../base/base.gyp:base', | 1208 '../base/base.gyp:base', |
| 1203 '../testing/gtest.gyp:gtest', | 1209 '../testing/gtest.gyp:gtest', |
| 1204 '../media/media.gyp:media', | 1210 '../media/media.gyp:media', |
| 1205 '../ui/gl/gl.gyp:gl', | 1211 '../ui/gl/gl.gyp:gl', |
| 1212 '../ui/gfx/gfx.gyp:gfx', |
| 1206 '../ui/ui.gyp:ui', | 1213 '../ui/ui.gyp:ui', |
| 1207 ], | 1214 ], |
| 1208 'sources': [ | 1215 'sources': [ |
| 1209 'common/gpu/media/video_accelerator_unittest_helpers.h', | 1216 'common/gpu/media/video_accelerator_unittest_helpers.h', |
| 1210 'common/gpu/media/video_encode_accelerator_unittest.cc', | 1217 'common/gpu/media/video_encode_accelerator_unittest.cc', |
| 1211 ], | 1218 ], |
| 1212 }, | 1219 }, |
| 1213 ] | 1220 ] |
| 1214 }], | 1221 }], |
| 1215 ['chromeos == 1 or OS == "linux"', { | 1222 ['chromeos == 1 or OS == "linux"', { |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1499 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1506 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1500 }, | 1507 }, |
| 1501 ], | 1508 ], |
| 1502 }], | 1509 }], |
| 1503 ], | 1510 ], |
| 1504 }, | 1511 }, |
| 1505 ], | 1512 ], |
| 1506 }], | 1513 }], |
| 1507 ], | 1514 ], |
| 1508 } | 1515 } |
| OLD | NEW |