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

Unified Diff: remoting/remoting.gyp

Issue 965633002: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge fix 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 0f40d356663ce4fecd1cfe3fa22856c416d2875b..d672720035c99567c853abced1c2dfaf168d83e1 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -213,7 +213,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, },
@@ -245,6 +245,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