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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2924943003: Break ConsentProvider classes into own file (Closed)
Patch Set: rebase Created 3 years, 6 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 | « no previous file | chrome/browser/extensions/api/file_system/consent_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 4fb3c5f6ab13ce95645cbce003ab139b2d0f018a..f4d64e335647a2e81b753ce1c2f5793cbdf5920f 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -937,6 +937,8 @@ static_library("extensions") {
"api/enterprise_platform_keys/enterprise_platform_keys_api.h",
"api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc",
"api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.h",
+ "api/file_system/consent_provider.cc",
+ "api/file_system/consent_provider.h",
"api/file_system/request_file_system_notification.cc",
"api/file_system/request_file_system_notification.h",
"api/input_ime/input_ime_api.cc",
« no previous file with comments | « no previous file | chrome/browser/extensions/api/file_system/consent_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698