| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index a11ee7a39dce73178a2eb7eb65bafa8f980a5e50..ef5794d9e0ae068a32a97ff636d3dac1c940c96e 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -407,6 +407,11 @@
|
| }],
|
| ],
|
| }],
|
| + ['chromeos==1', {
|
| + 'dependencies': [
|
| + '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
|
| + ],
|
| + }],
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| '../dbus/dbus.gyp:dbus_unittests',
|
| @@ -1306,8 +1311,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', {
|
|
|