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

Unified Diff: extensions/common/BUILD.gn

Issue 2379763003: Extract permission alias info from PermissionsProvider (Closed)
Patch Set: . Created 4 years, 2 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 | « chrome/common/extensions/permissions/chrome_api_permissions.cc ('k') | extensions/common/alias.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index 25acd0c86730994f16360b372fe2881538b48a14..1721a7391cccf762983cc1e4f8f39e91b5bce297 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -34,6 +34,7 @@ if (enable_extensions) {
# in. TODO(brettw): This reverse dependency should be fixed.
static_library("common") {
sources = [
+ "alias.h",
"api/bluetooth/bluetooth_manifest_data.cc",
"api/bluetooth/bluetooth_manifest_data.h",
"api/bluetooth/bluetooth_manifest_handler.cc",
@@ -92,6 +93,8 @@ if (enable_extensions) {
"extension_urls.cc",
"extension_urls.h",
"extension_utility_messages.h",
+ "extensions_aliases.cc",
+ "extensions_aliases.h",
"extensions_client.cc",
"extensions_client.h",
"feature_switch.cc",
« no previous file with comments | « chrome/common/extensions/permissions/chrome_api_permissions.cc ('k') | extensions/common/alias.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698