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

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

Issue 446223002: Remove WeakHandle from components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 static_library("invalidation") { 5 static_library("invalidation") {
6 sources = [ 6 sources = [
7 "ack_handle.cc", 7 "ack_handle.cc",
8 "ack_handle.h", 8 "ack_handle.h",
9 "ack_handler.cc", 9 "ack_handler.cc",
10 "ack_handler.h", 10 "ack_handler.h",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 configs += [ "//content:libjingle_stub_config" ] 80 configs += [ "//content:libjingle_stub_config" ]
81 81
82 deps = [ 82 deps = [
83 "//base", 83 "//base",
84 "//components/gcm_driver", 84 "//components/gcm_driver",
85 "//components/keyed_service/core", 85 "//components/keyed_service/core",
86 "//components/pref_registry", 86 "//components/pref_registry",
87 "//components/signin/core/browser", 87 "//components/signin/core/browser",
88 "//google_apis", 88 "//google_apis",
89 "//jingle:notifier", 89 "//jingle:notifier",
90 "//sync",
91 "//third_party/cacheinvalidation", 90 "//third_party/cacheinvalidation",
92 91
93 # TODO(sync): Remove this (http://crbug.com/133352); 92 # TODO(sync): Remove this (http://crbug.com/133352);
93 "//third_party/protobuf:protobuf_lite",
94 # "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalid ation_proto_cpp", 94 # "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalid ation_proto_cpp",
95 ] 95 ]
96 } 96 }
97 97
98 static_library("test_support") { 98 static_library("test_support") {
99 sources = [ 99 sources = [
100 "fake_invalidation_handler.cc", 100 "fake_invalidation_handler.cc",
101 "fake_invalidation_handler.h", 101 "fake_invalidation_handler.h",
102 "fake_invalidation_state_tracker.cc", 102 "fake_invalidation_state_tracker.cc",
103 "fake_invalidation_state_tracker.h", 103 "fake_invalidation_state_tracker.h",
(...skipping 18 matching lines...) Expand all
122 } 122 }
123 123
124 deps = [ 124 deps = [
125 "//base", 125 "//base",
126 "//components/gcm_driver:test_support", 126 "//components/gcm_driver:test_support",
127 "//components/keyed_service/core", 127 "//components/keyed_service/core",
128 "//google_apis", 128 "//google_apis",
129 "//jingle:notifier", 129 "//jingle:notifier",
130 "//jingle:notifier_test_util", 130 "//jingle:notifier_test_util",
131 "//net", 131 "//net",
132 "//sync",
133 "//testing/gmock", 132 "//testing/gmock",
134 "//third_party/cacheinvalidation", 133 "//third_party/cacheinvalidation",
134
135 # TODO(sync): Remove this (http://crbug.com/133352);
136 "//third_party/protobuf:protobuf_lite",
137 # "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalid ation_proto_cpp",
135 ] 138 ]
136 } 139 }
OLDNEW
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698