| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 775262d544bb8fc7bd2045daaf1296914027050b..c286be0a6ef2a1423dcff34a83a434b99c53c607 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -202,7 +202,6 @@
|
| '../content/content.gyp:content_browsertests',
|
| '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| - '../ui/ui.gyp:gfx_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| @@ -214,6 +213,7 @@
|
| '../sync/sync.gyp:sync_unit_tests',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| + '../ui/ui.gyp:ui_unittests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| ],
|
| }],
|
| @@ -359,7 +359,7 @@
|
| '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content.gyp:content_browsertests',
|
| '../content/content.gyp:content_unittests',
|
| - '../ui/ui.gyp:gfx_unittests',
|
| + '../ui/ui.gyp:ui_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| @@ -387,7 +387,7 @@
|
| '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content.gyp:content_browsertests',
|
| '../content/content.gyp:content_unittests',
|
| - '../ui/ui.gyp:gfx_unittests',
|
| + '../ui/ui.gyp:ui_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| @@ -434,7 +434,7 @@
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../content/content.gyp:content_unittests',
|
| - '../ui/ui.gyp:gfx_unittests',
|
| + '../ui/ui.gyp:ui_unittests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| '../sync/sync.gyp:sync_unit_tests',
|
| @@ -475,7 +475,7 @@
|
| '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
| '../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
| '../courgette/courgette.gyp:courgette_unittests',
|
| - '../ui/ui.gyp:gfx_unittests',
|
| + '../ui/ui.gyp:ui_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| @@ -612,13 +612,13 @@
|
| 'dependencies': [
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../chrome/chrome.gyp:chrome',
|
| - '../chrome/chrome.gyp:interactive_ui_tests',
|
| + '../chrome/chrome.gyp:interactive_ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../content/content.gyp:content_browsertests',
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| '../ui/aura/aura.gyp:*',
|
| '../ui/compositor/compositor.gyp:*',
|
| - '../ui/ui.gyp:gfx_unittests',
|
| + '../ui/ui.gyp:ui_unittests',
|
| '../ui/views/views.gyp:views',
|
| '../ui/views/views.gyp:views_unittests',
|
| '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
|
|
|