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

Side by Side Diff: printing/BUILD.gn

Issue 1829823002: Replace usages of DEPRECATED_java_in_dir with java_files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: zap random comment Created 4 years, 9 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 | « net/android/BUILD.gn ('k') | sync/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/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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "android/java/src/org/chromium/printing/PrintingContext.java", 270 "android/java/src/org/chromium/printing/PrintingContext.java",
271 ] 271 ]
272 jni_package = "printing" 272 jni_package = "printing"
273 } 273 }
274 274
275 # GYP: //printing/printing.gyp:printing_java 275 # GYP: //printing/printing.gyp:printing_java
276 android_library("printing_java") { 276 android_library("printing_java") {
277 deps = [ 277 deps = [
278 "//base:base_java", 278 "//base:base_java",
279 ] 279 ]
280 DEPRECATED_java_in_dir = "android/java/src" 280 java_files = [
281 "android/java/src/org/chromium/printing/PrintDocumentAdapterWrapper.java",
282 "android/java/src/org/chromium/printing/PrintManagerDelegate.java",
283 "android/java/src/org/chromium/printing/PrintManagerDelegateImpl.java",
284 "android/java/src/org/chromium/printing/Printable.java",
285 "android/java/src/org/chromium/printing/PrintingContext.java",
286 "android/java/src/org/chromium/printing/PrintingContextInterface.java",
287 "android/java/src/org/chromium/printing/PrintingController.java",
288 "android/java/src/org/chromium/printing/PrintingControllerImpl.java",
289 ]
281 } 290 }
282 } 291 }
OLDNEW
« no previous file with comments | « net/android/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698