| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 "//device/battery", | 511 "//device/battery", |
| 512 "//device/bluetooth", | 512 "//device/bluetooth", |
| 513 "//device/nfc", | 513 "//device/nfc", |
| 514 "//device/usb", | 514 "//device/usb", |
| 515 "//device/vibration", | 515 "//device/vibration", |
| 516 "//media/blink", | 516 "//media/blink", |
| 517 "//pdf", | 517 "//pdf", |
| 518 "//storage/browser", | 518 "//storage/browser", |
| 519 "//third_party/brotli", | 519 "//third_party/brotli", |
| 520 "//third_party/flac", | 520 "//third_party/flac", |
| 521 "//third_party/hunspell_new", | 521 "//third_party/hunspell", |
| 522 "//third_party/iccjpeg", | 522 "//third_party/iccjpeg", |
| 523 "//third_party/libphonenumber", | 523 "//third_party/libphonenumber", |
| 524 "//third_party/ots", | 524 "//third_party/ots", |
| 525 "//third_party/qcms", | 525 "//third_party/qcms", |
| 526 "//third_party/smhasher:murmurhash3", | 526 "//third_party/smhasher:murmurhash3", |
| 527 "//third_party/speex", | 527 "//third_party/speex", |
| 528 "//third_party/webrtc/system_wrappers", | 528 "//third_party/webrtc/system_wrappers", |
| 529 "//ui/native_theme", | 529 "//ui/native_theme", |
| 530 "//ui/snapshot", | 530 "//ui/snapshot", |
| 531 "//ui/surface", | 531 "//ui/surface", |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 "//ui/views:views_unittests", # TooltipControllerTest failures | 908 "//ui/views:views_unittests", # TooltipControllerTest failures |
| 909 "//ui/wm:wm_unittests", # PASSES 4/21/2015 | 909 "//ui/wm:wm_unittests", # PASSES 4/21/2015 |
| 910 "//url:url_unittests", # PASSES 4/17/2015 | 910 "//url:url_unittests", # PASSES 4/17/2015 |
| 911 | 911 |
| 912 # TODO(GYP) nacl_integration | 912 # TODO(GYP) nacl_integration |
| 913 # TODO(GYP) telemetry_perf_unittests | 913 # TODO(GYP) telemetry_perf_unittests |
| 914 # TODO(GYP) telemetry_unittests | 914 # TODO(GYP) telemetry_unittests |
| 915 ] | 915 ] |
| 916 } | 916 } |
| 917 } | 917 } |
| OLD | NEW |