Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: BUILD.gn

Issue 1303703004: Add more components_unittests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests4
Patch Set: chromeos, mac Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "//breakpad:crash_inspector", 510 "//breakpad:crash_inspector",
511 "//breakpad:dump_syms", 511 "//breakpad:dump_syms",
512 "//third_party/apple_sample_code", 512 "//third_party/apple_sample_code",
513 "//third_party/molokocacao", 513 "//third_party/molokocacao",
514 ] 514 ]
515 515
516 # TODO(GYP): Remove these when the targets below work and these 516 # TODO(GYP): Remove these when the targets below work and these
517 # are pulled in automatically. 517 # are pulled in automatically.
518 deps += [ 518 deps += [
519 "//cc/blink", 519 "//cc/blink",
520 "//components/ui/zoom:ui_zoom", 520 "//components/ui/zoom",
521 "//content", 521 "//content",
522 "//content/test:test_support", 522 "//content/test:test_support",
523 "//device/battery", 523 "//device/battery",
524 "//device/bluetooth", 524 "//device/bluetooth",
525 "//device/nfc", 525 "//device/nfc",
526 "//device/usb", 526 "//device/usb",
527 "//device/vibration", 527 "//device/vibration",
528 "//media/blink", 528 "//media/blink",
529 "//pdf", 529 "//pdf",
530 "//storage/browser", 530 "//storage/browser",
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 "//ui/views:views_unittests", # TooltipControllerTest failures 934 "//ui/views:views_unittests", # TooltipControllerTest failures
935 "//ui/wm:wm_unittests", # PASSES 4/21/2015 935 "//ui/wm:wm_unittests", # PASSES 4/21/2015
936 "//url:url_unittests", # PASSES 4/17/2015 936 "//url:url_unittests", # PASSES 4/17/2015
937 937
938 # TODO(GYP) nacl_integration 938 # TODO(GYP) nacl_integration
939 # TODO(GYP) telemetry_perf_unittests 939 # TODO(GYP) telemetry_perf_unittests
940 # TODO(GYP) telemetry_unittests 940 # TODO(GYP) telemetry_unittests
941 ] 941 ]
942 } 942 }
943 } 943 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698