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

Unified Diff: build/common.gypi

Issue 110683002: Split the hole punching logic from GOOGLE_TV ifdef to VIDEO_HOLE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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
« no previous file with comments | « no previous file | cc/layers/video_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 99b336a99c9a2216ffd26a15419377a5c4104533..be716429554a36dfde24e7a5f18697346c308f0a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2145,7 +2145,10 @@
'defines': ['OS_CHROMEOS=1'],
}],
['google_tv==1', {
- 'defines': ['GOOGLE_TV=1'],
+ 'defines': [
+ 'GOOGLE_TV=1',
+ 'VIDEO_HOLE=1',
+ ],
}],
['use_xi2_mt!=0 and use_x11==1', {
'defines': ['USE_XI2_MT=<(use_xi2_mt)'],
« no previous file with comments | « no previous file | cc/layers/video_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698