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

Unified Diff: content/content_renderer.gypi

Issue 936413003: Allow extensions of the ManifestParser outside of the content/ layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WIP - changing chrome layer relationship Created 5 years, 10 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: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 0150728600e3e7fa251fd75ed85e91df9f77234f..abe6a39adcc4073300833d73b304106be6b08d2a 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -53,6 +53,7 @@
'public/renderer/context_menu_client.h',
'public/renderer/document_state.cc',
'public/renderer/document_state.h',
+ 'public/renderer/manifest_parser.h',
Avi (use Gerrit) 2015/02/23 17:30:25 This file doesn't exist in this CL.
'public/renderer/navigation_state.cc',
'public/renderer/navigation_state.h',
'public/renderer/pepper_plugin_instance.h',
@@ -221,7 +222,6 @@
'renderer/manifest/manifest_manager.cc',
'renderer/manifest/manifest_manager.h',
'renderer/manifest/manifest_parser.cc',
- 'renderer/manifest/manifest_parser.h',
'renderer/manifest/manifest_uma_util.cc',
'renderer/manifest/manifest_uma_util.h',
'renderer/media/aec_dump_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698