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

Unified Diff: extensions/extensions.gyp

Issue 500043003: Add PolicyProvider to ExtensionManagement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-1
Patch Set: fixes to #5 Created 6 years, 3 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 91b7c23741d2a7362e85501aaec6e26a8213a8b0..99ef175f5e7d2c6f73f3afef5babfc88ef6ba2cf 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -293,8 +293,6 @@
],
'sources': [
# Note: sources list duplicated in GN build.
- 'browser/admin_policy.cc',
- 'browser/admin_policy.h',
# NOTE: When moving an API out of Chrome be sure to verify that the
# Android build still compiles. See conditions below.
'browser/api/api_resource.cc',
@@ -960,7 +958,6 @@
'..',
],
'sources': [
- 'browser/admin_policy_unittest.cc',
'browser/api/api_resource_manager_unittest.cc',
'browser/api/declarative/deduping_factory_unittest.cc',
'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698