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

Side by Side Diff: base/BUILD.gn

Issue 361633002: [Android][gn] Add android resources templates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-java
Patch Set: 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
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 import("//build/config/android/rules.gni")
6 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
7 6
7 if (is_android) {
8 import("//build/config/android/rules.gni")
9 }
10
8 component("base") { 11 component("base") {
9 sources = [ 12 sources = [
10 "third_party/dmg_fp/dmg_fp.h", 13 "third_party/dmg_fp/dmg_fp.h",
11 "third_party/dmg_fp/g_fmt.cc", 14 "third_party/dmg_fp/g_fmt.cc",
12 "third_party/dmg_fp/dtoa_wrapper.cc", 15 "third_party/dmg_fp/dtoa_wrapper.cc",
13 "third_party/icu/icu_utf.cc", 16 "third_party/icu/icu_utf.cc",
14 "third_party/icu/icu_utf.h", 17 "third_party/icu/icu_utf.h",
15 "third_party/superfasthash/superfasthash.c", 18 "third_party/superfasthash/superfasthash.c",
16 "allocator/allocator_extension.cc", 19 "allocator/allocator_extension.cc",
17 "allocator/allocator_extension.h", 20 "allocator/allocator_extension.h",
(...skipping 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 "android/java/templates/NativeLibraries.template", 1416 "android/java/templates/NativeLibraries.template",
1414 ] 1417 ]
1415 source_prereqs = [ 1418 source_prereqs = [
1416 "android/java/templates/native_libraries_array.h", 1419 "android/java/templates/native_libraries_array.h",
1417 ] 1420 ]
1418 1421
1419 package_name = "org/chromium/base/library_loader" 1422 package_name = "org/chromium/base/library_loader"
1420 include_path = "android/java/templates" 1423 include_path = "android/java/templates"
1421 } 1424 }
1422 } 1425 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | base/test/BUILD.gn » ('j') | build/android/gyp/find.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698