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

Side by Side Diff: content/content_tests.gypi

Issue 12237003: Renaming the CdmWrapper build targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wording change Created 7 years, 10 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) 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 670 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
671 '../ppapi/ppapi_internal.gyp:ppapi_shared', 671 '../ppapi/ppapi_internal.gyp:ppapi_shared',
672 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 672 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
673 '../skia/skia.gyp:skia', 673 '../skia/skia.gyp:skia',
674 '../testing/gmock.gyp:gmock', 674 '../testing/gmock.gyp:gmock',
675 '../testing/gtest.gyp:gtest', 675 '../testing/gtest.gyp:gtest',
676 '../third_party/mesa/mesa.gyp:osmesa', 676 '../third_party/mesa/mesa.gyp:osmesa',
677 '../ui/gl/gl.gyp:gl', 677 '../ui/gl/gl.gyp:gl',
678 '../ui/ui.gyp:shell_dialogs', 678 '../ui/ui.gyp:shell_dialogs',
679 '../ui/ui.gyp:ui', 679 '../ui/ui.gyp:ui',
680 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', 680 '../webkit/support/webkit_support.gyp:clearkeycdmadapter',
681 '../webkit/support/webkit_support.gyp:glue', 681 '../webkit/support/webkit_support.gyp:glue',
682 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner_resources', 682 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner_resources',
683 ], 683 ],
684 'include_dirs': [ 684 'include_dirs': [
685 '..', 685 '..',
686 ], 686 ],
687 'includes': [ 687 'includes': [
688 'browser/gpu/test_support_gpu.gypi', 688 'browser/gpu/test_support_gpu.gypi',
689 ], 689 ],
690 'defines': [ 690 'defines': [
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'additional_src_dirs': ['../content/public/android/javatests/',], 1040 'additional_src_dirs': ['../content/public/android/javatests/',],
1041 'resource_dir': '../shell_apk/res', 1041 'resource_dir': '../shell_apk/res',
1042 'is_test_apk': 1, 1042 'is_test_apk': 1,
1043 }, 1043 },
1044 'includes': [ '../build/java_apk.gypi' ], 1044 'includes': [ '../build/java_apk.gypi' ],
1045 }, 1045 },
1046 ], 1046 ],
1047 }], 1047 }],
1048 ], 1048 ],
1049 } 1049 }
OLDNEW
« no previous file with comments | « content/browser/media/encrypted_media_browsertest.cc ('k') | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698