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

Unified Diff: build/common.gypi

Issue 132233042: Enable the embedded L1/EME support in WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index d005e6e897f3888b292de0925941a3f5f4d425be..d6626d2cd76ce808d17d31730b2d3caaa6c39825 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2481,6 +2481,9 @@
['enable_ipc_fuzzer==1', {
'defines': ['ENABLE_IPC_FUZZER=1'],
}],
+ ['android_webview_build==1', {
+ 'defines': ['VIDEO_HOLE=1'],
boliu 2014/01/24 21:56:32 This has implications for webview due to all the n
ycheo (away) 2014/01/28 13:08:53 I'll send you another CL.
+ }],
], # conditions for 'target_defaults'
'target_conditions': [
['enable_wexit_time_destructors==1', {

Powered by Google App Engine
This is Rietveld 408576698