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

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: 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 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 'browser/history/delete_directive_handler.cc', 1546 'browser/history/delete_directive_handler.cc',
1547 'browser/history/delete_directive_handler.h', 1547 'browser/history/delete_directive_handler.h',
1548 'browser/history/history_backend.cc', 1548 'browser/history/history_backend.cc',
1549 'browser/history/history_backend.h', 1549 'browser/history/history_backend.h',
1550 'browser/history/history_service.cc', 1550 'browser/history/history_service.cc',
1551 'browser/history/history_service.h', 1551 'browser/history/history_service.h',
1552 'browser/history/history_service_factory.cc', 1552 'browser/history/history_service_factory.cc',
1553 'browser/history/history_service_factory.h', 1553 'browser/history/history_service_factory.h',
1554 'browser/history/history_tab_helper.cc', 1554 'browser/history/history_tab_helper.cc',
1555 'browser/history/history_tab_helper.h', 1555 'browser/history/history_tab_helper.h',
1556 'browser/history/history_utils.cc',
1557 'browser/history/history_utils.h',
1556 'browser/history/in_memory_history_backend.cc', 1558 'browser/history/in_memory_history_backend.cc',
1557 'browser/history/in_memory_history_backend.h', 1559 'browser/history/in_memory_history_backend.h',
1558 'browser/history/top_sites_factory.cc', 1560 'browser/history/top_sites_factory.cc',
1559 'browser/history/top_sites_factory.h', 1561 'browser/history/top_sites_factory.h',
1560 'browser/history/top_sites_impl.cc', 1562 'browser/history/top_sites_impl.cc',
1561 'browser/history/top_sites_impl.h', 1563 'browser/history/top_sites_impl.h',
1562 'browser/history/typed_url_syncable_service.cc', 1564 'browser/history/typed_url_syncable_service.cc',
1563 'browser/history/typed_url_syncable_service.h', 1565 'browser/history/typed_url_syncable_service.h',
1564 'browser/history/web_history_service_factory.cc', 1566 'browser/history/web_history_service_factory.cc',
1565 'browser/history/web_history_service_factory.h', 1567 'browser/history/web_history_service_factory.h',
(...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after
3728 'variables': { 3730 'variables': {
3729 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3731 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3730 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3732 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3731 }, 3733 },
3732 'includes': [ '../build/protoc.gypi' ] 3734 'includes': [ '../build/protoc.gypi' ]
3733 }, 3735 },
3734 ], 3736 ],
3735 },], 3737 },],
3736 ], 3738 ],
3737 } 3739 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698