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

Side by Side Diff: components/invalidation/public/BUILD.gn

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 5 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
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 static_library("public") {
6 sources = [
7 "ack_handle.cc",
8 "ack_handle.h",
9 "ack_handler.cc",
10 "ack_handler.h",
11 "invalidation.cc",
12 "invalidation.h",
13 "invalidation_export.h",
14 "invalidation_handler.cc",
15 "invalidation_handler.h",
16 "invalidation_service.h",
17 "invalidation_util.cc",
18 "invalidation_util.h",
19 "invalidator_state.cc",
20 "invalidator_state.h",
21 "object_id_invalidation_map.cc",
22 "object_id_invalidation_map.h",
23 "single_object_invalidation_set.cc",
24 "single_object_invalidation_set.h",
25 ]
26 public_deps = [
27 "//third_party/cacheinvalidation",
28 ]
29 deps = [
30 "//base",
31 ]
32 }
OLDNEW
« no previous file with comments | « components/invalidation/profile_invalidation_provider.cc ('k') | components/invalidation/public/ack_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698