| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "//extensions:extensions_unittests", | 85 "//extensions:extensions_unittests", |
| 86 "//google_apis/gcm:gcm_unit_tests", | 86 "//google_apis/gcm:gcm_unit_tests", |
| 87 "//gpu:gpu_unittests", | 87 "//gpu:gpu_unittests", |
| 88 "//ipc:ipc_tests", | 88 "//ipc:ipc_tests", |
| 89 "//ipc/mojo:ipc_mojo_unittests", | 89 "//ipc/mojo:ipc_mojo_unittests", |
| 90 "//jingle:jingle_unittests", | 90 "//jingle:jingle_unittests", |
| 91 "//media:media_unittests", | 91 "//media:media_unittests", |
| 92 "//media/cast:cast_unittests", | 92 "//media/cast:cast_unittests", |
| 93 "//media/midi:midi_unittests", | 93 "//media/midi:midi_unittests", |
| 94 "//mojo", | 94 "//mojo", |
| 95 "//mojo/application", | 95 "//mojo/application/public/cpp", |
| 96 "//mojo/common:mojo_common_unittests", | 96 "//mojo/common:mojo_common_unittests", |
| 97 "//net:hpack_example_generator", | 97 "//net:hpack_example_generator", |
| 98 "//net:hpack_fuzz_mutator", | 98 "//net:hpack_fuzz_mutator", |
| 99 "//net:hpack_fuzz_wrapper", | 99 "//net:hpack_fuzz_wrapper", |
| 100 "//net:net_perftests", | 100 "//net:net_perftests", |
| 101 "//net:net_unittests", | 101 "//net:net_unittests", |
| 102 "//ppapi:ppapi_unittests", | 102 "//ppapi:ppapi_unittests", |
| 103 "//ppapi/examples/2d", | 103 "//ppapi/examples/2d", |
| 104 "//ppapi/examples/audio", | 104 "//ppapi/examples/audio", |
| 105 "//ppapi/examples/audio_input", | 105 "//ppapi/examples/audio_input", |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "//components/webui_generator", | 437 "//components/webui_generator", |
| 438 "//content/public/app:browser", | 438 "//content/public/app:browser", |
| 439 "//content/public/app:child", | 439 "//content/public/app:child", |
| 440 | 440 |
| 441 # TODO(GYP): Remove this when the gles2 tests work | 441 # TODO(GYP): Remove this when the gles2 tests work |
| 442 "//gpu/command_buffer/client:gles2_implementation_no_check", | 442 "//gpu/command_buffer/client:gles2_implementation_no_check", |
| 443 | 443 |
| 444 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4
71903 to make this complete. | 444 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4
71903 to make this complete. |
| 445 "//media/cast:cast_benchmarks", | 445 "//media/cast:cast_benchmarks", |
| 446 "//media/cast:tap_proxy", | 446 "//media/cast:tap_proxy", |
| 447 "//mojo/application", | 447 "//mojo/application/public/cpp", |
| 448 "//skia:filter_fuzz_stub", | 448 "//skia:filter_fuzz_stub", |
| 449 "//skia:image_operations_bench", | 449 "//skia:image_operations_bench", |
| 450 "//sync/tools:sync_client", | 450 "//sync/tools:sync_client", |
| 451 "//sync/tools:sync_listen_notifications", | 451 "//sync/tools:sync_listen_notifications", |
| 452 "//testing/gmock:gmock_main", | 452 "//testing/gmock:gmock_main", |
| 453 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests", | 453 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests", |
| 454 "//tools/perf/clear_system_cache", | 454 "//tools/perf/clear_system_cache", |
| 455 "//ui/keyboard:keyboard_unittests", | 455 "//ui/keyboard:keyboard_unittests", |
| 456 "//ui/message_center:message_center_unittests", | 456 "//ui/message_center:message_center_unittests", |
| 457 "//ui/snapshot:snapshot_unittests", | 457 "//ui/snapshot:snapshot_unittests", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 "//content/public/common:mojo_bindings_python", | 689 "//content/public/common:mojo_bindings_python", |
| 690 "//content/common:mojo_bindings_python", | 690 "//content/common:mojo_bindings_python", |
| 691 "//content/test:web_ui_test_mojo_bindings_python", | 691 "//content/test:web_ui_test_mojo_bindings_python", |
| 692 "//device/battery:mojo_bindings_python", | 692 "//device/battery:mojo_bindings_python", |
| 693 "//device/vibration:mojo_bindings_python", | 693 "//device/vibration:mojo_bindings_python", |
| 694 "//ipc/mojo:ipc_mojo_perftests", | 694 "//ipc/mojo:ipc_mojo_perftests", |
| 695 "//ipc/mojo:client_channel_python", | 695 "//ipc/mojo:client_channel_python", |
| 696 "//media/mojo/interfaces:interfaces_python", | 696 "//media/mojo/interfaces:interfaces_python", |
| 697 "//media/mojo/services:cdm_service", | 697 "//media/mojo/services:cdm_service", |
| 698 "//media/mojo:tests", | 698 "//media/mojo:tests", |
| 699 "//mojo/application/public/cpp:test_support_standalone", | |
| 700 "//mojo:tests", | 699 "//mojo:tests", |
| 701 "//net/interfaces:interfaces_python", | 700 "//net/interfaces:interfaces_python", |
| 702 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", | 701 "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests", |
| 703 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", | 702 "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python", |
| 704 "//third_party/mojo/src/mojo/public/python:packaged_application", | 703 "//third_party/mojo/src/mojo/public/python:packaged_application", |
| 705 "//third_party/mojo/src/mojo/public/python:packaged_bindings", | 704 "//third_party/mojo/src/mojo/public/python:packaged_bindings", |
| 706 "//third_party/mojo_services/src/accessibility/public/interfaces:interface
s_python", | 705 "//third_party/mojo_services/src/accessibility/public/interfaces:interface
s_python", |
| 707 ] | 706 ] |
| 708 } | 707 } |
| 709 } | 708 } |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 "//ui/views:views_unittests", # TooltipControllerTest failures | 902 "//ui/views:views_unittests", # TooltipControllerTest failures |
| 904 "//ui/wm:wm_unittests", # PASSES 4/21/2015 | 903 "//ui/wm:wm_unittests", # PASSES 4/21/2015 |
| 905 "//url:url_unittests", # PASSES 4/17/2015 | 904 "//url:url_unittests", # PASSES 4/17/2015 |
| 906 | 905 |
| 907 # TODO(GYP) nacl_integration | 906 # TODO(GYP) nacl_integration |
| 908 # TODO(GYP) telemetry_perf_unittests | 907 # TODO(GYP) telemetry_perf_unittests |
| 909 # TODO(GYP) telemetry_unittests | 908 # TODO(GYP) telemetry_unittests |
| 910 ] | 909 ] |
| 911 } | 910 } |
| 912 } | 911 } |
| OLD | NEW |