| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # This is the root build file for GN. GN will start processing by loading this | 5 # This is the root build file for GN. GN will start processing by loading this |
| 6 # file, and recursively load all dependencies until all dependencies are either | 6 # file, and recursively load all dependencies until all dependencies are either |
| 7 # resolved or known not to exist (which will cause the build to fail). So if | 7 # resolved or known not to exist (which will cause the build to fail). So if |
| 8 # you add a new build file, there must be some path of dependencies from this | 8 # you add a new build file, there must be some path of dependencies from this |
| 9 # file to your new one or GN won't know about it. | 9 # file to your new one or GN won't know about it. |
| 10 | 10 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "//ipc/mojo:ipc_mojo_unittests", | 59 "//ipc/mojo:ipc_mojo_unittests", |
| 60 "//jingle:jingle_unittests", | 60 "//jingle:jingle_unittests", |
| 61 "//media:media_unittests", | 61 "//media:media_unittests", |
| 62 "//media/cast:cast_unittests", | 62 "//media/cast:cast_unittests", |
| 63 "//mojo", | 63 "//mojo", |
| 64 "//mojo/common:mojo_common_unittests", | 64 "//mojo/common:mojo_common_unittests", |
| 65 "//net:net_unittests", | 65 "//net:net_unittests", |
| 66 "//ppapi:ppapi_unittests", | 66 "//ppapi:ppapi_unittests", |
| 67 "//ppapi/examples", # TODO(GYP): What's the GYP equivalent? | 67 "//ppapi/examples", # TODO(GYP): What's the GYP equivalent? |
| 68 "//printing:printing_unittests", | 68 "//printing:printing_unittests", |
| 69 "//remoting:remoting_unittests", | |
| 70 "//skia:skia_unittests", | 69 "//skia:skia_unittests", |
| 71 "//sql:sql_unittests", | 70 "//sql:sql_unittests", |
| 72 "//sync:sync_unit_tests", | 71 "//sync:sync_unit_tests", |
| 73 "//third_party/WebKit/public:blink_tests", | 72 "//third_party/WebKit/public:blink_tests", |
| 74 "//third_party/cacheinvalidation:cacheinvalidation_unittests", | 73 "//third_party/cacheinvalidation:cacheinvalidation_unittests", |
| 75 "//third_party/codesighs", | 74 "//third_party/codesighs", |
| 76 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", | 75 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", |
| 77 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", | 76 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", |
| 78 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", | 77 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", |
| 79 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", | 78 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 94 "//url:url_unittests", | 93 "//url:url_unittests", |
| 95 ] | 94 ] |
| 96 | 95 |
| 97 deps += root_extra_deps | 96 deps += root_extra_deps |
| 98 | 97 |
| 99 # TODO(GYP): Get this working on the mac? | 98 # TODO(GYP): Get this working on the mac? |
| 100 if (enable_extensions && !is_mac) { | 99 if (enable_extensions && !is_mac) { |
| 101 deps += [ "//extensions/shell:app_shell_unittests" ] | 100 deps += [ "//extensions/shell:app_shell_unittests" ] |
| 102 } | 101 } |
| 103 | 102 |
| 103 if (!is_android) { |
| 104 deps += [ "//remoting:remoting_unittests" ] |
| 105 } |
| 106 |
| 104 if (!is_win) { | 107 if (!is_win) { |
| 105 deps += [ "//breakpad:symupload" ] | 108 deps += [ "//breakpad:symupload" ] |
| 106 } | 109 } |
| 107 | 110 |
| 108 if (use_x11) { | 111 if (use_x11) { |
| 109 deps += [ "//tools/xdisplaycheck" ] | 112 deps += [ "//tools/xdisplaycheck" ] |
| 110 } | 113 } |
| 111 | 114 |
| 112 if (toolkit_views) { | 115 if (toolkit_views) { |
| 113 deps += [ "//ui/views:views_unittests" ] | 116 deps += [ "//ui/views:views_unittests" ] |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015 | 330 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015 |
| 328 "//ui/views:views_unittests", # PASSES (*) 2/25/2015 | 331 "//ui/views:views_unittests", # PASSES (*) 2/25/2015 |
| 329 "//ui/wm:wm_unittests", # PASSES 2/25/2015 | 332 "//ui/wm:wm_unittests", # PASSES 2/25/2015 |
| 330 "//url:url_unittests", # PASSES 2/25/2015 | 333 "//url:url_unittests", # PASSES 2/25/2015 |
| 331 | 334 |
| 332 # Note: | 335 # Note: |
| 333 # (*) Fails but failures match GYP build at time of testing. | 336 # (*) Fails but failures match GYP build at time of testing. |
| 334 ] | 337 ] |
| 335 } | 338 } |
| 336 } | 339 } |
| OLD | NEW |