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

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

Issue 2876023002: Use VrTabHelper to disable popups
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
« no previous file with comments | « chrome/browser/android/vr_shell/vr_tab_helper.cc ('k') | chrome/browser/ui/tab_helpers.cc » ('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("//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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 "//components/version_ui", 581 "//components/version_ui",
582 "//components/web_cache/browser", 582 "//components/web_cache/browser",
583 "//components/web_resource", 583 "//components/web_resource",
584 "//components/zoom", 584 "//components/zoom",
585 "//content/app/resources", 585 "//content/app/resources",
586 "//content/public/common", 586 "//content/public/common",
587 "//crypto", 587 "//crypto",
588 "//device/base", 588 "//device/base",
589 "//device/bluetooth/public/interfaces:experimental_interfaces", 589 "//device/bluetooth/public/interfaces:experimental_interfaces",
590 "//device/usb", 590 "//device/usb",
591 "//device/vr/features",
591 "//extensions/features", 592 "//extensions/features",
592 "//media", 593 "//media",
593 "//net:net", 594 "//net:net",
594 "//ppapi/features", 595 "//ppapi/features",
595 "//printing/features", 596 "//printing/features",
596 "//rlz/features", 597 "//rlz/features",
597 "//services/service_manager/runner/common", 598 "//services/service_manager/runner/common",
598 "//skia", 599 "//skia",
599 "//storage/browser", 600 "//storage/browser",
600 "//storage/common", 601 "//storage/common",
(...skipping 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 "test/test_confirm_bubble_model.cc", 3585 "test/test_confirm_bubble_model.cc",
3585 "test/test_confirm_bubble_model.h", 3586 "test/test_confirm_bubble_model.h",
3586 ] 3587 ]
3587 deps += [ "//chrome/test:test_support_ui" ] 3588 deps += [ "//chrome/test:test_support_ui" ]
3588 } 3589 }
3589 3590
3590 if (enable_extensions) { 3591 if (enable_extensions) {
3591 deps += [ "//extensions/browser" ] 3592 deps += [ "//extensions/browser" ]
3592 } 3593 }
3593 } 3594 }
OLDNEW
« no previous file with comments | « chrome/browser/android/vr_shell/vr_tab_helper.cc ('k') | chrome/browser/ui/tab_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698