OLD | NEW |
---|---|
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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
125 deps = [ | 125 deps = [ |
126 "//base", | 126 "//base", |
127 "//components/keyed_service/core", | 127 "//components/keyed_service/core", |
128 "//google_apis", | 128 "//google_apis", |
129 "//net", | 129 "//net", |
130 "//sync", | 130 "//sync", |
131 "//testing/gmock", | 131 "//testing/gmock", |
132 "//third_party/cacheinvalidation", | 132 "//third_party/cacheinvalidation", |
133 #'../jingle/jingle.gyp:notifier', TODO(GYP) | 133 #'../jingle/jingle.gyp:notifier', TODO(GYP) |
134 #'../jingle/jingle.gyp:notifier_test_util', TODO(GYP) | 134 #'../jingle/jingle.gyp:notifier_test_util', TODO(GYP) |
135 #'../sync/sync.gyp:test_support_sync_notifier', TODO(GYP) | |
rlarocque
2014/08/04 17:52:09
This target became obsolete with r283840.
| |
136 #'gcm_driver_test_support', TODO(GYP) | 135 #'gcm_driver_test_support', TODO(GYP) |
137 ] | 136 ] |
138 } | 137 } |
OLD | NEW |