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

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

Issue 1983063002: Move classes to //components/ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 6 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/ntp/most_visited_sites.h » ('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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 # TODO(sievers): Split java code into components. Not everything 177 # TODO(sievers): Split java code into components. Not everything
178 # is really all that UI related here. 178 # is really all that UI related here.
179 if (android_java_ui) { 179 if (android_java_ui) {
180 # From java_sources.gni. 180 # From java_sources.gni.
181 java_files = chrome_java_sources 181 java_files = chrome_java_sources
182 182
183 srcjar_deps += [ 183 srcjar_deps += [
184 "//chrome:page_info_connection_type_javagen", 184 "//chrome:page_info_connection_type_javagen",
185 "//chrome:website_settings_action_javagen", 185 "//chrome:website_settings_action_javagen",
186 "//components/infobars/core:infobar_enums_java", 186 "//components/infobars/core:infobar_enums_java",
187 "//components/ntp_tiles:ntp_tiles_enums_java",
187 "//components/offline_pages:offline_page_model_enums_java", 188 "//components/offline_pages:offline_page_model_enums_java",
188 "//components/omnibox/browser:autocomplete_match_javagen", 189 "//components/omnibox/browser:autocomplete_match_javagen",
189 "//components/omnibox/browser:autocomplete_match_type_javagen", 190 "//components/omnibox/browser:autocomplete_match_type_javagen",
190 "//components/security_state:security_state_enums_java", 191 "//components/security_state:security_state_enums_java",
191 "//components/signin/core/browser:investigated_scenario_java", 192 "//components/signin/core/browser:investigated_scenario_java",
192 ] 193 ]
193 194
194 deps += [ 195 deps += [
195 ":chrome_java_resources", 196 ":chrome_java_resources",
196 ":document_tab_model_info_proto_java", 197 ":document_tab_model_info_proto_java",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 args = [ 229 args = [
229 "--srcjar", 230 "--srcjar",
230 rebase_path(_output_path, root_build_dir), 231 rebase_path(_output_path, root_build_dir),
231 ] 232 ]
232 } 233 }
233 234
234 java_cpp_enum("chrome_android_java_enums_srcjar") { 235 java_cpp_enum("chrome_android_java_enums_srcjar") {
235 sources = [ 236 sources = [
236 "//chrome/browser/android/activity_type_ids.h", 237 "//chrome/browser/android/activity_type_ids.h",
237 "//chrome/browser/android/feedback/connectivity_checker.cc", 238 "//chrome/browser/android/feedback/connectivity_checker.cc",
238 "//chrome/browser/android/ntp/most_visited_sites.cc",
239 "//chrome/browser/android/policy/policy_auditor.cc", 239 "//chrome/browser/android/policy/policy_auditor.cc",
240 "//chrome/browser/android/shortcut_info.h", 240 "//chrome/browser/android/shortcut_info.h",
241 "//chrome/browser/android/tab_android.h", 241 "//chrome/browser/android/tab_android.h",
242 "//chrome/browser/browsing_data/browsing_data_counter_utils.h", 242 "//chrome/browser/browsing_data/browsing_data_counter_utils.h",
243 "//chrome/browser/browsing_data/browsing_data_remover.h", 243 "//chrome/browser/browsing_data/browsing_data_remover.h",
244 "//chrome/browser/profiles/profile_metrics.h", 244 "//chrome/browser/profiles/profile_metrics.h",
245 "//chrome/browser/ui/android/infobars/infobar_android.h", 245 "//chrome/browser/ui/android/infobars/infobar_android.h",
246 ] 246 ]
247 } 247 }
248 248
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 instrumentation_test_apk("chrome_sync_shell_test_apk") { 594 instrumentation_test_apk("chrome_sync_shell_test_apk") {
595 apk_name = "ChromeSyncShellTest" 595 apk_name = "ChromeSyncShellTest"
596 apk_under_test = ":chrome_sync_shell_apk" 596 apk_under_test = ":chrome_sync_shell_apk"
597 android_manifest = chrome_sync_shell_test_apk_manifest 597 android_manifest = chrome_sync_shell_test_apk_manifest
598 deps = [ 598 deps = [
599 ":chrome_sync_shell_test_apk_java", 599 ":chrome_sync_shell_test_apk_java",
600 ":chrome_sync_shell_test_apk_manifest", 600 ":chrome_sync_shell_test_apk_manifest",
601 ] 601 ]
602 proguard_enabled = !is_java_debug 602 proguard_enabled = !is_java_debug
603 } 603 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/ntp/most_visited_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698