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

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

Issue 2781803002: Don't delete the PermissionPromptAndroid when switching tabs (Closed)
Patch Set: . Created 3 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/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 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after
2264 "android/tab_model/android_live_tab_context.cc", 2264 "android/tab_model/android_live_tab_context.cc",
2265 "android/tab_model/android_live_tab_context.h", 2265 "android/tab_model/android_live_tab_context.h",
2266 "android/tab_model/single_tab_model.cc", 2266 "android/tab_model/single_tab_model.cc",
2267 "android/tab_model/single_tab_model.h", 2267 "android/tab_model/single_tab_model.h",
2268 "android/tab_model/tab_model.cc", 2268 "android/tab_model/tab_model.cc",
2269 "android/tab_model/tab_model.h", 2269 "android/tab_model/tab_model.h",
2270 "android/tab_model/tab_model_jni_bridge.cc", 2270 "android/tab_model/tab_model_jni_bridge.cc",
2271 "android/tab_model/tab_model_jni_bridge.h", 2271 "android/tab_model/tab_model_jni_bridge.h",
2272 "android/tab_model/tab_model_list.cc", 2272 "android/tab_model/tab_model_list.cc",
2273 "android/tab_model/tab_model_list.h", 2273 "android/tab_model/tab_model_list.h",
2274 "android/tab_model/tab_model_selector_base.cc",
2275 "android/tab_model/tab_model_selector_base.h",
2276 "android/toolbar/toolbar_model_android.cc", 2274 "android/toolbar/toolbar_model_android.cc",
2277 "android/toolbar/toolbar_model_android.h", 2275 "android/toolbar/toolbar_model_android.h",
2278 "android/usb_chooser_dialog_android.cc", 2276 "android/usb_chooser_dialog_android.cc",
2279 "android/usb_chooser_dialog_android.h", 2277 "android/usb_chooser_dialog_android.h",
2280 "android/view_android_helper.cc", 2278 "android/view_android_helper.cc",
2281 "android/view_android_helper.h", 2279 "android/view_android_helper.h",
2282 "browser_otr_state_android.cc", 2280 "browser_otr_state_android.cc",
2283 "screen_capture_notification_ui_stub.cc", 2281 "screen_capture_notification_ui_stub.cc",
2284 "webui/offline/offline_internals_ui.cc", 2282 "webui/offline/offline_internals_ui.cc",
2285 "webui/offline/offline_internals_ui.h", 2283 "webui/offline/offline_internals_ui.h",
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
3545 "test/test_confirm_bubble_model.cc", 3543 "test/test_confirm_bubble_model.cc",
3546 "test/test_confirm_bubble_model.h", 3544 "test/test_confirm_bubble_model.h",
3547 ] 3545 ]
3548 deps += [ "//chrome/test:test_support_ui" ] 3546 deps += [ "//chrome/test:test_support_ui" ]
3549 } 3547 }
3550 3548
3551 if (enable_extensions) { 3549 if (enable_extensions) {
3552 deps += [ "//extensions/browser" ] 3550 deps += [ "//extensions/browser" ]
3553 } 3551 }
3554 } 3552 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698