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

Side by Side Diff: cc/BUILD.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « build/secondary/third_party/leveldatabase/BUILD.gn ('k') | cc/blink/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni")
6
5 component("cc") { 7 component("cc") {
6 sources = [ 8 sources = [
7 "animation/animation.cc", 9 "animation/animation.cc",
8 "animation/animation.h", 10 "animation/animation.h",
9 "animation/animation_curve.cc", 11 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 12 "animation/animation_curve.h",
11 "animation/animation_delegate.h", 13 "animation/animation_delegate.h",
12 "animation/animation_events.cc", 14 "animation/animation_events.cc",
13 "animation/animation_events.h", 15 "animation/animation_events.h",
14 "animation/animation_id_provider.cc", 16 "animation/animation_id_provider.cc",
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 "//media", 907 "//media",
906 "//skia", 908 "//skia",
907 "//testing/gmock", 909 "//testing/gmock",
908 "//testing/gtest", 910 "//testing/gtest",
909 "//testing/perf", 911 "//testing/perf",
910 "//ui/gfx", 912 "//ui/gfx",
911 "//ui/gfx/geometry", 913 "//ui/gfx/geometry",
912 "//ui/gl", 914 "//ui/gl",
913 ] 915 ]
914 } 916 }
OLDNEW
« no previous file with comments | « build/secondary/third_party/leveldatabase/BUILD.gn ('k') | cc/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698