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

Side by Side Diff: chrome/android/BUILD.gn

Issue 1971773002: Upstream: Add WebAPK's client library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEPS. 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.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 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//chrome/android/chrome_public_apk_tmpl.gni") 8 import("//chrome/android/chrome_public_apk_tmpl.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "values-vi/android_chrome_strings.xml", 112 "values-vi/android_chrome_strings.xml",
113 "values-zh-rCN/android_chrome_strings.xml", 113 "values-zh-rCN/android_chrome_strings.xml",
114 "values-zh/android_chrome_strings.xml", 114 "values-zh/android_chrome_strings.xml",
115 ] 115 ]
116 } 116 }
117 117
118 # GYP: //chrome/chrome.gyp:chrome_java 118 # GYP: //chrome/chrome.gyp:chrome_java
119 android_library("chrome_java") { 119 android_library("chrome_java") {
120 deps = [ 120 deps = [
121 "//base:base_java", 121 "//base:base_java",
122 "//chrome/android/webapk/libs/client",
122 "//components/safe_json/android:safe_json_java", 123 "//components/safe_json/android:safe_json_java",
123 "//components/variations/android:variations_java", 124 "//components/variations/android:variations_java",
124 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 125 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
125 "//components/web_restrictions:web_restrictions_java", 126 "//components/web_restrictions:web_restrictions_java",
126 "//content/public/android:content_java", 127 "//content/public/android:content_java",
127 "//media/base/android:media_java", 128 "//media/base/android:media_java",
128 "//media/capture/video/android:capture_java", 129 "//media/capture/video/android:capture_java",
129 "//media/midi:midi_java", 130 "//media/midi:midi_java",
130 "//mojo/public/java:bindings", 131 "//mojo/public/java:bindings",
131 "//mojo/public/java:system", 132 "//mojo/public/java:system",
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 instrumentation_test_apk("chrome_sync_shell_test_apk") { 589 instrumentation_test_apk("chrome_sync_shell_test_apk") {
589 apk_name = "ChromeSyncShellTest" 590 apk_name = "ChromeSyncShellTest"
590 apk_under_test = ":chrome_sync_shell_apk" 591 apk_under_test = ":chrome_sync_shell_apk"
591 android_manifest = chrome_sync_shell_test_apk_manifest 592 android_manifest = chrome_sync_shell_test_apk_manifest
592 deps = [ 593 deps = [
593 ":chrome_sync_shell_test_apk_java", 594 ":chrome_sync_shell_test_apk_java",
594 ":chrome_sync_shell_test_apk_manifest", 595 ":chrome_sync_shell_test_apk_manifest",
595 ] 596 ]
596 proguard_enabled = !is_debug 597 proguard_enabled = !is_debug
597 } 598 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698