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

Side by Side Diff: printing/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 | « ppapi/ppapi_tests.gypi ('k') | printing/printing.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/sysroot.gni") 6 import("//build/config/sysroot.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 if (is_mac) { 9 if (is_mac) {
10 import("//build/config/mac/mac_sdk.gni") 10 import("//build/config/mac/mac_sdk.gni")
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "printing_context_win_unittest.cc", 216 "printing_context_win_unittest.cc",
217 "printing_test.h", 217 "printing_test.h",
218 "printing_utils_unittest.cc", 218 "printing_utils_unittest.cc",
219 "units_unittest.cc", 219 "units_unittest.cc",
220 ] 220 ]
221 221
222 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 222 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
223 223
224 deps = [ 224 deps = [
225 ":printing", 225 ":printing",
226 "//base/allocator",
227 "//base/test:run_all_unittests", 226 "//base/test:run_all_unittests",
228 "//base/test:test_support", 227 "//base/test:test_support",
229 "//testing/gtest", 228 "//testing/gtest",
230 "//ui/base", 229 "//ui/base",
231 "//ui/gfx", 230 "//ui/gfx",
232 "//ui/gfx:test_support", 231 "//ui/gfx:test_support",
233 "//ui/gfx/geometry", 232 "//ui/gfx/geometry",
234 ] 233 ]
235 234
236 if (!is_android) { 235 if (!is_android) {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 } 270 }
272 271
273 # GYP: //printing/printing.gyp:printing_java 272 # GYP: //printing/printing.gyp:printing_java
274 android_library("printing_java") { 273 android_library("printing_java") {
275 deps = [ 274 deps = [
276 "//base:base_java", 275 "//base:base_java",
277 ] 276 ]
278 DEPRECATED_java_in_dir = "android/java/src" 277 DEPRECATED_java_in_dir = "android/java/src"
279 } 278 }
280 } 279 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698