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

Unified Diff: chrome/chrome_renderer.gypi

Issue 10825304: Creating a new directory chrome/renderer/searchbox and moving appropriate code to it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removing sky from OWNERS. Created 8 years, 4 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 | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 83f1fc801b1368aed0a59a98d29a376804a80c6a..db305e8fed4955c7795c9986b47f642c6a0227a7 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -252,10 +252,10 @@
'renderer/safe_browsing/phishing_url_feature_extractor.h',
'renderer/safe_browsing/scorer.cc',
'renderer/safe_browsing/scorer.h',
- 'renderer/searchbox.cc',
- 'renderer/searchbox.h',
- 'renderer/searchbox_extension.cc',
- 'renderer/searchbox_extension.h',
+ 'renderer/searchbox/searchbox.cc',
+ 'renderer/searchbox/searchbox.h',
+ 'renderer/searchbox/searchbox_extension.cc',
+ 'renderer/searchbox/searchbox_extension.h',
'renderer/security_filter_peer.cc',
'renderer/security_filter_peer.h',
'renderer/spellchecker/spellcheck_provider.cc',
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698