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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2838833003: Introduces snackbar enum, & other snackbar classes on android for translate (Closed)
Patch Set: Created 3 years, 7 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 "android/page_info/certificate_chain_helper.h", 2282 "android/page_info/certificate_chain_helper.h",
2283 "android/page_info/certificate_viewer_android.cc", 2283 "android/page_info/certificate_viewer_android.cc",
2284 "android/page_info/certificate_viewer_android.h", 2284 "android/page_info/certificate_viewer_android.h",
2285 "android/page_info/connection_info_popup_android.cc", 2285 "android/page_info/connection_info_popup_android.cc",
2286 "android/page_info/connection_info_popup_android.h", 2286 "android/page_info/connection_info_popup_android.h",
2287 "android/page_info/page_info_popup_android.cc", 2287 "android/page_info/page_info_popup_android.cc",
2288 "android/page_info/page_info_popup_android.h", 2288 "android/page_info/page_info_popup_android.h",
2289 "android/simple_message_box_android.cc", 2289 "android/simple_message_box_android.cc",
2290 "android/snackbars/auto_signin_prompt_controller.cc", 2290 "android/snackbars/auto_signin_prompt_controller.cc",
2291 "android/snackbars/auto_signin_prompt_controller.h", 2291 "android/snackbars/auto_signin_prompt_controller.h",
2292 "android/snackbars/translate_snackbar.cc",
2293 "android/snackbars/translate_snackbar.h",
2292 "android/ssl_client_certificate_request.cc", 2294 "android/ssl_client_certificate_request.cc",
2293 "android/ssl_client_certificate_request.h", 2295 "android/ssl_client_certificate_request.h",
2294 "android/tab_contents/chrome_web_contents_view_delegate_android.cc", 2296 "android/tab_contents/chrome_web_contents_view_delegate_android.cc",
2295 "android/tab_contents/chrome_web_contents_view_delegate_android.h", 2297 "android/tab_contents/chrome_web_contents_view_delegate_android.h",
2296 "android/tab_model/android_live_tab_context.cc", 2298 "android/tab_model/android_live_tab_context.cc",
2297 "android/tab_model/android_live_tab_context.h", 2299 "android/tab_model/android_live_tab_context.h",
2298 "android/tab_model/single_tab_model.cc", 2300 "android/tab_model/single_tab_model.cc",
2299 "android/tab_model/single_tab_model.h", 2301 "android/tab_model/single_tab_model.h",
2300 "android/tab_model/tab_model.cc", 2302 "android/tab_model/tab_model.cc",
2301 "android/tab_model/tab_model.h", 2303 "android/tab_model/tab_model.h",
(...skipping 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after
3575 "test/test_confirm_bubble_model.cc", 3577 "test/test_confirm_bubble_model.cc",
3576 "test/test_confirm_bubble_model.h", 3578 "test/test_confirm_bubble_model.h",
3577 ] 3579 ]
3578 deps += [ "//chrome/test:test_support_ui" ] 3580 deps += [ "//chrome/test:test_support_ui" ]
3579 } 3581 }
3580 3582
3581 if (enable_extensions) { 3583 if (enable_extensions) {
3582 deps += [ "//extensions/browser" ] 3584 deps += [ "//extensions/browser" ]
3583 } 3585 }
3584 } 3586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698