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