OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |