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

Side by Side Diff: content/test/BUILD.gn

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 8 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 | « content/renderer/render_view_impl.cc ('k') | gpu/ipc/client/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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 "//ui/accessibility:ax_gen", 784 "//ui/accessibility:ax_gen",
785 "//ui/base:test_support", 785 "//ui/base:test_support",
786 "//ui/base/ime", 786 "//ui/base/ime",
787 "//ui/compositor", 787 "//ui/compositor",
788 "//ui/display", 788 "//ui/display",
789 "//ui/events:test_support", 789 "//ui/events:test_support",
790 "//ui/gfx", 790 "//ui/gfx",
791 "//ui/gfx/geometry", 791 "//ui/gfx/geometry",
792 "//ui/gl", 792 "//ui/gl",
793 "//ui/gl:test_support", 793 "//ui/gl:test_support",
794 "//ui/latency",
794 "//ui/native_theme", 795 "//ui/native_theme",
795 "//ui/resources", 796 "//ui/resources",
796 "//ui/shell_dialogs", 797 "//ui/shell_dialogs",
797 "//ui/snapshot", 798 "//ui/snapshot",
798 ] 799 ]
799 800
800 data = [] 801 data = []
801 802
802 data_deps = [ 803 data_deps = [
803 "//content/shell:pak", 804 "//content/shell:pak",
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1856 if (is_android) { 1857 if (is_android) {
1857 deps += [ "//testing/android/native_test:native_test_native_code" ] 1858 deps += [ "//testing/android/native_test:native_test_native_code" ]
1858 } 1859 }
1859 } 1860 }
1860 1861
1861 group("fuzzers") { 1862 group("fuzzers") {
1862 deps = [ 1863 deps = [
1863 "//content/test/fuzzer", 1864 "//content/test/fuzzer",
1864 ] 1865 ]
1865 } 1866 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | gpu/ipc/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698