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

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

Issue 1560263002: Store Bluetooth permissions in website settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added code to check session->chooser_permission_manager Created 4 years, 11 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/profiles/profile_impl.cc ('k') | chrome/browser/ui/app_list/test/fake_profile.h » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "//chrome/common/net", 101 "//chrome/common/net",
102 "//chrome/installer/util:with_no_strings", 102 "//chrome/installer/util:with_no_strings",
103 "//components/autofill/content/browser:risk_proto", 103 "//components/autofill/content/browser:risk_proto",
104 "//components/bubble:bubble", 104 "//components/bubble:bubble",
105 "//components/crash/core/browser", 105 "//components/crash/core/browser",
106 "//components/net_log", 106 "//components/net_log",
107 "//components/page_load_metrics/browser", 107 "//components/page_load_metrics/browser",
108 "//components/power", 108 "//components/power",
109 "//components/suggestions/proto", 109 "//components/suggestions/proto",
110 "//components/url_formatter", 110 "//components/url_formatter",
111 "//device/bluetooth",
111 "//device/nfc", 112 "//device/nfc",
112 "//media", 113 "//media",
113 "//net:net_with_v8", 114 "//net:net_with_v8",
114 "//net:stale_while_revalidate_experiment_domains", 115 "//net:stale_while_revalidate_experiment_domains",
115 "//storage/browser", 116 "//storage/browser",
116 "//storage/common", 117 "//storage/common",
117 "//third_party/WebKit/public:resources", 118 "//third_party/WebKit/public:resources",
118 "//third_party/adobe/flash:flapper_version_h", 119 "//third_party/adobe/flash:flapper_version_h",
119 "//third_party/leveldatabase", 120 "//third_party/leveldatabase",
120 "//third_party/libjingle", 121 "//third_party/libjingle",
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "//chrome/browser", 616 "//chrome/browser",
616 "//content/public/browser", 617 "//content/public/browser",
617 "//content/public/common", 618 "//content/public/common",
618 "//content/test:test_support", 619 "//content/test:test_support",
619 "//net:test_support", 620 "//net:test_support",
620 "//skia", 621 "//skia",
621 "//testing/gtest", 622 "//testing/gtest",
622 "//ui/base", 623 "//ui/base",
623 ] 624 ]
624 } 625 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/ui/app_list/test/fake_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698