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

Side by Side Diff: base/BUILD.gn

Issue 1965583002: Move //webapk to //chrome/android/webapk (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 | « apk_minter/BUILD.gn ('k') | chrome/android/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 (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 2160
2161 # GYP: //base.gyp:base_java 2161 # GYP: //base.gyp:base_java
2162 android_library("base_java") { 2162 android_library("base_java") {
2163 srcjar_deps = [ 2163 srcjar_deps = [
2164 ":base_android_java_enums_srcjar", 2164 ":base_android_java_enums_srcjar",
2165 ":base_build_config_gen", 2165 ":base_build_config_gen",
2166 ":base_native_libraries_gen", 2166 ":base_native_libraries_gen",
2167 ] 2167 ]
2168 2168
2169 deps = [ 2169 deps = [
2170 "//chrome/android/webapk/libs/common",
2170 "//third_party/android_tools:android_support_multidex_java", 2171 "//third_party/android_tools:android_support_multidex_java",
2171 "//third_party/jsr-305:jsr_305_javalib", 2172 "//third_party/jsr-305:jsr_305_javalib",
2172 "//webapk/libs/common",
2173 ] 2173 ]
2174 2174
2175 java_files = [ 2175 java_files = [
2176 "android/java/src/org/chromium/base/ActivityState.java", 2176 "android/java/src/org/chromium/base/ActivityState.java",
2177 "android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java", 2177 "android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java",
2178 "android/java/src/org/chromium/base/ApiCompatibilityUtils.java", 2178 "android/java/src/org/chromium/base/ApiCompatibilityUtils.java",
2179 "android/java/src/org/chromium/base/ApkAssets.java", 2179 "android/java/src/org/chromium/base/ApkAssets.java",
2180 "android/java/src/org/chromium/base/ApplicationStatus.java", 2180 "android/java/src/org/chromium/base/ApplicationStatus.java",
2181 "android/java/src/org/chromium/base/BaseChromiumApplication.java", 2181 "android/java/src/org/chromium/base/BaseChromiumApplication.java",
2182 "android/java/src/org/chromium/base/BaseSwitches.java", 2182 "android/java/src/org/chromium/base/BaseSwitches.java",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2364 2364
2365 # GYP: //base.gyp:base_java_unittest_support 2365 # GYP: //base.gyp:base_java_unittest_support
2366 android_library("base_java_unittest_support") { 2366 android_library("base_java_unittest_support") {
2367 deps = [ 2367 deps = [
2368 ":base_java", 2368 ":base_java",
2369 ] 2369 ]
2370 java_files = 2370 java_files =
2371 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2371 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2372 } 2372 }
2373 } 2373 }
OLDNEW
« no previous file with comments | « apk_minter/BUILD.gn ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698