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

Side by Side Diff: blimp/client/core/render_widget/BUILD.gn

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Import compiler.gni Created 4 years, 1 month 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("render_widget") { 5 source_set("render_widget") {
6 visibility = [ 6 visibility = [
7 "//blimp/client/app:session", # TODO(nyquist): Remove this. See crbug/65196 4. 7 "//blimp/client/app:session", # TODO(nyquist): Remove this. See crbug/65196 4.
8 "//blimp/client/core/*", 8 "//blimp/client/core/*",
9 ] 9 ]
10 10
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "render_widget_feature_unittest.cc", 69 "render_widget_feature_unittest.cc",
70 ] 70 ]
71 71
72 deps = [ 72 deps = [
73 ":render_widget", 73 ":render_widget",
74 ":test_support", 74 ":test_support",
75 "//base", 75 "//base",
76 "//blimp/client/test/compositor", 76 "//blimp/client/test/compositor",
77 "//blimp/common", 77 "//blimp/common",
78 "//blimp/net:test_support", 78 "//blimp/net:test_support",
79 "//cc/animation",
Khushal 2016/11/18 21:20:23 Not needed.
loyso (OOO) 2016/11/21 06:47:54 Done.
79 "//cc/proto", 80 "//cc/proto",
80 "//cc/surfaces", 81 "//cc/surfaces",
81 "//net", 82 "//net",
82 "//net:test_support", 83 "//net:test_support",
83 "//testing/gtest", 84 "//testing/gtest",
84 ] 85 ]
85 } 86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698