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

Side by Side Diff: printing/BUILD.gn

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_test_support dep to video_encode_accelerator_unittest Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « mojo/mojo_services.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/ui.gni") 5 import("//build/config/ui.gni")
6 if (is_mac) { 6 if (is_mac) {
7 import("//build/config/mac/mac_sdk.gni") 7 import("//build/config/mac/mac_sdk.gni")
8 } 8 }
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 } 210 }
211 211
212 deps = [ 212 deps = [
213 ":printing", 213 ":printing",
214 "//base/allocator", 214 "//base/allocator",
215 "//base/test:run_all_unittests", 215 "//base/test:run_all_unittests",
216 "//base/test:test_support", 216 "//base/test:test_support",
217 "//testing/gtest", 217 "//testing/gtest",
218 "//ui/base", 218 "//ui/base",
219 "//ui/gfx", 219 "//ui/gfx",
220 "//ui/gfx:gfx_test_support",
220 "//ui/gfx/geometry", 221 "//ui/gfx/geometry",
221 ] 222 ]
222 } 223 }
223 224
224 if (use_cups) { 225 if (use_cups) {
225 config("cups") { 226 config("cups") {
226 defines = [ "USE_CUPS" ] 227 defines = [ "USE_CUPS" ]
227 228
228 if (is_mac) { 229 if (is_mac) {
229 libs = [ "libcups.dylib" ] 230 libs = [ "libcups.dylib" ]
(...skipping 17 matching lines...) Expand all
247 # 'type': 'none', 248 # 'type': 'none',
248 # 'variables': { 249 # 'variables': {
249 # 'java_in_dir': '../printing/android/java', 250 # 'java_in_dir': '../printing/android/java',
250 # }, 251 # },
251 # 'dependencies': [ 252 # 'dependencies': [
252 # '../base/base.gyp:base_java', 253 # '../base/base.gyp:base_java',
253 # ], 254 # ],
254 # 'includes': [ '../build/java.gypi' ], 255 # 'includes': [ '../build/java.gypi' ],
255 #} 256 #}
256 } 257 }
OLDNEW
« no previous file with comments | « mojo/mojo_services.gypi ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698