OLD | NEW |
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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 ] | 221 ] |
222 } | 222 } |
223 | 223 |
224 java_cpp_enum("chrome_android_java_enums_srcjar") { | 224 java_cpp_enum("chrome_android_java_enums_srcjar") { |
225 sources = [ | 225 sources = [ |
226 "//chrome/browser/android/activity_type_ids.h", | 226 "//chrome/browser/android/activity_type_ids.h", |
227 "//chrome/browser/android/feedback/connectivity_checker.cc", | 227 "//chrome/browser/android/feedback/connectivity_checker.cc", |
228 "//chrome/browser/android/most_visited_sites.cc", | 228 "//chrome/browser/android/most_visited_sites.cc", |
229 "//chrome/browser/android/shortcut_info.h", | 229 "//chrome/browser/android/shortcut_info.h", |
230 "//chrome/browser/android/tab_android.h", | 230 "//chrome/browser/android/tab_android.h", |
| 231 "//chrome/browser/browsing_data/browsing_data_counter_utils.h", |
231 "//chrome/browser/profiles/profile_metrics.h", | 232 "//chrome/browser/profiles/profile_metrics.h", |
232 "//chrome/browser/ssl/security_state_model.h", | 233 "//chrome/browser/ssl/security_state_model.h", |
233 "//chrome/browser/ui/android/infobars/infobar_android.h", | 234 "//chrome/browser/ui/android/infobars/infobar_android.h", |
234 ] | 235 ] |
235 } | 236 } |
236 | 237 |
237 # GYP: //chrome/chrome_browser.gypi:document_tab_model_info_proto_java | 238 # GYP: //chrome/chrome_browser.gypi:document_tab_model_info_proto_java |
238 proto_java_library("document_tab_model_info_proto_java") { | 239 proto_java_library("document_tab_model_info_proto_java") { |
239 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document" | 240 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document" |
240 sources = [ | 241 sources = [ |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 apk_name = "ChromeSyncShellTest" | 571 apk_name = "ChromeSyncShellTest" |
571 apk_under_test = ":chrome_sync_shell_apk" | 572 apk_under_test = ":chrome_sync_shell_apk" |
572 android_manifest = chrome_sync_shell_test_apk_manifest | 573 android_manifest = chrome_sync_shell_test_apk_manifest |
573 deps = [ | 574 deps = [ |
574 ":chrome_sync_shell_test_apk_java", | 575 ":chrome_sync_shell_test_apk_java", |
575 ":chrome_sync_shell_test_apk_manifest", | 576 ":chrome_sync_shell_test_apk_manifest", |
576 ] | 577 ] |
577 isolate_file = "../chrome_sync_shell_test_apk.isolate" | 578 isolate_file = "../chrome_sync_shell_test_apk.isolate" |
578 proguard_enabled = !is_debug | 579 proguard_enabled = !is_debug |
579 } | 580 } |
OLD | NEW |