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

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

Issue 2522373002: Create/Destroy PermissionPromptAndroid when switching tabs on Android (Closed)
Patch Set: Created 4 years 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 2218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2229 "android/tab_model/android_live_tab_context.cc", 2229 "android/tab_model/android_live_tab_context.cc",
2230 "android/tab_model/android_live_tab_context.h", 2230 "android/tab_model/android_live_tab_context.h",
2231 "android/tab_model/single_tab_model.cc", 2231 "android/tab_model/single_tab_model.cc",
2232 "android/tab_model/single_tab_model.h", 2232 "android/tab_model/single_tab_model.h",
2233 "android/tab_model/tab_model.cc", 2233 "android/tab_model/tab_model.cc",
2234 "android/tab_model/tab_model.h", 2234 "android/tab_model/tab_model.h",
2235 "android/tab_model/tab_model_jni_bridge.cc", 2235 "android/tab_model/tab_model_jni_bridge.cc",
2236 "android/tab_model/tab_model_jni_bridge.h", 2236 "android/tab_model/tab_model_jni_bridge.h",
2237 "android/tab_model/tab_model_list.cc", 2237 "android/tab_model/tab_model_list.cc",
2238 "android/tab_model/tab_model_list.h", 2238 "android/tab_model/tab_model_list.h",
2239 "android/tab_model/tab_model_selector_base.cc",
2240 "android/tab_model/tab_model_selector_base.h",
2239 "android/toolbar/toolbar_model_android.cc", 2241 "android/toolbar/toolbar_model_android.cc",
2240 "android/toolbar/toolbar_model_android.h", 2242 "android/toolbar/toolbar_model_android.h",
2241 "android/usb_chooser_dialog_android.cc", 2243 "android/usb_chooser_dialog_android.cc",
2242 "android/usb_chooser_dialog_android.h", 2244 "android/usb_chooser_dialog_android.h",
2243 "android/view_android_helper.cc", 2245 "android/view_android_helper.cc",
2244 "android/view_android_helper.h", 2246 "android/view_android_helper.h",
2245 "browser_otr_state_android.cc", 2247 "browser_otr_state_android.cc",
2246 "screen_capture_notification_ui_stub.cc", 2248 "screen_capture_notification_ui_stub.cc",
2247 "webui/offline/offline_internals_ui.cc", 2249 "webui/offline/offline_internals_ui.cc",
2248 "webui/offline/offline_internals_ui.h", 2250 "webui/offline/offline_internals_ui.h",
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
3487 "test/test_confirm_bubble_model.cc", 3489 "test/test_confirm_bubble_model.cc",
3488 "test/test_confirm_bubble_model.h", 3490 "test/test_confirm_bubble_model.h",
3489 ] 3491 ]
3490 deps += [ "//chrome/test:test_support_ui" ] 3492 deps += [ "//chrome/test:test_support_ui" ]
3491 } 3493 }
3492 3494
3493 if (enable_extensions) { 3495 if (enable_extensions) {
3494 deps += [ "//extensions/browser" ] 3496 deps += [ "//extensions/browser" ]
3495 } 3497 }
3496 } 3498 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698