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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 2211983002: Remove search::IsQueryExtractionEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_prefetch_non_default
Patch Set: remove more tests Created 4 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'browser/reading_list/reading_list_model_factory.h', 473 'browser/reading_list/reading_list_model_factory.h',
474 'browser/reading_list/reading_list_model_impl.cc', 474 'browser/reading_list/reading_list_model_impl.cc',
475 'browser/reading_list/reading_list_model_impl.h', 475 'browser/reading_list/reading_list_model_impl.h',
476 'browser/reading_list/reading_list_model_observer.h', 476 'browser/reading_list/reading_list_model_observer.h',
477 'browser/reading_list/reading_list_model_observer.h', 477 'browser/reading_list/reading_list_model_observer.h',
478 'browser/reading_list/reading_list_model_storage.h', 478 'browser/reading_list/reading_list_model_storage.h',
479 'browser/reading_list/reading_list_model_storage_defaults.h', 479 'browser/reading_list/reading_list_model_storage_defaults.h',
480 'browser/reading_list/reading_list_model_storage_defaults.mm', 480 'browser/reading_list/reading_list_model_storage_defaults.mm',
481 'browser/root_coordinator.h', 481 'browser/root_coordinator.h',
482 'browser/root_coordinator.mm', 482 'browser/root_coordinator.mm',
483 'browser/search/search_util.h',
484 'browser/search/search_util.mm',
485 'browser/search_engines/search_engines_util.cc', 483 'browser/search_engines/search_engines_util.cc',
486 'browser/search_engines/search_engines_util.h', 484 'browser/search_engines/search_engines_util.h',
487 'browser/search_engines/template_url_service_client_impl.cc', 485 'browser/search_engines/template_url_service_client_impl.cc',
488 'browser/search_engines/template_url_service_client_impl.h', 486 'browser/search_engines/template_url_service_client_impl.h',
489 'browser/search_engines/template_url_service_factory.cc', 487 'browser/search_engines/template_url_service_factory.cc',
490 'browser/search_engines/template_url_service_factory.h', 488 'browser/search_engines/template_url_service_factory.h',
491 'browser/search_engines/ui_thread_search_terms_data.cc', 489 'browser/search_engines/ui_thread_search_terms_data.cc',
492 'browser/search_engines/ui_thread_search_terms_data.h', 490 'browser/search_engines/ui_thread_search_terms_data.h',
493 'browser/services/gcm/ios_chrome_gcm_profile_service_factory.cc', 491 'browser/services/gcm/ios_chrome_gcm_profile_service_factory.cc',
494 'browser/services/gcm/ios_chrome_gcm_profile_service_factory.h', 492 'browser/services/gcm/ios_chrome_gcm_profile_service_factory.h',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 '../../components/components.gyp:omnibox_browser', 894 '../../components/components.gyp:omnibox_browser',
897 '../../components/components.gyp:rlz', 895 '../../components/components.gyp:rlz',
898 '../../components/components.gyp:search_engines', 896 '../../components/components.gyp:search_engines',
899 '../../rlz/rlz.gyp:rlz_lib', 897 '../../rlz/rlz.gyp:rlz_lib',
900 ], 898 ],
901 }, 899 },
902 ], 900 ],
903 }], 901 }],
904 ], 902 ],
905 } 903 }
OLDNEW
« components/search/search.cc ('K') | « ios/chrome/browser/search/search_util.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698