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

Side by Side Diff: third_party/cacheinvalidation/cacheinvalidation.gyp

Issue 16597002: Roll cacheinvalidation to @307 and add OWNERS file for the directory. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 6 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # This library should build cleanly with the extra warnings turned on 7 # This library should build cleanly with the extra warnings turned on
8 # for Chromium. 8 # for Chromium.
9 'chromium_code': 1, 9 'chromium_code': 1,
10 }, 10 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 { 44 {
45 'target_name': 'cacheinvalidation', 45 'target_name': 'cacheinvalidation',
46 'type': 'static_library', 46 'type': 'static_library',
47 'sources': [ 47 'sources': [
48 'overrides/google/cacheinvalidation/deps/callback.h', 48 'overrides/google/cacheinvalidation/deps/callback.h',
49 'overrides/google/cacheinvalidation/deps/gmock.h', 49 'overrides/google/cacheinvalidation/deps/gmock.h',
50 'overrides/google/cacheinvalidation/deps/googletest.h', 50 'overrides/google/cacheinvalidation/deps/googletest.h',
51 'overrides/google/cacheinvalidation/deps/logging.h', 51 'overrides/google/cacheinvalidation/deps/logging.h',
52 'overrides/google/cacheinvalidation/deps/mutex.h', 52 'overrides/google/cacheinvalidation/deps/mutex.h',
53 'overrides/google/cacheinvalidation/deps/random.h', 53 'overrides/google/cacheinvalidation/deps/random.h',
54 'overrides/google/cacheinvalidation/deps/random.cc',
54 'overrides/google/cacheinvalidation/deps/sha1-digest-function.h', 55 'overrides/google/cacheinvalidation/deps/sha1-digest-function.h',
55 'overrides/google/cacheinvalidation/deps/scoped_ptr.h', 56 'overrides/google/cacheinvalidation/deps/scoped_ptr.h',
56 'overrides/google/cacheinvalidation/deps/stl-namespace.h', 57 'overrides/google/cacheinvalidation/deps/stl-namespace.h',
57 'overrides/google/cacheinvalidation/deps/string_util.h', 58 'overrides/google/cacheinvalidation/deps/string_util.h',
58 'overrides/google/cacheinvalidation/deps/time.h', 59 'overrides/google/cacheinvalidation/deps/time.h',
59 'src/google/cacheinvalidation/deps/digest-function.h', 60 'src/google/cacheinvalidation/deps/digest-function.h',
60 'src/google/cacheinvalidation/impl/basic-system-resources.cc', 61 'src/google/cacheinvalidation/impl/basic-system-resources.cc',
61 'src/google/cacheinvalidation/impl/basic-system-resources.h', 62 'src/google/cacheinvalidation/impl/basic-system-resources.h',
62 'src/google/cacheinvalidation/impl/checking-invalidation-listener.cc', 63 'src/google/cacheinvalidation/impl/checking-invalidation-listener.cc',
63 'src/google/cacheinvalidation/impl/checking-invalidation-listener.h', 64 'src/google/cacheinvalidation/impl/checking-invalidation-listener.h',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'src/java/com/google/ipc/invalidation/external/client/android/servic e/InvalidationService.aidl', 224 'src/java/com/google/ipc/invalidation/external/client/android/servic e/InvalidationService.aidl',
224 'src/java/com/google/ipc/invalidation/external/client/android/servic e/ListenerService.aidl', 225 'src/java/com/google/ipc/invalidation/external/client/android/servic e/ListenerService.aidl',
225 'src/java/com/google/ipc/invalidation/testing/android/InvalidationTe st.aidl', 226 'src/java/com/google/ipc/invalidation/testing/android/InvalidationTe st.aidl',
226 ], 227 ],
227 'includes': [ '../../build/java_aidl.gypi' ], 228 'includes': [ '../../build/java_aidl.gypi' ],
228 }, 229 },
229 ], 230 ],
230 }], 231 }],
231 ], 232 ],
232 } 233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698