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

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 10 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 | « ui/views/examples/examples.gyp ('k') | ui/views/views.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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "../widget/native_widget_unittest.cc", 146 "../widget/native_widget_unittest.cc",
147 "../widget/root_view_unittest.cc", 147 "../widget/root_view_unittest.cc",
148 "../widget/widget_unittest.cc", 148 "../widget/widget_unittest.cc",
149 "platform_test_helper_mus.cc", 149 "platform_test_helper_mus.cc",
150 ] 150 ]
151 151
152 deps = [ 152 deps = [
153 ":mus", 153 ":mus",
154 "//base", 154 "//base",
155 "//base:i18n", 155 "//base:i18n",
156 "//base/allocator",
157 "//base/test:test_support", 156 "//base/test:test_support",
158 "//cc", 157 "//cc",
159 "//mojo/shell/public/cpp:test_support", 158 "//mojo/shell/public/cpp:test_support",
160 "//skia", 159 "//skia",
161 "//testing/gtest", 160 "//testing/gtest",
162 "//third_party/icu", 161 "//third_party/icu",
163 "//ui/accessibility", 162 "//ui/accessibility",
164 "//ui/aura", 163 "//ui/aura",
165 "//ui/aura:test_support", 164 "//ui/aura:test_support",
166 "//ui/base", 165 "//ui/base",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 } 214 }
216 215
217 group("for_component") { 216 group("for_component") {
218 public_deps = [ 217 public_deps = [
219 ":mus", 218 ":mus",
220 ] 219 ]
221 deps = [ 220 deps = [
222 "//mojo/gles2", 221 "//mojo/gles2",
223 ] 222 ]
224 } 223 }
OLDNEW
« no previous file with comments | « ui/views/examples/examples.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698