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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 '../third_party/WebKit/public/blink.gyp:blink', | 1166 '../third_party/WebKit/public/blink.gyp:blink', |
1167 # The following two dependencies provide the missing | 1167 # The following two dependencies provide the missing |
1168 # symbol HeapProfilerStart in Linux component builds. | 1168 # symbol HeapProfilerStart in Linux component builds. |
1169 '../webkit/child/webkit_child.gyp:webkit_child', | 1169 '../webkit/child/webkit_child.gyp:webkit_child', |
1170 '../webkit/glue/webkit_glue.gyp:glue', | 1170 '../webkit/glue/webkit_glue.gyp:glue', |
1171 ], | 1171 ], |
1172 'include_dirs': [ | 1172 'include_dirs': [ |
1173 '..', | 1173 '..', |
1174 ], | 1174 ], |
1175 'sources': [ | 1175 'sources': [ |
1176 'common/gpu/client/gl_helper_unittests.cc', | 1176 'common/gpu/client/gl_helper_unittest.cc', |
1177 'common/gpu/client/gpu_in_process_context_tests.cc', | 1177 'common/gpu/client/gpu_in_process_context_tests.cc', |
1178 ], | 1178 ], |
1179 'conditions': [ | 1179 'conditions': [ |
1180 ['OS=="android"', { | 1180 ['OS=="android"', { |
1181 'dependencies': [ | 1181 'dependencies': [ |
1182 '../testing/android/native_test.gyp:native_test_native_code', | 1182 '../testing/android/native_test.gyp:native_test_native_code', |
1183 ], | 1183 ], |
1184 }], | 1184 }], |
1185 ], | 1185 ], |
1186 }, | 1186 }, |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1621 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1621 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1622 }, | 1622 }, |
1623 ], | 1623 ], |
1624 }], | 1624 }], |
1625 ], | 1625 ], |
1626 }, | 1626 }, |
1627 ], | 1627 ], |
1628 }], | 1628 }], |
1629 ], | 1629 ], |
1630 } | 1630 } |
OLD | NEW |