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

Unified Diff: remoting/remoting_host.gypi

Issue 1055263005: Fix text entry in login screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 7571f7afa73dacacd4817e18f23e81e961732b7a..b356167b53f512c64b594a3fb644607057eba68c 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -120,21 +120,6 @@
'dependencies': [
'../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
],
- 'variables': {
- # Include internal_mac-inl.h only if it exists.
- 'use_remoting_macosx_internal%':
- '<!(python -c "import os; print 1 if os.path.exists(\'tools/internal/internal_mac-inl.h\') else 0")'
- },
- 'conditions': [
- ['use_remoting_macosx_internal==1', {
- 'sources': [
- 'internal/internal_mac-inl.h'
- ],
- 'defines': [
- 'USE_REMOTING_MACOSX_INTERNAL'
- ]
- }]
- ],
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
@@ -426,6 +411,14 @@
],
},
}],
+ ['OS=="mac" and buildtype=="Official"', {
+ 'sources': [
+ 'internal/internal_mac-inl.h'
+ ],
+ 'defines': [
+ 'USE_REMOTING_MACOSX_INTERNAL'
+ ],
+ }],
], # end of 'conditions'
}, # end of target 'remoting_me2me_host_static'
] # end of targets
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698