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

Side by Side Diff: components/precache.gypi

Issue 2123813002: Report Precache.TimeSinceLastPrecache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gclient sync Created 4 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
« no previous file with comments | « no previous file | components/precache/content/precache_manager.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/precache/core 8 # GN version: //components/precache/core
9 'target_name': 'precache_core', 9 'target_name': 'precache_core',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 25 matching lines...) Expand all
36 # the unit tests to use these defines. 36 # the unit tests to use these defines.
37 'includes': [ 'precache/precache_defines.gypi', ], 37 'includes': [ 'precache/precache_defines.gypi', ],
38 }, 38 },
39 }, 39 },
40 { 40 {
41 # GN version: //components/precache/core:proto 41 # GN version: //components/precache/core:proto
42 'target_name': 'precache_core_proto', 42 'target_name': 'precache_core_proto',
43 'type': 'static_library', 43 'type': 'static_library',
44 'sources': [ 44 'sources': [
45 'precache/core/proto/precache.proto', 45 'precache/core/proto/precache.proto',
46 'precache/core/proto/timestamp.proto',
46 'precache/core/proto/unfinished_work.proto', 47 'precache/core/proto/unfinished_work.proto',
47 ], 48 ],
48 'variables': { 49 'variables': {
49 'proto_in_dir': 'precache/core/proto', 50 'proto_in_dir': 'precache/core/proto',
50 'proto_out_dir': 'components/precache/core/proto', 51 'proto_out_dir': 'components/precache/core/proto',
51 }, 52 },
52 'includes': [ '../build/protoc.gypi', ], 53 'includes': [ '../build/protoc.gypi', ],
53 }, 54 },
54 ], 55 ],
55 'conditions': [ 56 'conditions': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '../base/base.gyp:base_java_test_support', 99 '../base/base.gyp:base_java_test_support',
99 ], 100 ],
100 'variables': { 101 'variables': {
101 'java_in_dir': 'precache/android/javatests', 102 'java_in_dir': 'precache/android/javatests',
102 }, 103 },
103 'includes': [ '../build/java.gypi' ], 104 'includes': [ '../build/java.gypi' ],
104 }], 105 }],
105 }], 106 }],
106 ], 107 ],
107 } 108 }
OLDNEW
« no previous file with comments | « no previous file | components/precache/content/precache_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698