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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 930363002: Remove adapter method on HistoryBackend delegating to AndroidProviderBackend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 | « chrome/browser/sync/profile_sync_service_typed_url_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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 'browser/history/chrome_history_client.cc', 1518 'browser/history/chrome_history_client.cc',
1519 'browser/history/chrome_history_client.h', 1519 'browser/history/chrome_history_client.h',
1520 'browser/history/chrome_history_client_factory.cc', 1520 'browser/history/chrome_history_client_factory.cc',
1521 'browser/history/chrome_history_client_factory.h', 1521 'browser/history/chrome_history_client_factory.h',
1522 'browser/history/content_visit_delegate.cc', 1522 'browser/history/content_visit_delegate.cc',
1523 'browser/history/content_visit_delegate.h', 1523 'browser/history/content_visit_delegate.h',
1524 'browser/history/delete_directive_handler.cc', 1524 'browser/history/delete_directive_handler.cc',
1525 'browser/history/delete_directive_handler.h', 1525 'browser/history/delete_directive_handler.h',
1526 'browser/history/history_backend.cc', 1526 'browser/history/history_backend.cc',
1527 'browser/history/history_backend.h', 1527 'browser/history/history_backend.h',
1528 'browser/history/history_backend_android.cc',
1529 'browser/history/history_service.cc', 1528 'browser/history/history_service.cc',
1530 'browser/history/history_service.h', 1529 'browser/history/history_service.h',
1531 'browser/history/history_service_factory.cc', 1530 'browser/history/history_service_factory.cc',
1532 'browser/history/history_service_factory.h', 1531 'browser/history/history_service_factory.h',
1533 'browser/history/history_tab_helper.cc', 1532 'browser/history/history_tab_helper.cc',
1534 'browser/history/history_tab_helper.h', 1533 'browser/history/history_tab_helper.h',
1535 'browser/history/in_memory_history_backend.cc', 1534 'browser/history/in_memory_history_backend.cc',
1536 'browser/history/in_memory_history_backend.h', 1535 'browser/history/in_memory_history_backend.h',
1537 'browser/history/in_memory_url_index.cc', 1536 'browser/history/in_memory_url_index.cc',
1538 'browser/history/in_memory_url_index.h', 1537 'browser/history/in_memory_url_index.h',
(...skipping 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3704 'variables': { 3703 'variables': {
3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3704 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3705 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3707 }, 3706 },
3708 'includes': [ '../build/protoc.gypi' ] 3707 'includes': [ '../build/protoc.gypi' ]
3709 }, 3708 },
3710 ], 3709 ],
3711 },], 3710 },],
3712 ], 3711 ],
3713 } 3712 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_typed_url_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698