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

Side by Side Diff: content/content_tests.gypi

Issue 17904008: Fixing gpu_ipc_browsertests.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac fix Created 7 years, 5 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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 '../testing/gtest.gyp:gtest', 992 '../testing/gtest.gyp:gtest',
993 '../ui/ui.gyp:ui', 993 '../ui/ui.gyp:ui',
994 '../ui/gl/gl.gyp:gl', 994 '../ui/gl/gl.gyp:gl',
995 '../third_party/WebKit/public/blink.gyp:blink', 995 '../third_party/WebKit/public/blink.gyp:blink',
996 ], 996 ],
997 'include_dirs': [ 997 'include_dirs': [
998 '..', 998 '..',
999 ], 999 ],
1000 'sources': [ 1000 'sources': [
1001 'common/gpu/client/gl_helper_unittests.cc', 1001 'common/gpu/client/gl_helper_unittests.cc',
1002 'common/gpu/client/gpu_in_process_context_tests.cc',
1002 ], 1003 ],
1003 }, 1004 },
1004 { 1005 {
1005 'target_name': 'content_gl_benchmark', 1006 'target_name': 'content_gl_benchmark',
1006 'type': '<(gtest_target_type)', 1007 'type': '<(gtest_target_type)',
1007 'defines!': ['CONTENT_IMPLEMENTATION'], 1008 'defines!': ['CONTENT_IMPLEMENTATION'],
1008 'dependencies': [ 1009 'dependencies': [
1009 'content_common', 1010 'content_common',
1010 'test_support_content', 1011 'test_support_content',
1011 '../base/base.gyp:test_support_base', 1012 '../base/base.gyp:test_support_base',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 'resource_dir': 'shell/android/shell_apk/res', 1222 'resource_dir': 'shell/android/shell_apk/res',
1222 'additional_src_dirs': ['public/android/javatests/',], 1223 'additional_src_dirs': ['public/android/javatests/',],
1223 'is_test_apk': 1, 1224 'is_test_apk': 1,
1224 }, 1225 },
1225 'includes': [ '../build/java_apk.gypi' ], 1226 'includes': [ '../build/java_apk.gypi' ],
1226 }, 1227 },
1227 ], 1228 ],
1228 }], 1229 }],
1229 ], 1230 ],
1230 } 1231 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/gpu_in_process_context_tests.cc ('k') | content/public/test/browser_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698