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

Side by Side Diff: ui/app_list/presenter/BUILD.gn

Issue 2012773003: Add ax_gen dependency to app_list_presenter test targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | ui/app_list/presenter/app_list_presenter.gyp » ('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 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 assert(use_aura) 9 assert(use_aura)
10 10
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ] 43 ]
44 deps = [ 44 deps = [
45 "//components/mus/public/interfaces", 45 "//components/mus/public/interfaces",
46 ] 46 ]
47 } 47 }
48 48
49 source_set("test_support") { 49 source_set("test_support") {
50 sources = [ 50 sources = [
51 "test/app_list_presenter_impl_test_api.cc", 51 "test/app_list_presenter_impl_test_api.cc",
52 "test/app_list_presenter_impl_test_api.h", 52 "test/app_list_presenter_impl_test_api.h",
53
54 # Temporary dependency to fix compile flake in http://crbug.com/611898.
55 # TODO(tapted): Remove once http://crbug.com/612382 is fixed.
56 "//ui/accessibility:ax_gen",
53 ] 57 ]
54 58
55 public_deps = [ 59 public_deps = [
56 ":presenter", 60 ":presenter",
57 ] 61 ]
58 deps = [ 62 deps = [
59 "//base", 63 "//base",
60 ] 64 ]
61 } 65 }
62 66
(...skipping 10 matching lines...) Expand all
73 ":test_support", 77 ":test_support",
74 "//base", 78 "//base",
75 "//base/test:test_support", 79 "//base/test:test_support",
76 "//testing/gtest", 80 "//testing/gtest",
77 "//ui/app_list:test_support", 81 "//ui/app_list:test_support",
78 "//ui/aura:aura", 82 "//ui/aura:aura",
79 "//ui/aura:test_support", 83 "//ui/aura:test_support",
80 "//ui/base", 84 "//ui/base",
81 "//ui/gl:test_support", 85 "//ui/gl:test_support",
82 "//ui/wm:wm", 86 "//ui/wm:wm",
87
88 # Temporary dependency to fix compile flake in http://crbug.com/611898.
89 # TODO(tapted): Remove once http://crbug.com/612382 is fixed.
90 "//ui/accessibility:ax_gen",
83 ] 91 ]
84 92
85 data_deps = [ 93 data_deps = [
86 "//ui/resources:ui_test_pak_data", 94 "//ui/resources:ui_test_pak_data",
87 ] 95 ]
88 } 96 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/presenter/app_list_presenter.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698