blob: 9b8595e8eaac0295883e4eebb1b163e497b91467 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
# For files not in a subdirectory (what a mess!).
"+sync/internal_api/public",
"+sync/js",
"+sync/notifier/invalidation_state_tracker.h",
# TODO(tim): Remove everything below. Bug 131130.
"+sync/util/cryptographer.h",
# Used by tests.
"+sync/syncable",
# Used by autofill tests, which should use csync instead.
"+sync/test/engine/test_id_factory.h",
]
|