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

Side by Side Diff: build/android/tests/multiple_proguards/src/dummy/NativeLibraries.java

Issue 359323002: Add switch for turning on library in zip file support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add submitted NativeLibraries.java files 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 | « base/android/java/src/org/chromium/base/library_loader/Linker.java ('k') | no next file » | 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 package org.chromium.base.library_loader; 5 package org.chromium.base.library_loader;
6 6
7 /** 7 /**
8 * This is a complete dummy, required because base now requires a version of 8 * This is a complete dummy, required because base now requires a version of
9 * NativeLibraries to build, but doesn't include it in its jar file. 9 * NativeLibraries to build, but doesn't include it in its jar file.
10 */ 10 */
11 public class NativeLibraries { 11 public class NativeLibraries {
12 public static boolean USE_LINKER = false; 12 public static boolean USE_LINKER = false;
13 public static boolean USE_LIBRARY_IN_ZIP_FILE = false;
13 public static boolean ENABLE_LINKER_TESTS = false; 14 public static boolean ENABLE_LINKER_TESTS = false;
14 static final String[] LIBRARIES = {}; 15 static final String[] LIBRARIES = {};
15 static String VERSION_NUMBER = ""; 16 static String VERSION_NUMBER = "";
16 } 17 }
OLDNEW
« no previous file with comments | « base/android/java/src/org/chromium/base/library_loader/Linker.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698