OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/ntp_snippets | 8 # GN version: //components/ntp_snippets |
9 'target_name': 'ntp_snippets', | 9 'target_name': 'ntp_snippets', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 25 matching lines...) Expand all Loading... |
36 'ntp_snippets/ntp_snippet.h', | 36 'ntp_snippets/ntp_snippet.h', |
37 'ntp_snippets/ntp_snippets_constants.cc', | 37 'ntp_snippets/ntp_snippets_constants.cc', |
38 'ntp_snippets/ntp_snippets_constants.h', | 38 'ntp_snippets/ntp_snippets_constants.h', |
39 'ntp_snippets/ntp_snippets_database.cc', | 39 'ntp_snippets/ntp_snippets_database.cc', |
40 'ntp_snippets/ntp_snippets_database.h', | 40 'ntp_snippets/ntp_snippets_database.h', |
41 'ntp_snippets/ntp_snippets_fetcher.cc', | 41 'ntp_snippets/ntp_snippets_fetcher.cc', |
42 'ntp_snippets/ntp_snippets_fetcher.h', | 42 'ntp_snippets/ntp_snippets_fetcher.h', |
43 'ntp_snippets/ntp_snippets_scheduler.h', | 43 'ntp_snippets/ntp_snippets_scheduler.h', |
44 'ntp_snippets/ntp_snippets_service.cc', | 44 'ntp_snippets/ntp_snippets_service.cc', |
45 'ntp_snippets/ntp_snippets_service.h', | 45 'ntp_snippets/ntp_snippets_service.h', |
| 46 'ntp_snippets/ntp_snippets_status_service.cc', |
| 47 'ntp_snippets/ntp_snippets_status_service.h', |
46 'ntp_snippets/pref_names.cc', | 48 'ntp_snippets/pref_names.cc', |
47 'ntp_snippets/pref_names.h', | 49 'ntp_snippets/pref_names.h', |
48 'ntp_snippets/proto/ntp_snippets.proto', | 50 'ntp_snippets/proto/ntp_snippets.proto', |
49 'ntp_snippets/switches.cc', | 51 'ntp_snippets/switches.cc', |
50 'ntp_snippets/switches.h', | 52 'ntp_snippets/switches.h', |
51 ], | 53 ], |
52 'variables': { | 54 'variables': { |
53 'proto_in_dir': 'ntp_snippets/proto', | 55 'proto_in_dir': 'ntp_snippets/proto', |
54 'proto_out_dir': 'components/ntp_snippets/proto', | 56 'proto_out_dir': 'components/ntp_snippets/proto', |
55 }, | 57 }, |
56 'includes': [ '../build/protoc.gypi' ], | 58 'includes': [ '../build/protoc.gypi' ], |
57 }, | 59 }, |
58 ], | 60 ], |
59 } | 61 } |
OLD | NEW |