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 "//jingle:notifier", | 129 "//jingle:notifier", |
130 "//jingle:notifier_test_util", | 130 "//jingle:notifier_test_util", |
131 "//net", | 131 "//net", |
132 "//sync", | 132 "//sync", |
133 "//testing/gmock", | 133 "//testing/gmock", |
134 "//third_party/cacheinvalidation", | 134 "//third_party/cacheinvalidation", |
135 #'../sync/sync.gyp:test_support_sync_notifier', TODO(GYP) | |
136 #'gcm_driver_test_support', TODO(GYP) | 135 #'gcm_driver_test_support', TODO(GYP) |
137 ] | 136 ] |
138 } | 137 } |
OLD | NEW |