| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index cb0b763d153b5dfd5b70b8cda0712960d70af497..17b2c935f25cca768d913b2748911dda9ff6d73a 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -31,6 +31,7 @@
|
| '../third_party/zlib/zlib.gyp:*',
|
| '../ui/accessibility/accessibility.gyp:*',
|
| '../ui/base/ui_base.gyp:*',
|
| + '../ui/display/display.gyp:display_unittests',
|
| '../ui/snapshot/snapshot.gyp:*',
|
| '../url/url.gyp:*',
|
| ],
|
| @@ -257,6 +258,7 @@
|
| '../net/net.gyp:net_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| '../sync/sync.gyp:sync_unit_tests',
|
| + '../ui/display/display.gyp:display_unittests',
|
| '../ui/gfx/gfx_tests.gyp:gfx_unittests',
|
| '../ui/ui_unittests.gyp:ui_unittests',
|
| '../url/url.gyp:url_unittests',
|
| @@ -1135,6 +1137,7 @@
|
| '../ui/app_list/app_list.gyp:*',
|
| '../ui/aura/aura.gyp:*',
|
| '../ui/compositor/compositor.gyp:*',
|
| + '../ui/display/display.gyp:display_unittests',
|
| '../ui/events/events.gyp:*',
|
| '../ui/gfx/gfx_tests.gyp:gfx_unittests',
|
| '../ui/keyboard/keyboard.gyp:*',
|
|
|