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

Unified Diff: chrome/chrome_common.gypi

Issue 2122903002: Move search-related files from chrome/common to chrome/common/search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move search-related files Created 4 years, 5 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 | « chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index a53f6776cfcfab4fc927738fec94849f83ba0b73..2804ede35be2cca009cbd532a45aada7d945fdff 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -44,8 +44,6 @@
'common/descriptors_android.h',
'common/ini_parser.cc',
'common/ini_parser.h',
- 'common/instant_types.cc',
- 'common/instant_types.h',
'common/logging_chrome.cc',
'common/logging_chrome.h',
'common/mac/app_shim_launch.h',
@@ -79,10 +77,13 @@
'common/resource_usage_reporter_type_converters.cc',
'common/resource_usage_reporter_type_converters.h',
'common/safe_browsing/safebrowsing_messages.h',
+ 'common/search/instant_types.cc',
+ 'common/search/instant_types.h',
+ 'common/search/ntp_logging_events.h',
+ 'common/search/search_types.h',
+ 'common/search/search_urls.cc',
+ 'common/search/search_urls.h',
'common/search_provider.h',
- 'common/search_types.h',
- 'common/search_urls.cc',
- 'common/search_urls.h',
'common/secure_origin_whitelist.cc',
'common/secure_origin_whitelist.h',
'common/spellcheck_bdict_language.h',
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698