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

Side by Side Diff: sky/viewer/cc/BUILD.gn

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/wtf/unicode/icu/CollatorICU.cpp ('k') | tools/sort-headers.py » ('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 component("cc") { 5 component("cc") {
6 output_name = "sky_viewer_cc" 6 output_name = "sky_viewer_cc"
7 7
8 deps = [ 8 deps = [
9 "//base", 9 "//base",
10 "//base/third_party/dynamic_annotations", 10 "//base/third_party/dynamic_annotations",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 deps = [ 59 deps = [
60 ":cc", 60 ":cc",
61 "//base/test:run_all_unittests", 61 "//base/test:run_all_unittests",
62 "//base/third_party/dynamic_annotations", 62 "//base/third_party/dynamic_annotations",
63 "//skia", 63 "//skia",
64 "//testing/gtest", 64 "//testing/gtest",
65 "//ui/gfx/geometry", 65 "//ui/gfx/geometry",
66 "//ui/gfx:test_support", 66 "//ui/gfx:test_support",
67 "//cc", 67 "//cc",
68 "//cc:test_support", 68 "//cc:test_support",
69 "//sky/engine/public:sky_headers",
70 ] 69 ]
71 70
72 sources = [ 71 sources = [
73 "web_animation_unittest.cc", 72 "web_animation_unittest.cc",
74 "web_float_animation_curve_unittest.cc", 73 "web_float_animation_curve_unittest.cc",
75 "web_layer_impl_fixed_bounds_unittest.cc", 74 "web_layer_impl_fixed_bounds_unittest.cc",
76 ] 75 ]
77 } 76 }
OLDNEW
« no previous file with comments | « sky/engine/wtf/unicode/icu/CollatorICU.cpp ('k') | tools/sort-headers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698