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

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

Issue 1260033003: Partially componentize //chrome/browser/search/search.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on iOS Created 5 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
« no previous file with comments | « ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc ('k') | ios/ios_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'browser/net/retryable_url_fetcher.mm', 266 'browser/net/retryable_url_fetcher.mm',
267 'browser/omnibox/omnibox_event_global_tracker.cc', 267 'browser/omnibox/omnibox_event_global_tracker.cc',
268 'browser/omnibox/omnibox_event_global_tracker.h', 268 'browser/omnibox/omnibox_event_global_tracker.h',
269 'browser/passwords/password_generation_utils.h', 269 'browser/passwords/password_generation_utils.h',
270 'browser/passwords/password_generation_utils.mm', 270 'browser/passwords/password_generation_utils.mm',
271 'browser/pref_names.cc', 271 'browser/pref_names.cc',
272 'browser/pref_names.h', 272 'browser/pref_names.h',
273 'browser/prefs/pref_observer_bridge.h', 273 'browser/prefs/pref_observer_bridge.h',
274 'browser/prefs/pref_observer_bridge.mm', 274 'browser/prefs/pref_observer_bridge.mm',
275 'browser/procedural_block_types.h', 275 'browser/procedural_block_types.h',
276 'browser/search/search_util.cc',
277 'browser/search/search_util.h',
276 'browser/search_engines/search_engines_util.cc', 278 'browser/search_engines/search_engines_util.cc',
277 'browser/search_engines/search_engines_util.h', 279 'browser/search_engines/search_engines_util.h',
278 'browser/search_engines/template_url_service_client_impl.cc', 280 'browser/search_engines/template_url_service_client_impl.cc',
279 'browser/search_engines/template_url_service_client_impl.h', 281 'browser/search_engines/template_url_service_client_impl.h',
280 'browser/search_engines/template_url_service_factory.cc', 282 'browser/search_engines/template_url_service_factory.cc',
281 'browser/search_engines/template_url_service_factory.h', 283 'browser/search_engines/template_url_service_factory.h',
282 'browser/search_engines/ui_thread_search_terms_data.cc', 284 'browser/search_engines/ui_thread_search_terms_data.cc',
283 'browser/search_engines/ui_thread_search_terms_data.h', 285 'browser/search_engines/ui_thread_search_terms_data.h',
284 'browser/signin/account_tracker_service_factory.cc', 286 'browser/signin/account_tracker_service_factory.cc',
285 'browser/signin/account_tracker_service_factory.h', 287 'browser/signin/account_tracker_service_factory.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 '../../components/components.gyp:omnibox_browser', 470 '../../components/components.gyp:omnibox_browser',
469 '../../components/components.gyp:rlz', 471 '../../components/components.gyp:rlz',
470 '../../components/components.gyp:search_engines', 472 '../../components/components.gyp:search_engines',
471 '../../rlz/rlz.gyp:rlz_lib', 473 '../../rlz/rlz.gyp:rlz_lib',
472 ], 474 ],
473 }, 475 },
474 ], 476 ],
475 }], 477 }],
476 ], 478 ],
477 } 479 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc ('k') | ios/ios_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698