Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: content/content_tests.gypi

Issue 138433004: Normalize _unittest.cc filename suffix for unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert ash_unittest change Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/gl_helper_unittests.cc ('k') | gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698