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

Unified Diff: build/all.gyp

Issue 738513002: Move the tests in ui/chromeos to a new target: ui_chromeos_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 1 month 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 | testing/buildbot/chromium.chromiumos.json » ('j') | testing/buildbot/chromium_trybot.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 15da51044e3242efb1fffa0f218e7a8d9e0e89cb..5a7811592c2acce4bd9ea8b51c27b597e985d712 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -405,6 +405,11 @@
}],
],
}],
+ ['chromeos==1', {
+ 'dependencies': [
+ '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
+ ],
+ }],
['OS=="linux"', {
'dependencies': [
'../dbus/dbus.gyp:dbus_unittests',
@@ -1294,8 +1299,9 @@
}],
['chromeos==1', {
'dependencies': [
- '../chromeos/chromeos.gyp:chromeos_unittests',
'../athena/main/athena_main.gyp:*',
+ '../chromeos/chromeos.gyp:chromeos_unittests',
+ '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
],
}],
['use_ozone==1', {
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | testing/buildbot/chromium_trybot.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698