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', |