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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 971423002: Abstract code filtering URLs added to the history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keyed-service
Patch Set: Rebase Created 5 years, 9 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 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 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1536 'browser/history/delete_directive_handler.cc', 1536 'browser/history/delete_directive_handler.cc',
1537 'browser/history/delete_directive_handler.h', 1537 'browser/history/delete_directive_handler.h',
1538 'browser/history/history_backend.cc', 1538 'browser/history/history_backend.cc',
1539 'browser/history/history_backend.h', 1539 'browser/history/history_backend.h',
1540 'browser/history/history_service.cc', 1540 'browser/history/history_service.cc',
1541 'browser/history/history_service.h', 1541 'browser/history/history_service.h',
1542 'browser/history/history_service_factory.cc', 1542 'browser/history/history_service_factory.cc',
1543 'browser/history/history_service_factory.h', 1543 'browser/history/history_service_factory.h',
1544 'browser/history/history_tab_helper.cc', 1544 'browser/history/history_tab_helper.cc',
1545 'browser/history/history_tab_helper.h', 1545 'browser/history/history_tab_helper.h',
1546 'browser/history/history_utils.cc',
1547 'browser/history/history_utils.h',
1546 'browser/history/in_memory_history_backend.cc', 1548 'browser/history/in_memory_history_backend.cc',
1547 'browser/history/in_memory_history_backend.h', 1549 'browser/history/in_memory_history_backend.h',
1548 'browser/history/in_memory_url_index.cc', 1550 'browser/history/in_memory_url_index.cc',
1549 'browser/history/in_memory_url_index.h', 1551 'browser/history/in_memory_url_index.h',
1550 'browser/history/top_sites_factory.cc', 1552 'browser/history/top_sites_factory.cc',
1551 'browser/history/top_sites_factory.h', 1553 'browser/history/top_sites_factory.h',
1552 'browser/history/top_sites_impl.cc', 1554 'browser/history/top_sites_impl.cc',
1553 'browser/history/top_sites_impl.h', 1555 'browser/history/top_sites_impl.h',
1554 'browser/history/typed_url_syncable_service.cc', 1556 'browser/history/typed_url_syncable_service.cc',
1555 'browser/history/typed_url_syncable_service.h', 1557 'browser/history/typed_url_syncable_service.h',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
3709 'variables': { 3711 'variables': {
3710 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3712 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3711 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3713 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3712 }, 3714 },
3713 'includes': [ '../build/protoc.gypi' ] 3715 'includes': [ '../build/protoc.gypi' ]
3714 }, 3716 },
3715 ], 3717 ],
3716 },], 3718 },],
3717 ], 3719 ],
3718 } 3720 }
OLDNEW
« no previous file with comments | « chrome/browser/thumbnails/thumbnail_service_impl.cc ('k') | components/history/core/browser/history_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698