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

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

Issue 2440483002: Combine action parameters sent to Android displayNotification (Closed)
Patch Set: Put NotificationActionType enum in notification_platform_bridge_android.cc Created 4 years, 2 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/notifications/ActionInfo.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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 ] 270 ]
271 } 271 }
272 272
273 java_cpp_enum("chrome_android_java_enums_srcjar") { 273 java_cpp_enum("chrome_android_java_enums_srcjar") {
274 sources = [ 274 sources = [
275 "//chrome/browser/android/activity_type_ids.h", 275 "//chrome/browser/android/activity_type_ids.h",
276 "//chrome/browser/android/feedback/connectivity_checker.cc", 276 "//chrome/browser/android/feedback/connectivity_checker.cc",
277 "//chrome/browser/android/policy/policy_auditor.cc", 277 "//chrome/browser/android/policy/policy_auditor.cc",
278 "//chrome/browser/android/shortcut_info.h", 278 "//chrome/browser/android/shortcut_info.h",
279 "//chrome/browser/android/tab_android.h", 279 "//chrome/browser/android/tab_android.h",
280 "//chrome/browser/notifications/notification_platform_bridge_android.cc",
280 "//chrome/browser/profiles/profile_metrics.h", 281 "//chrome/browser/profiles/profile_metrics.h",
281 "//chrome/browser/ui/android/infobars/infobar_android.h", 282 "//chrome/browser/ui/android/infobars/infobar_android.h",
282 ] 283 ]
283 } 284 }
284 285
285 proto_java_library("document_tab_model_info_proto_java") { 286 proto_java_library("document_tab_model_info_proto_java") {
286 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document" 287 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document"
287 sources = [ 288 sources = [
288 "$proto_path/document_tab_model_info.proto", 289 "$proto_path/document_tab_model_info.proto",
289 ] 290 ]
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 instrumentation_test_apk("chrome_sync_shell_test_apk") { 742 instrumentation_test_apk("chrome_sync_shell_test_apk") {
742 apk_name = "ChromeSyncShellTest" 743 apk_name = "ChromeSyncShellTest"
743 apk_under_test = ":chrome_sync_shell_apk" 744 apk_under_test = ":chrome_sync_shell_apk"
744 android_manifest = chrome_sync_shell_test_apk_manifest 745 android_manifest = chrome_sync_shell_test_apk_manifest
745 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 746 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
746 deps = [ 747 deps = [
747 ":chrome_sync_shell_test_apk_java", 748 ":chrome_sync_shell_test_apk_java",
748 ] 749 ]
749 proguard_enabled = !is_java_debug 750 proguard_enabled = !is_java_debug
750 } 751 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/notifications/ActionInfo.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698