Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index a11ee7a39dce73178a2eb7eb65bafa8f980a5e50..57921c4634d56f8c63a562dbb11fe0ef1fcf24e3 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:*', |
| + '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', |
|
Mr4D (OOO till 08-26)
2014/11/17 21:22:36
Sorting - can you please move this one line down?
|
| + '../chromeos/chromeos.gyp:chromeos_unittests', |
| ], |
| }], |
| ['use_ozone==1', { |