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

Unified Diff: build/gn_migration.gypi

Issue 1836353007: Fix isolate_tests after https://codereview.chromium.org/1825723002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 36c6307fffa2b9f07d0075029befd8d10853bed2..00fc23f0d7239cba256e2f98396410f02e901c4c 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -578,6 +578,7 @@
'../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
'../ui/app_list/app_list.gyp:app_list_unittests_run',
'../ui/compositor/compositor.gyp:compositor_unittests_run',
+ '../ui/display/display.gyp:display_unittests_run',
'../ui/events/events_unittests.gyp:events_unittests_run',
'../ui/gfx/gfx_tests.gyp:gfx_unittests_run',
'../ui/message_center/message_center.gyp:message_center_unittests_run',
@@ -587,7 +588,6 @@
['OS=="linux"', {
'dependencies': [
'../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
- '../ui/display/display.gyp:display_unittests_run',
],
}],
['OS=="mac"', {
« 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