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

Side by Side Diff: base/BUILD.gn

Issue 1945303005: Change webapk packages and directory structure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « PRESUBMIT.py ('k') | base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 2149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2160 android_library("base_java") { 2160 android_library("base_java") {
2161 srcjar_deps = [ 2161 srcjar_deps = [
2162 ":base_android_java_enums_srcjar", 2162 ":base_android_java_enums_srcjar",
2163 ":base_build_config_gen", 2163 ":base_build_config_gen",
2164 ":base_native_libraries_gen", 2164 ":base_native_libraries_gen",
2165 ] 2165 ]
2166 2166
2167 deps = [ 2167 deps = [
2168 "//third_party/android_tools:android_support_multidex_java", 2168 "//third_party/android_tools:android_support_multidex_java",
2169 "//third_party/jsr-305:jsr_305_javalib", 2169 "//third_party/jsr-305:jsr_305_javalib",
2170 "//web_apks/minting_example:minting_common_lib", 2170 "//webapk/libs/common",
2171 ] 2171 ]
2172 2172
2173 java_files = [ 2173 java_files = [
2174 "android/java/src/org/chromium/base/ActivityState.java", 2174 "android/java/src/org/chromium/base/ActivityState.java",
2175 "android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java", 2175 "android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java",
2176 "android/java/src/org/chromium/base/ApiCompatibilityUtils.java", 2176 "android/java/src/org/chromium/base/ApiCompatibilityUtils.java",
2177 "android/java/src/org/chromium/base/ApkAssets.java", 2177 "android/java/src/org/chromium/base/ApkAssets.java",
2178 "android/java/src/org/chromium/base/ApplicationStatus.java", 2178 "android/java/src/org/chromium/base/ApplicationStatus.java",
2179 "android/java/src/org/chromium/base/BaseChromiumApplication.java", 2179 "android/java/src/org/chromium/base/BaseChromiumApplication.java",
2180 "android/java/src/org/chromium/base/BaseSwitches.java", 2180 "android/java/src/org/chromium/base/BaseSwitches.java",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 2362
2363 # GYP: //base.gyp:base_java_unittest_support 2363 # GYP: //base.gyp:base_java_unittest_support
2364 android_library("base_java_unittest_support") { 2364 android_library("base_java_unittest_support") {
2365 deps = [ 2365 deps = [
2366 ":base_java", 2366 ":base_java",
2367 ] 2367 ]
2368 java_files = 2368 java_files =
2369 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2369 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2370 } 2370 }
2371 } 2371 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698