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

Unified Diff: build/gn_migration.gypi

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 5fce89128d4625ba0948e1e40e74d6f30a5fa321..67c86dbefb6d9e70e4a453f4a15b3423ae5aa7f6 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -281,6 +281,12 @@
'../google_apis/google_apis.gyp:google_apis_unittests',
'../jingle/jingle.gyp:jingle_unittests',
'../mojo/mojo.gyp:mojo',
+ '../mojo/mojo_edk_tests.gyp:mojo_system_unittests',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
'../net/net.gyp:crash_cache',
'../net/net.gyp:crl_set_dump',
'../net/net.gyp:dns_fuzz_stub',
@@ -332,12 +338,6 @@
'../sync/sync.gyp:run_sync_testserver',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
'../tools/imagediff/image_diff.gyp:image_diff',
'../ui/app_list/app_list.gyp:app_list_unittests',
'../ui/compositor/compositor.gyp:compositor_unittests',
@@ -566,6 +566,10 @@
'../media/cast/cast.gyp:cast_unittests_run',
'../media/media.gyp:media_unittests_run',
'../media/midi/midi.gyp:midi_unittests_run',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests_run',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run',
+ '../mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests_run',
'../net/net.gyp:net_unittests_run',
'../printing/printing.gyp:printing_unittests_run',
'../remoting/remoting.gyp:remoting_unittests_run',
@@ -577,10 +581,6 @@
'../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_run',
'../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests_run',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests_run',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run',
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests_run',
'../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run',
'../tools/gn/gn.gyp:gn_unittests_run',
'../ui/accessibility/accessibility.gyp:accessibility_unittests_run',

Powered by Google App Engine
This is Rietveld 408576698