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

Unified Diff: remoting/remoting.gyp

Issue 969173002: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « remoting/protocol/BUILD.gn ('k') | remoting/remoting_host.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index a0da127b13daf6e63ba6bea5fd0aaaca75fa24d5..61e260b4b09fb9aaa5d050b142ee578972f34ded 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -20,9 +20,9 @@
# The IDs are not random to avoid rebuilding host when it's not
# necessary.
'daemon_controller_clsid':
- '<!(python -c "import uuid; print uuid.uuid5(uuid.UUID(\'655bd819-c08c-4b04-80c2-f160739ff6ef\'), \'<(version_full)\')")',
+ '<!(python -c "import uuid; print uuid.uuid5(uuid.UUID(\'<(daemon_controller_guid)\'), \'<(version_full)\')")',
'rdp_desktop_session_clsid':
- '<!(python -c "import uuid; print uuid.uuid5(uuid.UUID(\'6a7699f0-ee43-43e7-aa30-a6738f9bd470\'), \'<(version_full)\')")',
+ '<!(python -c "import uuid; print uuid.uuid5(uuid.UUID(\'<(rdp_desktop_session_guid)\'), \'<(version_full)\')")',
}],
],
},
@@ -188,7 +188,7 @@
}, # end of target 'remoting_resources'
{
- # GN version: //remoting/base
+ # GN version: //remoting/base and //remoting/codec
'target_name': 'remoting_base',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -220,6 +220,7 @@
'hard_dependency': 1,
'sources': [
'<@(remoting_base_sources)',
+ '<@(remoting_codec_sources)',
],
}, # end of target 'remoting_base'
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | remoting/remoting_host.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698