| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 "//chrome:main_dll", | 570 "//chrome:main_dll", |
| 571 "//chrome/test:load_library_perf_tests", | 571 "//chrome/test:load_library_perf_tests", |
| 572 "//chrome/tools/convert_dict", | 572 "//chrome/tools/convert_dict", |
| 573 "//components/constrained_window:unit_tests", | 573 "//components/constrained_window:unit_tests", |
| 574 "//components/enhanced_bookmarks:test_support", | 574 "//components/enhanced_bookmarks:test_support", |
| 575 "//components/metrics:serialization", | 575 "//components/metrics:serialization", |
| 576 "//components/password_manager/content/renderer:browser_tests", | 576 "//components/password_manager/content/renderer:browser_tests", |
| 577 "//components/rappor:unit_tests", | 577 "//components/rappor:unit_tests", |
| 578 "//components/sessions:unit_tests", | 578 "//components/sessions:unit_tests", |
| 579 "//media/blink:media_blink_unittests", | 579 "//media/blink:media_blink_unittests", |
| 580 "//media/base:base_for_cast_ios", | |
| 581 "//media/cast:udp_proxy", | 580 "//media/cast:udp_proxy", |
| 582 "//native_client/src/trusted/platform_qualify:vcpuid", | 581 "//native_client/src/trusted/platform_qualify:vcpuid", |
| 583 "//native_client/src/trusted/debug_stub:gdb_rsp_unittest", | 582 "//native_client/src/trusted/debug_stub:gdb_rsp_unittest", |
| 584 "//storage/browser:dump_file_system", | 583 "//storage/browser:dump_file_system", |
| 585 "//third_party/angle:libANGLE", | 584 "//third_party/angle:libANGLE", |
| 586 "//third_party/angle:libEGL", | 585 "//third_party/angle:libEGL", |
| 587 "//third_party/angle:libGLESv2", | 586 "//third_party/angle:libGLESv2", |
| 588 "//third_party/cld_2:cld_2_dynamic_data_tool", | 587 "//third_party/cld_2:cld_2_dynamic_data_tool", |
| 589 "//third_party/leveldatabase:leveldb_arena_test", | 588 "//third_party/leveldatabase:leveldb_arena_test", |
| 590 "//third_party/leveldatabase:leveldb_bloom_test", | 589 "//third_party/leveldatabase:leveldb_bloom_test", |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 "//url:url_unittests", # PASSES 4/17/2015 | 820 "//url:url_unittests", # PASSES 4/17/2015 |
| 822 | 821 |
| 823 # TODO(GYP) installer_util_unittests | 822 # TODO(GYP) installer_util_unittests |
| 824 # TODO(GYP) app_installer_unittests | 823 # TODO(GYP) app_installer_unittests |
| 825 # TODO(GYP) nacl_integration | 824 # TODO(GYP) nacl_integration |
| 826 # TODO(GYP) telemetry_perf_unittests | 825 # TODO(GYP) telemetry_perf_unittests |
| 827 # TODO(GYP) telemetry_unittests | 826 # TODO(GYP) telemetry_unittests |
| 828 ] | 827 ] |
| 829 } | 828 } |
| 830 } | 829 } |
| OLD | NEW |