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

Side by Side Diff: ui/latency/BUILD.gn

Issue 2849763002: Remove non-existing headers from the build (Closed)
Patch Set: Created 3 years, 7 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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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") 5 import("//testing/test.gni")
6 6
7 source_set("latency") { 7 source_set("latency") {
8 sources = [ 8 sources = [
9 "latency/latency_histogram_macros.h",
Nico 2017/04/28 18:15:33 https://cs.chromium.org/chromium/src/ui/latency/la
wychen 2017/04/28 19:19:06 Nice! Fix missing header at the same time! Done.
10 "latency_info.cc", 9 "latency_info.cc",
11 "latency_info.h", 10 "latency_info.h",
12 "latency_tracker.cc", 11 "latency_tracker.cc",
13 "latency_tracker.h", 12 "latency_tracker.h",
14 ] 13 ]
15 14
16 deps = [ 15 deps = [
17 "//base", 16 "//base",
18 "//ui/gfx", 17 "//ui/gfx",
19 ] 18 ]
(...skipping 30 matching lines...) Expand all
50 "mojo/struct_traits_unittest.cc", 49 "mojo/struct_traits_unittest.cc",
51 ] 50 ]
52 deps += [ 51 deps += [
53 "//ipc:test_support", 52 "//ipc:test_support",
54 "//mojo/public/cpp/bindings", 53 "//mojo/public/cpp/bindings",
55 "//ui/latency/ipc", 54 "//ui/latency/ipc",
56 "//ui/latency/mojo:test_interfaces", 55 "//ui/latency/mojo:test_interfaces",
57 ] 56 ]
58 } 57 }
59 } 58 }
OLDNEW
« third_party/WebKit/public/BUILD.gn ('K') | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698