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

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

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: rebase Created 4 years 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/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("//android_webview/webview_repack_locales_list.gni") 5 import("//android_webview/webview_repack_locales_list.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//build_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//chrome/android/chrome_public_apk_tmpl.gni") 10 import("//chrome/android/chrome_public_apk_tmpl.gni")
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 # From java_sources.gni. 238 # From java_sources.gni.
239 java_files = chrome_java_sources 239 java_files = chrome_java_sources
240 240
241 srcjar_deps += [ 241 srcjar_deps += [
242 "//chrome:page_info_connection_type_javagen", 242 "//chrome:page_info_connection_type_javagen",
243 "//chrome:website_settings_action_javagen", 243 "//chrome:website_settings_action_javagen",
244 "//components/browsing_data/core:browsing_data_utils_java", 244 "//components/browsing_data/core:browsing_data_utils_java",
245 "//components/infobars/core:infobar_enums_java", 245 "//components/infobars/core:infobar_enums_java",
246 "//components/ntp_snippets:ntp_snippets_java_enums_srcjar", 246 "//components/ntp_snippets:ntp_snippets_java_enums_srcjar",
247 "//components/ntp_tiles:ntp_tiles_enums_java", 247 "//components/ntp_tiles:ntp_tiles_enums_java",
248 "//components/offline_pages:offline_page_model_enums_java", 248 "//components/offline_pages/core:offline_page_model_enums_java",
249 "//components/omnibox/browser:autocomplete_match_javagen", 249 "//components/omnibox/browser:autocomplete_match_javagen",
250 "//components/omnibox/browser:autocomplete_match_type_javagen", 250 "//components/omnibox/browser:autocomplete_match_type_javagen",
251 "//components/security_state/core:security_state_enums_java", 251 "//components/security_state/core:security_state_enums_java",
252 "//components/signin/core/browser:investigated_scenario_java", 252 "//components/signin/core/browser:investigated_scenario_java",
253 ] 253 ]
254 254
255 deps += [ 255 deps += [
256 ":chrome_java_resources", 256 ":chrome_java_resources",
257 ":document_tab_model_info_proto_java", 257 ":document_tab_model_info_proto_java",
258 "//blimp/client/public:public_java", 258 "//blimp/client/public:public_java",
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 instrumentation_test_apk("chrome_sync_shell_test_apk") { 793 instrumentation_test_apk("chrome_sync_shell_test_apk") {
794 apk_name = "ChromeSyncShellTest" 794 apk_name = "ChromeSyncShellTest"
795 apk_under_test = ":chrome_sync_shell_apk" 795 apk_under_test = ":chrome_sync_shell_apk"
796 android_manifest = chrome_sync_shell_test_apk_manifest 796 android_manifest = chrome_sync_shell_test_apk_manifest
797 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 797 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
798 deps = [ 798 deps = [
799 ":chrome_sync_shell_test_apk_java", 799 ":chrome_sync_shell_test_apk_java",
800 ] 800 ]
801 proguard_enabled = !is_java_debug 801 proguard_enabled = !is_java_debug
802 } 802 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698