| 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', {
|
|
|