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

Side by Side Diff: components/variations/BUILD.gn

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase add chrome_version_java/page_connection_info_javagen Created 6 years, 2 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 | « components/variations.gypi ('k') | components/variations/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 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 static_library("variations") { 9 static_library("variations") {
10 sources = [ 10 sources = [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "//components/variations/proto", 45 "//components/variations/proto",
46 "//third_party/mt19937ar", 46 "//third_party/mt19937ar",
47 ] 47 ]
48 48
49 if (is_android) { 49 if (is_android) {
50 deps += [ ":jni" ] 50 deps += [ ":jni" ]
51 } 51 }
52 } 52 }
53 53
54 if (is_android) { 54 if (is_android) {
55 # GYP: //components/variations.gypi:variations_jni_headers
55 generate_jni("jni") { 56 generate_jni("jni") {
56 sources = [ 57 sources = [
57 "android/java/src/org/chromium/components/variations/VariationsAssociatedD ata.java", 58 "android/java/src/org/chromium/components/variations/VariationsAssociatedD ata.java",
58 ] 59 ]
59 jni_package = "variations" 60 jni_package = "variations"
60 } 61 }
61 } 62 }
OLDNEW
« no previous file with comments | « components/variations.gypi ('k') | components/variations/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698