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

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

Issue 2259743002: Add MemoryStateListenerAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: native Created 4 years, 3 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 | components/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 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 143
144 # GYP: //chrome/chrome.gyp:chrome_java 144 # GYP: //chrome/chrome.gyp:chrome_java
145 android_library("chrome_java") { 145 android_library("chrome_java") {
146 deps = [ 146 deps = [
147 ":chrome_public_apk_manifest", 147 ":chrome_public_apk_manifest",
148 ":chrome_public_apk_template_resources", 148 ":chrome_public_apk_template_resources",
149 "//base:base_java", 149 "//base:base_java",
150 "//chrome/android/webapk/libs/client:client_java", 150 "//chrome/android/webapk/libs/client:client_java",
151 "//chrome/android/webapk/libs/common:common_java", 151 "//chrome/android/webapk/libs/common:common_java",
152 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java", 152 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
153 "//components/memory_coordinator/android:memory_coordinator_java",
153 "//components/safe_json/android:safe_json_java", 154 "//components/safe_json/android:safe_json_java",
154 "//components/spellcheck/browser/android:java", 155 "//components/spellcheck/browser/android:java",
155 "//components/variations/android:variations_java", 156 "//components/variations/android:variations_java",
156 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 157 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
157 "//components/web_restrictions:web_restrictions_java", 158 "//components/web_restrictions:web_restrictions_java",
158 "//content/public/android:content_java", 159 "//content/public/android:content_java",
159 "//device/geolocation:geolocation_java", 160 "//device/geolocation:geolocation_java",
160 "//media/base/android:media_java", 161 "//media/base/android:media_java",
161 "//media/capture/content/android:screen_capture_java", 162 "//media/capture/content/android:screen_capture_java",
162 "//media/capture/video/android:capture_java", 163 "//media/capture/video/android:capture_java",
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 instrumentation_test_apk("chrome_sync_shell_test_apk") { 655 instrumentation_test_apk("chrome_sync_shell_test_apk") {
655 apk_name = "ChromeSyncShellTest" 656 apk_name = "ChromeSyncShellTest"
656 apk_under_test = ":chrome_sync_shell_apk" 657 apk_under_test = ":chrome_sync_shell_apk"
657 android_manifest = chrome_sync_shell_test_apk_manifest 658 android_manifest = chrome_sync_shell_test_apk_manifest
658 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 659 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
659 deps = [ 660 deps = [
660 ":chrome_sync_shell_test_apk_java", 661 ":chrome_sync_shell_test_apk_java",
661 ] 662 ]
662 proguard_enabled = !is_java_debug 663 proguard_enabled = !is_java_debug
663 } 664 }
OLDNEW
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698