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

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: rebase again 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
« no previous file with comments | « extensions/browser/extension_prefs.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index bff5f9879fc2dad006a816e11917bf11c80686ff..3827f87d2be0a14aea9e283c8f3b0e8f347575b7 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -292,8 +292,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',
@@ -966,7 +964,6 @@
'..',
],
'sources': [
- 'browser/admin_policy_unittest.cc',
'browser/api/api_resource_manager_unittest.cc',
'browser/api/bluetooth/bluetooth_event_router_unittest.cc',
'browser/api/declarative/deduping_factory_unittest.cc',
« no previous file with comments | « extensions/browser/extension_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698