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

Unified Diff: build/gn_migration.gypi

Issue 1096783002: Re-apply remoting webapp html in gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable host on win/mac 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 | « BUILD.gn ('k') | remoting/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index ad6560c686b2d0092f1c6b88e0543e7f09bae35f..62534a7a757e2e131b30146b0d2c272ff58aa25d 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -227,17 +227,7 @@
}],
['remoting==1', {
'dependencies': [
- '../remoting/remoting.gyp:remoting_host',
- '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
- '../remoting/remoting.gyp:remoting_start_host',
- '../remoting/remoting.gyp:remoting_native_messaging_manifests',
- '../remoting/remoting.gyp:remoting_perftests',
- '../remoting/remoting.gyp:remoting_unittests',
- ],
- }],
- ['remoting==1 and disable_nacl==0 and disable_nacl_untrusted==0', {
- 'dependencies': [
- '../remoting/remoting.gyp:remoting_key_tester',
+ '../remoting/remoting_all.gyp:remoting_all',
],
}],
['remoting==1 and chromeos==0', {
« no previous file with comments | « BUILD.gn ('k') | remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698