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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 "//ipc:ipc_tests", | 179 "//ipc:ipc_tests", |
180 "//ipc/mojo:ipc_mojo_unittests", | 180 "//ipc/mojo:ipc_mojo_unittests", |
181 "//media:media_unittests", | 181 "//media:media_unittests", |
182 "//media/cast:cast_unittests", | 182 "//media/cast:cast_unittests", |
183 "//media/midi:midi_unittests", | 183 "//media/midi:midi_unittests", |
184 "//mojo", | 184 "//mojo", |
185 "//mojo/common:mojo_common_unittests", | 185 "//mojo/common:mojo_common_unittests", |
186 "//mojo/edk/system:mojo_system_unittests", | 186 "//mojo/edk/system:mojo_system_unittests", |
187 "//mojo/edk/test:mojo_public_bindings_unittests", | 187 "//mojo/edk/test:mojo_public_bindings_unittests", |
188 "//mojo/edk/test:mojo_public_system_unittests", | 188 "//mojo/edk/test:mojo_public_system_unittests", |
189 "//mojo/shell/public/cpp", | |
190 "//net:net_perftests", | 189 "//net:net_perftests", |
| 190 "//services/shell/public/cpp", |
191 "//third_party/WebKit/Source/platform:blink_heap_unittests", | 191 "//third_party/WebKit/Source/platform:blink_heap_unittests", |
192 "//third_party/WebKit/Source/platform:blink_platform_unittests", | 192 "//third_party/WebKit/Source/platform:blink_platform_unittests", |
193 "//third_party/WebKit/Source/web:webkit_unit_tests", | 193 "//third_party/WebKit/Source/web:webkit_unit_tests", |
194 "//third_party/WebKit/Source/wtf:wtf_unittests", | 194 "//third_party/WebKit/Source/wtf:wtf_unittests", |
195 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", | 195 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", |
196 "//third_party/smhasher:pmurhash", | 196 "//third_party/smhasher:pmurhash", |
197 "//tools/imagediff($host_toolchain)", | 197 "//tools/imagediff($host_toolchain)", |
198 "//ui/display:display_unittests", | 198 "//ui/display:display_unittests", |
199 "//ui/events:events_unittests", | 199 "//ui/events:events_unittests", |
200 "//ui/gl:gl_unittests", | 200 "//ui/gl:gl_unittests", |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 "//breakpad:minidump_dump($host_toolchain)", | 486 "//breakpad:minidump_dump($host_toolchain)", |
487 "//breakpad:minidump_stackwalk($host_toolchain)", | 487 "//breakpad:minidump_stackwalk($host_toolchain)", |
488 "//components/network_hints/browser", | 488 "//components/network_hints/browser", |
489 "//content/public/app:browser", | 489 "//content/public/app:browser", |
490 "//content/public/app:child", | 490 "//content/public/app:child", |
491 | 491 |
492 # TODO(GYP): Remove this when the gles2 tests work | 492 # TODO(GYP): Remove this when the gles2 tests work |
493 "//gpu/command_buffer/client:gles2_implementation_no_check", | 493 "//gpu/command_buffer/client:gles2_implementation_no_check", |
494 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4
71903 to make this complete. | 494 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4
71903 to make this complete. |
495 "//mojo/edk/test:mojo_public_system_perftests", | 495 "//mojo/edk/test:mojo_public_system_perftests", |
496 "//mojo/shell/public/cpp", | 496 "//services/shell/public/cpp", |
497 "//testing/gmock:gmock_main", | 497 "//testing/gmock:gmock_main", |
498 "//third_party/codesighs:nm2tsv", | 498 "//third_party/codesighs:nm2tsv", |
499 ] | 499 ] |
500 | 500 |
501 if (!is_android) { | 501 if (!is_android) { |
502 deps += [ | 502 deps += [ |
503 "//build/sanitizers:copy_llvm_symbolizer", | 503 "//build/sanitizers:copy_llvm_symbolizer", |
504 "//chrome/test:chrome_app_unittests", | 504 "//chrome/test:chrome_app_unittests", |
505 "//media/cast:cast_benchmarks", | 505 "//media/cast:cast_benchmarks", |
506 "//media/cast:tap_proxy", | 506 "//media/cast:tap_proxy", |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
899 assert(target_name != "") # Mark as used. | 899 assert(target_name != "") # Mark as used. |
900 sources = invoker.actual_sources | 900 sources = invoker.actual_sources |
901 assert( | 901 assert( |
902 sources == invoker.actual_sources, | 902 sources == invoker.actual_sources, |
903 "Do not use a platform name in your output directory (found \"$root_build_
dir\"). http://crbug.com/548283") | 903 "Do not use a platform name in your output directory (found \"$root_build_
dir\"). http://crbug.com/548283") |
904 } | 904 } |
905 | 905 |
906 assert_valid_out_dir("_unused") { | 906 assert_valid_out_dir("_unused") { |
907 actual_sources = [ "$root_build_dir/foo" ] | 907 actual_sources = [ "$root_build_dir/foo" ] |
908 } | 908 } |
OLD | NEW |