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

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

Issue 1260263002: Move ShouldFilterAutofillResult from ChromePasswordManagerClient to PasswordManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebased 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 | « components/password_manager/sync/browser/sync_store_result_filter_unittest.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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '../../components/components.gyp:infobars_core', 61 '../../components/components.gyp:infobars_core',
62 '../../components/components.gyp:invalidation_impl', 62 '../../components/components.gyp:invalidation_impl',
63 '../../components/components.gyp:invalidation_public', 63 '../../components/components.gyp:invalidation_public',
64 '../../components/components.gyp:keyed_service_core', 64 '../../components/components.gyp:keyed_service_core',
65 '../../components/components.gyp:keyed_service_ios', 65 '../../components/components.gyp:keyed_service_ios',
66 '../../components/components.gyp:leveldb_proto', 66 '../../components/components.gyp:leveldb_proto',
67 '../../components/components.gyp:metrics', 67 '../../components/components.gyp:metrics',
68 '../../components/components.gyp:omnibox_browser', 68 '../../components/components.gyp:omnibox_browser',
69 '../../components/components.gyp:open_from_clipboard', 69 '../../components/components.gyp:open_from_clipboard',
70 '../../components/components.gyp:password_manager_core_browser', 70 '../../components/components.gyp:password_manager_core_browser',
71 '../../components/components.gyp:password_manager_sync_browser',
71 '../../components/components.gyp:pref_registry', 72 '../../components/components.gyp:pref_registry',
72 '../../components/components.gyp:search', 73 '../../components/components.gyp:search',
73 '../../components/components.gyp:search_engines', 74 '../../components/components.gyp:search_engines',
74 '../../components/components.gyp:signin_core_browser', 75 '../../components/components.gyp:signin_core_browser',
75 '../../components/components.gyp:signin_core_common', 76 '../../components/components.gyp:signin_core_common',
76 '../../components/components.gyp:suggestions', 77 '../../components/components.gyp:suggestions',
77 '../../components/components.gyp:sync_driver', 78 '../../components/components.gyp:sync_driver',
78 '../../components/components.gyp:translate_core_browser', 79 '../../components/components.gyp:translate_core_browser',
79 '../../components/components.gyp:translate_ios_browser', 80 '../../components/components.gyp:translate_ios_browser',
80 '../../components/components.gyp:undo_component', 81 '../../components/components.gyp:undo_component',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 '../../components/components.gyp:omnibox_browser', 489 '../../components/components.gyp:omnibox_browser',
489 '../../components/components.gyp:rlz', 490 '../../components/components.gyp:rlz',
490 '../../components/components.gyp:search_engines', 491 '../../components/components.gyp:search_engines',
491 '../../rlz/rlz.gyp:rlz_lib', 492 '../../rlz/rlz.gyp:rlz_lib',
492 ], 493 ],
493 }, 494 },
494 ], 495 ],
495 }], 496 }],
496 ], 497 ],
497 } 498 }
OLDNEW
« no previous file with comments | « components/password_manager/sync/browser/sync_store_result_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698