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

Side by Side Diff: components/cdm.gypi

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode Created 6 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
« no previous file with comments | « components/BUILD.gn ('k') | components/cdm/browser/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN verison: //components/cdm/common
8 'target_name': 'cdm_common', 9 'target_name': 'cdm_common',
9 'type': 'static_library', 10 'type': 'static_library',
10 'dependencies': [ 11 'dependencies': [
11 '../base/base.gyp:base', 12 '../base/base.gyp:base',
12 '../content/content.gyp:content_common', 13 '../content/content.gyp:content_common',
13 '../ipc/ipc.gyp:ipc', 14 '../ipc/ipc.gyp:ipc',
14 ], 15 ],
15 'sources': [ 16 'sources': [
16 'cdm/common/cdm_message_generator.cc', 17 'cdm/common/cdm_message_generator.cc',
17 'cdm/common/cdm_message_generator.h', 18 'cdm/common/cdm_message_generator.h',
18 'cdm/common/cdm_messages_android.h', 19 'cdm/common/cdm_messages_android.h',
19 ], 20 ],
20 }, 21 },
21 { 22 {
23 # GN version: //components/cdm/renderer
22 'target_name': 'cdm_renderer', 24 'target_name': 'cdm_renderer',
23 'type': 'static_library', 25 'type': 'static_library',
24 'dependencies': [ 26 'dependencies': [
25 'cdm_common', 27 'cdm_common',
26 '../base/base.gyp:base', 28 '../base/base.gyp:base',
27 '../content/content.gyp:content_common', 29 '../content/content.gyp:content_common',
28 '../content/content.gyp:content_renderer', 30 '../content/content.gyp:content_renderer',
29 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 31 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
30 ], 32 ],
31 'include_dirs': [ 33 'include_dirs': [
(...skipping 11 matching lines...) Expand all
43 'cdm/renderer/android_key_systems.h', 45 'cdm/renderer/android_key_systems.h',
44 ], 46 ],
45 }], 47 }],
46 ], 48 ],
47 }, 49 },
48 ], 50 ],
49 'conditions': [ 51 'conditions': [
50 ['OS == "android"', { 52 ['OS == "android"', {
51 'targets': [ 53 'targets': [
52 { 54 {
55 # GN version: //components/cdm/browser
53 'target_name': 'cdm_browser', 56 'target_name': 'cdm_browser',
54 'type': 'static_library', 57 'type': 'static_library',
55 'dependencies': [ 58 'dependencies': [
56 'cdm_common', 59 'cdm_common',
57 '../base/base.gyp:base', 60 '../base/base.gyp:base',
58 '../content/content.gyp:content_browser', 61 '../content/content.gyp:content_browser',
59 '../content/content.gyp:content_common', 62 '../content/content.gyp:content_common',
60 '../media/media.gyp:media', 63 '../media/media.gyp:media',
61 ], 64 ],
62 'sources': [ 65 'sources': [
63 'cdm/browser/cdm_message_filter_android.cc', 66 'cdm/browser/cdm_message_filter_android.cc',
64 'cdm/browser/cdm_message_filter_android.h', 67 'cdm/browser/cdm_message_filter_android.h',
65 ], 68 ],
66 }, 69 },
67 ], 70 ],
68 }], 71 }],
69 ], 72 ],
70 } 73 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/cdm/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698