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

Side by Side Diff: content/content_tests.gypi

Issue 11348231: Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing dep Created 8 years 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
« no previous file with comments | « content/content_shell.gypi ('k') | webkit/glue/gl_bindings_skia_cmd_buffer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 '../net/net.gyp:net_test_support', 625 '../net/net.gyp:net_test_support',
626 '../ppapi/ppapi_internal.gyp:ppapi_host', 626 '../ppapi/ppapi_internal.gyp:ppapi_host',
627 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 627 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
628 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 628 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
629 '../ppapi/ppapi_internal.gyp:ppapi_shared', 629 '../ppapi/ppapi_internal.gyp:ppapi_shared',
630 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 630 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
631 '../skia/skia.gyp:skia', 631 '../skia/skia.gyp:skia',
632 '../testing/gmock.gyp:gmock', 632 '../testing/gmock.gyp:gmock',
633 '../testing/gtest.gyp:gtest', 633 '../testing/gtest.gyp:gtest',
634 '../third_party/mesa/mesa.gyp:osmesa', 634 '../third_party/mesa/mesa.gyp:osmesa',
635 '../ui/gl/gl.gyp:gl',
635 '../ui/ui.gyp:ui', 636 '../ui/ui.gyp:ui',
636 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', 637 '../webkit/support/webkit_support.gyp:clearkeycdmplugin',
637 '../webkit/support/webkit_support.gyp:glue', 638 '../webkit/support/webkit_support.gyp:glue',
638 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner_resources', 639 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner_resources',
639 ], 640 ],
640 'include_dirs': [ 641 'include_dirs': [
641 '..', 642 '..',
642 ], 643 ],
643 'includes': [ 644 'includes': [
644 'browser/gpu/test_support_gpu.gypi', 645 'browser/gpu/test_support_gpu.gypi',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'resource_dir': '../res', 930 'resource_dir': '../res',
930 'additional_src_dirs': ['../content/public/android/javatests/'], 931 'additional_src_dirs': ['../content/public/android/javatests/'],
931 'is_test_apk': 1, 932 'is_test_apk': 1,
932 }, 933 },
933 'includes': [ '../build/java_apk.gypi' ], 934 'includes': [ '../build/java_apk.gypi' ],
934 }, 935 },
935 ], 936 ],
936 }], 937 }],
937 ], 938 ],
938 } 939 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | webkit/glue/gl_bindings_skia_cmd_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698