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

Unified Diff: extensions/extensions.gyp

Issue 345693002: Extensions: Split extensions utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 9d195fa54741e532f8f1fe9973175ad1da61f770..a9aebc276a6dbca639427fe9a9374fa2d3b97206 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -446,8 +446,6 @@
# when enable_extensions==0.
'sources/': [
['exclude', '^browser/api/'],
- ['include', '^browser/api/runtime/runtime_api.cc'],
- ['include', '^browser/api/runtime/runtime_api_delegate.cc'],
],
'sources!': [
'browser/browser_context_keyed_service_factories.cc',

Powered by Google App Engine
This is Rietveld 408576698