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

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: 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
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/rules.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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 "//media", 898 "//media",
897 "//skia", 899 "//skia",
898 "//testing/gmock", 900 "//testing/gmock",
899 "//testing/gtest", 901 "//testing/gtest",
900 "//testing/perf", 902 "//testing/perf",
901 "//ui/gfx", 903 "//ui/gfx",
902 "//ui/gfx/geometry", 904 "//ui/gfx/geometry",
903 "//ui/gl", 905 "//ui/gl",
904 ] 906 ]
905 } 907 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698