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

Unified Diff: chrome/browser/BUILD.gn

Issue 1011953003: Refactor Permissions related method out of ContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_type_enum_class
Patch Set: fix cros Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/browser/aw_permission_manager.cc ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b5af194116ae6dc57591d91436f686659c60ae3e..0ac717793b7b21ed56ff30d82a8c55b6fb01cf94 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -196,6 +196,9 @@ static_library("browser") {
sources += rebase_path(gypi_values.chrome_browser_password_manager_sources,
".",
"//chrome")
+ sources += rebase_path(gypi_values.chrome_browser_permissions_sources,
+ ".",
+ "//chrome")
sources += rebase_path(gypi_values.chrome_browser_predictor_sources,
".",
"//chrome")
« no previous file with comments | « android_webview/browser/aw_permission_manager.cc ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698