| 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "//breakpad:crash_inspector", | 506 "//breakpad:crash_inspector", |
| 507 "//breakpad:dump_syms", | 507 "//breakpad:dump_syms", |
| 508 "//third_party/apple_sample_code", | 508 "//third_party/apple_sample_code", |
| 509 "//third_party/molokocacao", | 509 "//third_party/molokocacao", |
| 510 ] | 510 ] |
| 511 | 511 |
| 512 # TODO(GYP): Remove these when the targets below work and these | 512 # TODO(GYP): Remove these when the targets below work and these |
| 513 # are pulled in automatically. | 513 # are pulled in automatically. |
| 514 deps += [ | 514 deps += [ |
| 515 "//cc/blink", | 515 "//cc/blink", |
| 516 "//components/ui/zoom:ui_zoom", | 516 "//components/ui/zoom", |
| 517 "//content", | 517 "//content", |
| 518 "//content/test:test_support", | 518 "//content/test:test_support", |
| 519 "//device/battery", | 519 "//device/battery", |
| 520 "//device/bluetooth", | 520 "//device/bluetooth", |
| 521 "//device/nfc", | 521 "//device/nfc", |
| 522 "//device/usb", | 522 "//device/usb", |
| 523 "//device/vibration", | 523 "//device/vibration", |
| 524 "//media/blink", | 524 "//media/blink", |
| 525 "//pdf", | 525 "//pdf", |
| 526 "//storage/browser", | 526 "//storage/browser", |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 930 "//ui/views:views_unittests", # TooltipControllerTest failures | 930 "//ui/views:views_unittests", # TooltipControllerTest failures |
| 931 "//ui/wm:wm_unittests", # PASSES 4/21/2015 | 931 "//ui/wm:wm_unittests", # PASSES 4/21/2015 |
| 932 "//url:url_unittests", # PASSES 4/17/2015 | 932 "//url:url_unittests", # PASSES 4/17/2015 |
| 933 | 933 |
| 934 # TODO(GYP) nacl_integration | 934 # TODO(GYP) nacl_integration |
| 935 # TODO(GYP) telemetry_perf_unittests | 935 # TODO(GYP) telemetry_perf_unittests |
| 936 # TODO(GYP) telemetry_unittests | 936 # TODO(GYP) telemetry_unittests |
| 937 ] | 937 ] |
| 938 } | 938 } |
| 939 } | 939 } |
| OLD | NEW |