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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "//media/capture:capture_unittests", | 295 "//media/capture:capture_unittests", |
296 "//media/cast:cast_unittests", | 296 "//media/cast:cast_unittests", |
297 "//media/midi:midi_unittests", | 297 "//media/midi:midi_unittests", |
298 "//mojo", | 298 "//mojo", |
299 "//mojo/common:mojo_common_unittests", | 299 "//mojo/common:mojo_common_unittests", |
300 "//mojo/edk/system:mojo_system_unittests", | 300 "//mojo/edk/system:mojo_system_unittests", |
301 "//mojo/edk/test:mojo_public_bindings_unittests", | 301 "//mojo/edk/test:mojo_public_bindings_unittests", |
302 "//mojo/edk/test:mojo_public_system_unittests", | 302 "//mojo/edk/test:mojo_public_system_unittests", |
303 "//net:net_perftests", | 303 "//net:net_perftests", |
304 "//services/shell/public/cpp", | 304 "//services/shell/public/cpp", |
305 "//third_party/angle/src/tests:angle_end2end_tests", | |
306 "//third_party/angle/src/tests:angle_unittests", | |
307 "//third_party/WebKit/Source/platform:blink_platform_unittests", | 305 "//third_party/WebKit/Source/platform:blink_platform_unittests", |
308 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", | 306 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", |
309 "//third_party/WebKit/Source/web:webkit_unit_tests", | 307 "//third_party/WebKit/Source/web:webkit_unit_tests", |
310 "//third_party/WebKit/Source/wtf:wtf_unittests", | 308 "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 309 "//third_party/angle/src/tests:angle_end2end_tests", |
| 310 "//third_party/angle/src/tests:angle_unittests", |
311 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", | 311 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", |
312 "//third_party/smhasher:pmurhash", | 312 "//third_party/smhasher:pmurhash", |
313 "//tools/imagediff($host_toolchain)", | 313 "//tools/imagediff($host_toolchain)", |
314 "//ui/display:display_unittests", | 314 "//ui/display:display_unittests", |
315 "//ui/events:events_unittests", | 315 "//ui/events:events_unittests", |
316 "//ui/gl:gl_unittests", | 316 "//ui/gl:gl_unittests", |
317 "//ui/touch_selection:ui_touch_selection_unittests", | 317 "//ui/touch_selection:ui_touch_selection_unittests", |
318 "//url/ipc:url_ipc_unittests", | 318 "//url/ipc:url_ipc_unittests", |
319 ] | 319 ] |
320 } else { | 320 } else { |
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1154 "//ui/display:display_unittests", | 1154 "//ui/display:display_unittests", |
1155 "//ui/events:events_unittests", | 1155 "//ui/events:events_unittests", |
1156 "//ui/gfx:gfx_unittests", | 1156 "//ui/gfx:gfx_unittests", |
1157 "//ui/gl:gl_unittests", | 1157 "//ui/gl:gl_unittests", |
1158 "//ui/keyboard:keyboard_unittests", | 1158 "//ui/keyboard:keyboard_unittests", |
1159 "//ui/touch_selection:ui_touch_selection_unittests", | 1159 "//ui/touch_selection:ui_touch_selection_unittests", |
1160 "//url:url_unittests", | 1160 "//url:url_unittests", |
1161 ] | 1161 ] |
1162 } | 1162 } |
1163 } | 1163 } |
OLD | NEW |