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

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

Issue 2172203002: Enable Popular Sites in Android demo mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: x Created 4 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
« no previous file with comments | « no previous file | chrome/browser/android/chrome_jni_registrar.cc » ('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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 ":document_tab_model_info_proto_java", 228 ":document_tab_model_info_proto_java",
229 "//blimp/client/public:public_java", 229 "//blimp/client/public:public_java",
230 "//components/bookmarks/common/android:bookmarks_java", 230 "//components/bookmarks/common/android:bookmarks_java",
231 "//components/dom_distiller/android:dom_distiller_content_java", 231 "//components/dom_distiller/android:dom_distiller_content_java",
232 "//components/dom_distiller/android:dom_distiller_core_java", 232 "//components/dom_distiller/android:dom_distiller_core_java",
233 "//components/gcm_driver/android:gcm_driver_java", 233 "//components/gcm_driver/android:gcm_driver_java",
234 "//components/gcm_driver/instance_id/android:instance_id_driver_java", 234 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
235 "//components/invalidation/impl:java", 235 "//components/invalidation/impl:java",
236 "//components/location/android:location_java", 236 "//components/location/android:location_java",
237 "//components/navigation_interception/android:navigation_interception_java ", 237 "//components/navigation_interception/android:navigation_interception_java ",
238 "//components/ntp_tiles/android:ntp_tiles_java",
238 "//components/policy/android:policy_java", 239 "//components/policy/android:policy_java",
239 "//components/precache/android:precache_java", 240 "//components/precache/android:precache_java",
240 "//components/safe_json/android:safe_json_java", 241 "//components/safe_json/android:safe_json_java",
241 "//components/signin/core/browser/android:java", 242 "//components/signin/core/browser/android:java",
242 "//components/web_contents_delegate_android:web_contents_delegate_android_ java", 243 "//components/web_contents_delegate_android:web_contents_delegate_android_ java",
243 "//sync/android:sync_java", 244 "//sync/android:sync_java",
244 ] 245 ]
245 } 246 }
246 } 247 }
247 248
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 apk_name = "ChromeSyncShellTest" 618 apk_name = "ChromeSyncShellTest"
618 apk_under_test = ":chrome_sync_shell_apk" 619 apk_under_test = ":chrome_sync_shell_apk"
619 android_manifest = chrome_sync_shell_test_apk_manifest 620 android_manifest = chrome_sync_shell_test_apk_manifest
620 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 621 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
621 deps = [ 622 deps = [
622 ":chrome_sync_shell_test_apk_java", 623 ":chrome_sync_shell_test_apk_java",
623 ] 624 ]
624 proguard_enabled = !is_java_debug 625 proguard_enabled = !is_java_debug
625 } 626 }
626 } 627 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698