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

Unified Diff: remoting/build/config/BUILD.gn

Issue 2659823002: Remove dependency on internal_mac-inl.h (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/build/config/BUILD.gn
diff --git a/remoting/build/config/BUILD.gn b/remoting/build/config/BUILD.gn
index a06726775ca06ed1ad5ce158714c4d47ed08f012..399a98118b9cebe3723c31c77163628e4ea1aadf 100644
--- a/remoting/build/config/BUILD.gn
+++ b/remoting/build/config/BUILD.gn
@@ -21,10 +21,6 @@ config("enable_webrtc_remoting_client") {
config("remoting_me2me_host") {
defines = []
- if (is_mac && is_official_build) {
- defines += [ "USE_REMOTING_MACOSX_INTERNAL" ]
- }
-
if (is_win && remoting_multi_process != 0 && remoting_rdp_session != 0) {
defines += [ "REMOTING_RDP_SESSION" ]
}
« no previous file with comments | « no previous file | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698