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

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

Issue 1422713011: [Smart Lock, prefs reconciliation] IOS factory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/passwords/ios_chrome_password_manager_setting_migrator_service_factory.cc ('k') | no next file » | 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'browser/net/metrics_network_client.h', 339 'browser/net/metrics_network_client.h',
340 'browser/net/metrics_network_client.mm', 340 'browser/net/metrics_network_client.mm',
341 'browser/net/metrics_network_client_manager.h', 341 'browser/net/metrics_network_client_manager.h',
342 'browser/net/metrics_network_client_manager.mm', 342 'browser/net/metrics_network_client_manager.mm',
343 'browser/net/proxy_service_factory.cc', 343 'browser/net/proxy_service_factory.cc',
344 'browser/net/proxy_service_factory.h', 344 'browser/net/proxy_service_factory.h',
345 'browser/net/retryable_url_fetcher.h', 345 'browser/net/retryable_url_fetcher.h',
346 'browser/net/retryable_url_fetcher.mm', 346 'browser/net/retryable_url_fetcher.mm',
347 'browser/open_from_clipboard/create_clipboard_recent_content.h', 347 'browser/open_from_clipboard/create_clipboard_recent_content.h',
348 'browser/open_from_clipboard/create_clipboard_recent_content.mm', 348 'browser/open_from_clipboard/create_clipboard_recent_content.mm',
349 'browser/passwords/ios_chrome_password_manager_setting_migrator_service_ factory.cc',
350 'browser/passwords/ios_chrome_password_manager_setting_migrator_service_ factory.h',
349 'browser/passwords/ios_chrome_password_store_factory.cc', 351 'browser/passwords/ios_chrome_password_store_factory.cc',
350 'browser/passwords/ios_chrome_password_store_factory.h', 352 'browser/passwords/ios_chrome_password_store_factory.h',
351 'browser/passwords/password_generation_utils.h', 353 'browser/passwords/password_generation_utils.h',
352 'browser/passwords/password_generation_utils.mm', 354 'browser/passwords/password_generation_utils.mm',
353 'browser/pref_names.cc', 355 'browser/pref_names.cc',
354 'browser/pref_names.h', 356 'browser/pref_names.h',
355 'browser/prefs/browser_prefs.h', 357 'browser/prefs/browser_prefs.h',
356 'browser/prefs/browser_prefs.mm', 358 'browser/prefs/browser_prefs.mm',
357 'browser/prefs/ios_chrome_pref_model_associator_client.cc', 359 'browser/prefs/ios_chrome_pref_model_associator_client.cc',
358 'browser/prefs/ios_chrome_pref_model_associator_client.h', 360 'browser/prefs/ios_chrome_pref_model_associator_client.h',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 '../../components/components.gyp:omnibox_browser', 670 '../../components/components.gyp:omnibox_browser',
669 '../../components/components.gyp:rlz', 671 '../../components/components.gyp:rlz',
670 '../../components/components.gyp:search_engines', 672 '../../components/components.gyp:search_engines',
671 '../../rlz/rlz.gyp:rlz_lib', 673 '../../rlz/rlz.gyp:rlz_lib',
672 ], 674 ],
673 }, 675 },
674 ], 676 ],
675 }], 677 }],
676 ], 678 ],
677 } 679 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/passwords/ios_chrome_password_manager_setting_migrator_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698