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

Side by Side Diff: printing/BUILD.gn

Issue 941863002: Add more size_t -> int warning fixes for the win x64 GN build. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@fix_win64
Patch Set: remove mojo changes Created 5 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 | « media/test/BUILD.gn ('k') | ui/app_list/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 if (is_mac) { 8 if (is_mac) {
9 import("//build/config/mac/mac_sdk.gni") 9 import("//build/config/mac/mac_sdk.gni")
10 } 10 }
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "page_range_unittest.cc", 194 "page_range_unittest.cc",
195 "page_setup_unittest.cc", 195 "page_setup_unittest.cc",
196 "pdf_metafile_cg_mac_unittest.cc", 196 "pdf_metafile_cg_mac_unittest.cc",
197 "printed_page_unittest.cc", 197 "printed_page_unittest.cc",
198 "printing_context_win_unittest.cc", 198 "printing_context_win_unittest.cc",
199 "printing_test.h", 199 "printing_test.h",
200 "printing_utils_unittest.cc", 200 "printing_utils_unittest.cc",
201 "units_unittest.cc", 201 "units_unittest.cc",
202 ] 202 ]
203 203
204 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
205
204 if (use_cups) { 206 if (use_cups) {
205 configs += [ ":cups" ] 207 configs += [ ":cups" ]
206 sources += [ "backend/cups_helper_unittest.cc" ] 208 sources += [ "backend/cups_helper_unittest.cc" ]
207 } 209 }
208 210
209 deps = [ 211 deps = [
210 ":printing", 212 ":printing",
211 "//base/allocator", 213 "//base/allocator",
212 "//base/test:run_all_unittests", 214 "//base/test:run_all_unittests",
213 "//base/test:test_support", 215 "//base/test:test_support",
(...skipping 27 matching lines...) Expand all
241 } 243 }
242 244
243 # GYP: //printing/printing.gyp:printing_java 245 # GYP: //printing/printing.gyp:printing_java
244 android_library("printing_java") { 246 android_library("printing_java") {
245 deps = [ 247 deps = [
246 "//base:base_java", 248 "//base:base_java",
247 ] 249 ]
248 DEPRECATED_java_in_dir = "android/java/src" 250 DEPRECATED_java_in_dir = "android/java/src"
249 } 251 }
250 } 252 }
OLDNEW
« no previous file with comments | « media/test/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698