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

Unified Diff: build/gn_migration.gypi

Issue 972563002: Fix nacl-only targets in gn_migration.gypi (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 | « no previous file | no next file » | 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 03998ed36f3fcb6550b185e62b6df63d8e9421b8..847b3f851a3783566b86efd729b6fa9a48ea8c90 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -370,7 +370,6 @@
'../components/components.gyp:session_manager_component',
'../components/components_tests.gyp:components_browsertests',
'../components/components_tests.gyp:components_perftests',
- '../components/nacl.gyp:nacl_loader_unittests',
'../content/content.gyp:content_app_browser',
'../content/content.gyp:content_app_child',
'../content/content_shell_and_tests.gyp:content_gl_benchmark',
@@ -402,7 +401,6 @@
'../remoting/app_remoting_webapp.gyp:ar_sample_app',
'../remoting/remoting.gyp:remoting_host',
'../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
- '../remoting/remoting.gyp:remoting_key_tester',
'../remoting/remoting.gyp:remoting_me2me_host',
'../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
'../remoting/remoting.gyp:remoting_native_messaging_manifests',
@@ -438,7 +436,9 @@
'conditions': [
['disable_nacl==0 and disable_nacl_untrusted==0', {
'dependencies': [
+ '../components/nacl.gyp:nacl_loader_unittests',
'../mojo/mojo_nacl.gyp:monacl_shell',
+ '../remoting/remoting.gyp:remoting_key_tester',
]
}],
['test_isolation_mode!="noop"', {
« 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