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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'ntp_snippets/ntp_snippets_fetcher.cc', | 46 'ntp_snippets/ntp_snippets_fetcher.cc', |
47 'ntp_snippets/ntp_snippets_fetcher.h', | 47 'ntp_snippets/ntp_snippets_fetcher.h', |
48 'ntp_snippets/ntp_snippets_scheduler.h', | 48 'ntp_snippets/ntp_snippets_scheduler.h', |
49 'ntp_snippets/ntp_snippets_service.cc', | 49 'ntp_snippets/ntp_snippets_service.cc', |
50 'ntp_snippets/ntp_snippets_service.h', | 50 'ntp_snippets/ntp_snippets_service.h', |
51 'ntp_snippets/ntp_snippets_status_service.cc', | 51 'ntp_snippets/ntp_snippets_status_service.cc', |
52 'ntp_snippets/ntp_snippets_status_service.h', | 52 'ntp_snippets/ntp_snippets_status_service.h', |
53 'ntp_snippets/pref_names.cc', | 53 'ntp_snippets/pref_names.cc', |
54 'ntp_snippets/pref_names.h', | 54 'ntp_snippets/pref_names.h', |
55 'ntp_snippets/proto/ntp_snippets.proto', | 55 'ntp_snippets/proto/ntp_snippets.proto', |
| 56 'ntp_snippets/request_counter.cc', |
| 57 'ntp_snippets/request_counter.h', |
56 'ntp_snippets/switches.cc', | 58 'ntp_snippets/switches.cc', |
57 'ntp_snippets/switches.h', | 59 'ntp_snippets/switches.h', |
58 ], | 60 ], |
59 'variables': { | 61 'variables': { |
60 'proto_in_dir': 'ntp_snippets/proto', | 62 'proto_in_dir': 'ntp_snippets/proto', |
61 'proto_out_dir': 'components/ntp_snippets/proto', | 63 'proto_out_dir': 'components/ntp_snippets/proto', |
62 }, | 64 }, |
63 'includes': [ '../build/protoc.gypi' ], | 65 'includes': [ '../build/protoc.gypi' ], |
64 }, | 66 }, |
65 ], | 67 ], |
66 } | 68 } |
OLD | NEW |