Chromium Code Reviews

Unified Diff: chrome/chrome.gyp

Issue 123001: Move renderer_preferences.h from chrome/browser into chrome/common. We (Closed)
Patch Set: include deps Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_delegate.h ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index f3cf2833f47a74e846665e0d2aa4b1314eb5073c..59ddaa6ebfa2c4e5e07895d09771840de5b4d59f 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -407,6 +407,7 @@
'common/ref_counted_util.h',
'common/render_messages.h',
'common/render_messages_internal.h',
+ 'common/renderer_preferences.h',
'common/resource_dispatcher.cc',
'common/resource_dispatcher.h',
'common/result_codes.h',
@@ -1251,7 +1252,6 @@
'browser/renderer_host/sync_resource_handler.h',
'browser/renderer_host/web_cache_manager.cc',
'browser/renderer_host/web_cache_manager.h',
- 'browser/renderer_preferences.h',
'browser/rlz/rlz.cc',
'browser/rlz/rlz.h',
'browser/safe_browsing/bloom_filter.cc',
@@ -2090,7 +2090,6 @@
# But app/ is the wrong directory for them.
# Better is to remove the dep of *_tests on renderer, but in the
# short term I'd like the build to work.
- 'browser/renderer_preferences.h',
'renderer/automation/dom_automation_controller.cc',
'renderer/automation/dom_automation_controller.h',
'renderer/extensions/bindings_utils.cc',
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_delegate.h ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine