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

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

Issue 2639553002: Track active notifications in Java (Closed)
Patch Set: FindBugs 2 Created 3 years, 11 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/src/org/chromium/chrome/browser/ntp/ContentSuggestionsNotificationHelper.java » ('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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 287
288 java_cpp_enum("chrome_android_java_enums_srcjar") { 288 java_cpp_enum("chrome_android_java_enums_srcjar") {
289 sources = [ 289 sources = [
290 "//chrome/browser/android/activity_type_ids.h", 290 "//chrome/browser/android/activity_type_ids.h",
291 "//chrome/browser/android/feedback/connectivity_checker.cc", 291 "//chrome/browser/android/feedback/connectivity_checker.cc",
292 "//chrome/browser/android/policy/policy_auditor.cc", 292 "//chrome/browser/android/policy/policy_auditor.cc",
293 "//chrome/browser/android/shortcut_info.h", 293 "//chrome/browser/android/shortcut_info.h",
294 "//chrome/browser/android/tab_android.h", 294 "//chrome/browser/android/tab_android.h",
295 "//chrome/browser/banners/app_banner_settings_helper.h", 295 "//chrome/browser/banners/app_banner_settings_helper.h",
296 "//chrome/browser/notifications/notification_platform_bridge_android.cc", 296 "//chrome/browser/notifications/notification_platform_bridge_android.cc",
297 "//chrome/browser/ntp_snippets/ntp_snippets_metrics.h",
297 "//chrome/browser/profiles/profile_metrics.h", 298 "//chrome/browser/profiles/profile_metrics.h",
298 "//chrome/browser/ui/android/infobars/infobar_android.h", 299 "//chrome/browser/ui/android/infobars/infobar_android.h",
299 ] 300 ]
300 } 301 }
301 302
302 proto_java_library("document_tab_model_info_proto_java") { 303 proto_java_library("document_tab_model_info_proto_java") {
303 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document" 304 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document"
304 sources = [ 305 sources = [
305 "$proto_path/document_tab_model_info.proto", 306 "$proto_path/document_tab_model_info.proto",
306 ] 307 ]
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 apk_name = "ChromeSyncShellTest" 790 apk_name = "ChromeSyncShellTest"
790 apk_under_test = ":chrome_sync_shell_apk" 791 apk_under_test = ":chrome_sync_shell_apk"
791 android_manifest = chrome_sync_shell_test_apk_manifest 792 android_manifest = chrome_sync_shell_test_apk_manifest
792 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 793 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
793 deps = [ 794 deps = [
794 ":chrome_sync_shell_test_apk_java", 795 ":chrome_sync_shell_test_apk_java",
795 "//third_party/android_support_test_runner:runner_java", 796 "//third_party/android_support_test_runner:runner_java",
796 ] 797 ]
797 proguard_enabled = !is_java_debug 798 proguard_enabled = !is_java_debug
798 } 799 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/ContentSuggestionsNotificationHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698