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

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

Issue 2061803002: 📰 The Status card reports disabled sync states (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplifyBridge
Patch Set: yolo: another big bag of changes 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/android/java/res/layout/new_tab_page_status_card.xml » ('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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 # TODO(sievers): Split java code into components. Not everything 174 # TODO(sievers): Split java code into components. Not everything
175 # is really all that UI related here. 175 # is really all that UI related here.
176 if (android_java_ui) { 176 if (android_java_ui) {
177 # From java_sources.gni. 177 # From java_sources.gni.
178 java_files = chrome_java_sources 178 java_files = chrome_java_sources
179 179
180 srcjar_deps += [ 180 srcjar_deps += [
181 "//chrome:page_info_connection_type_javagen", 181 "//chrome:page_info_connection_type_javagen",
182 "//chrome:website_settings_action_javagen", 182 "//chrome:website_settings_action_javagen",
183 "//components/infobars/core:infobar_enums_java", 183 "//components/infobars/core:infobar_enums_java",
184 "//components/ntp_snippets:ntp_snippets_java_enums_srcjar",
184 "//components/ntp_tiles:ntp_tiles_enums_java", 185 "//components/ntp_tiles:ntp_tiles_enums_java",
185 "//components/offline_pages:offline_page_model_enums_java", 186 "//components/offline_pages:offline_page_model_enums_java",
186 "//components/omnibox/browser:autocomplete_match_javagen", 187 "//components/omnibox/browser:autocomplete_match_javagen",
187 "//components/omnibox/browser:autocomplete_match_type_javagen", 188 "//components/omnibox/browser:autocomplete_match_type_javagen",
188 "//components/security_state:security_state_enums_java", 189 "//components/security_state:security_state_enums_java",
189 "//components/signin/core/browser:investigated_scenario_java", 190 "//components/signin/core/browser:investigated_scenario_java",
190 ] 191 ]
191 192
192 deps += [ 193 deps += [
193 ":chrome_java_resources", 194 ":chrome_java_resources",
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 instrumentation_test_apk("chrome_sync_shell_test_apk") { 590 instrumentation_test_apk("chrome_sync_shell_test_apk") {
590 apk_name = "ChromeSyncShellTest" 591 apk_name = "ChromeSyncShellTest"
591 apk_under_test = ":chrome_sync_shell_apk" 592 apk_under_test = ":chrome_sync_shell_apk"
592 android_manifest = chrome_sync_shell_test_apk_manifest 593 android_manifest = chrome_sync_shell_test_apk_manifest
593 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 594 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
594 deps = [ 595 deps = [
595 ":chrome_sync_shell_test_apk_java", 596 ":chrome_sync_shell_test_apk_java",
596 ] 597 ]
597 proguard_enabled = !is_java_debug 598 proguard_enabled = !is_java_debug
598 } 599 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/layout/new_tab_page_status_card.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698