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

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: Fixed the empty library problem in macos build. 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
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('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 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:cdm_browser',
94 '../components/components.gyp:cdm_renderer',
93 '../components/components.gyp:data_reduction_proxy_browser', 95 '../components/components.gyp:data_reduction_proxy_browser',
94 '../components/components.gyp:navigation_interception', 96 '../components/components.gyp:navigation_interception',
95 '../components/components.gyp:visitedlink_browser', 97 '../components/components.gyp:visitedlink_browser',
96 '../components/components.gyp:visitedlink_renderer', 98 '../components/components.gyp:visitedlink_renderer',
97 '../components/components.gyp:web_contents_delegate_android', 99 '../components/components.gyp:web_contents_delegate_android',
98 '../content/content.gyp:content_app_both', 100 '../content/content.gyp:content_app_both',
99 '../gpu/gpu.gyp:command_buffer_service', 101 '../gpu/gpu.gyp:command_buffer_service',
100 '../gpu/gpu.gyp:gles2_implementation', 102 '../gpu/gpu.gyp:gles2_implementation',
101 '../printing/printing.gyp:printing', 103 '../printing/printing.gyp:printing',
102 '../skia/skia.gyp:skia', 104 '../skia/skia.gyp:skia',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ], 249 ],
248 'variables': { 250 'variables': {
249 'java_in_dir': '../android_webview/java', 251 'java_in_dir': '../android_webview/java',
250 }, 252 },
251 'includes': [ '../build/java.gypi' ], 253 'includes': [ '../build/java.gypi' ],
252 }, 254 },
253 ], 255 ],
254 }], 256 }],
255 ], 257 ],
256 } 258 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698