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

Side by Side Diff: android_webview/android_webview.gyp

Issue 253593002: Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Componetized EncryptedMediaMessageFilter. Created 6 years, 7 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
OLDNEW
1 # Copyright 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'libwebviewchromium', 10 'target_name': 'libwebviewchromium',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 } 83 }
84 ], 84 ],
85 }, 85 },
86 { 86 {
87 'target_name': 'android_webview_common', 87 'target_name': 'android_webview_common',
88 'type': 'static_library', 88 'type': 'static_library',
89 'dependencies': [ 89 'dependencies': [
90 '../android_webview/native/webview_native.gyp:webview_native', 90 '../android_webview/native/webview_native.gyp:webview_native',
91 '../components/components.gyp:auto_login_parser', 91 '../components/components.gyp:auto_login_parser',
92 '../components/components.gyp:autofill_content_renderer', 92 '../components/components.gyp:autofill_content_renderer',
93 '../components/components.gyp:encrypted_media_browser',
94 '../components/components.gyp:encrypted_media_renderer',
93 '../components/components.gyp:navigation_interception', 95 '../components/components.gyp:navigation_interception',
94 '../components/components.gyp:visitedlink_browser', 96 '../components/components.gyp:visitedlink_browser',
95 '../components/components.gyp:visitedlink_renderer', 97 '../components/components.gyp:visitedlink_renderer',
96 '../components/components.gyp:web_contents_delegate_android', 98 '../components/components.gyp:web_contents_delegate_android',
97 '../content/content.gyp:content_app_both', 99 '../content/content.gyp:content_app_both',
98 '../gpu/gpu.gyp:command_buffer_service', 100 '../gpu/gpu.gyp:command_buffer_service',
99 '../gpu/gpu.gyp:gles2_implementation', 101 '../gpu/gpu.gyp:gles2_implementation',
100 '../printing/printing.gyp:printing', 102 '../printing/printing.gyp:printing',
101 '../skia/skia.gyp:skia', 103 '../skia/skia.gyp:skia',
102 '../third_party/WebKit/public/blink.gyp:blink', 104 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ], 245 ],
244 'variables': { 246 'variables': {
245 'java_in_dir': '../android_webview/java', 247 'java_in_dir': '../android_webview/java',
246 }, 248 },
247 'includes': [ '../build/java.gypi' ], 249 'includes': [ '../build/java.gypi' ],
248 }, 250 },
249 ], 251 ],
250 }], 252 }],
251 ], 253 ],
252 } 254 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | chrome/renderer/media/chrome_key_systems.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698