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

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

Issue 1864053002: Implement Android UI of web notification inline replies Base URL: https://chromium.googlesource.com/chromium/src.git@inline_replies_ps1
Patch Set: Created 4 years, 8 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
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 sources = [ 226 sources = [
227 "//chrome/browser/android/activity_type_ids.h", 227 "//chrome/browser/android/activity_type_ids.h",
228 "//chrome/browser/android/feedback/connectivity_checker.cc", 228 "//chrome/browser/android/feedback/connectivity_checker.cc",
229 "//chrome/browser/android/ntp/most_visited_sites.cc", 229 "//chrome/browser/android/ntp/most_visited_sites.cc",
230 "//chrome/browser/android/shortcut_info.h", 230 "//chrome/browser/android/shortcut_info.h",
231 "//chrome/browser/android/tab_android.h", 231 "//chrome/browser/android/tab_android.h",
232 "//chrome/browser/browsing_data/browsing_data_counter_utils.h", 232 "//chrome/browser/browsing_data/browsing_data_counter_utils.h",
233 "//chrome/browser/browsing_data/browsing_data_remover.h", 233 "//chrome/browser/browsing_data/browsing_data_remover.h",
234 "//chrome/browser/profiles/profile_metrics.h", 234 "//chrome/browser/profiles/profile_metrics.h",
235 "//chrome/browser/ui/android/infobars/infobar_android.h", 235 "//chrome/browser/ui/android/infobars/infobar_android.h",
236 "//ui/message_center/notification.h",
Nina 2016/04/06 16:05:48 This is the thing I'm not entirely sure about. If
236 ] 237 ]
237 } 238 }
238 239
239 # GYP: //chrome/chrome_browser.gypi:document_tab_model_info_proto_java 240 # GYP: //chrome/chrome_browser.gypi:document_tab_model_info_proto_java
240 proto_java_library("document_tab_model_info_proto_java") { 241 proto_java_library("document_tab_model_info_proto_java") {
241 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document" 242 proto_path = "java/src/org/chromium/chrome/browser/tabmodel/document"
242 sources = [ 243 sources = [
243 "$proto_path/document_tab_model_info.proto", 244 "$proto_path/document_tab_model_info.proto",
244 ] 245 ]
245 } 246 }
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 apk_name = "ChromeSyncShellTest" 601 apk_name = "ChromeSyncShellTest"
601 apk_under_test = ":chrome_sync_shell_apk" 602 apk_under_test = ":chrome_sync_shell_apk"
602 android_manifest = chrome_sync_shell_test_apk_manifest 603 android_manifest = chrome_sync_shell_test_apk_manifest
603 deps = [ 604 deps = [
604 ":chrome_sync_shell_test_apk_java", 605 ":chrome_sync_shell_test_apk_java",
605 ":chrome_sync_shell_test_apk_manifest", 606 ":chrome_sync_shell_test_apk_manifest",
606 ] 607 ]
607 isolate_file = "../chrome_sync_shell_test_apk.isolate" 608 isolate_file = "../chrome_sync_shell_test_apk.isolate"
608 proguard_enabled = !is_debug 609 proguard_enabled = !is_debug
609 } 610 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698