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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
50 'ntp_snippets/ntp_snippets_database.h', | 50 'ntp_snippets/ntp_snippets_database.h', |
51 'ntp_snippets/ntp_snippets_fetcher.cc', | 51 'ntp_snippets/ntp_snippets_fetcher.cc', |
52 'ntp_snippets/ntp_snippets_fetcher.h', | 52 'ntp_snippets/ntp_snippets_fetcher.h', |
53 'ntp_snippets/ntp_snippets_scheduler.h', | 53 'ntp_snippets/ntp_snippets_scheduler.h', |
54 'ntp_snippets/ntp_snippets_service.cc', | 54 'ntp_snippets/ntp_snippets_service.cc', |
55 'ntp_snippets/ntp_snippets_service.h', | 55 'ntp_snippets/ntp_snippets_service.h', |
56 'ntp_snippets/ntp_snippets_status_service.cc', | 56 'ntp_snippets/ntp_snippets_status_service.cc', |
57 'ntp_snippets/ntp_snippets_status_service.h', | 57 'ntp_snippets/ntp_snippets_status_service.h', |
58 'ntp_snippets/offline_pages/offline_page_suggestions_provider.cc', | 58 'ntp_snippets/offline_pages/offline_page_suggestions_provider.cc', |
59 'ntp_snippets/offline_pages/offline_page_suggestions_provider.h', | 59 'ntp_snippets/offline_pages/offline_page_suggestions_provider.h', |
60 'ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider. cc', | |
61 'ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider. h', | |
Marc Treib
2016/08/09 12:45:17
Random info: As of last week, we don't have to upd
vitaliii
2016/08/10 14:18:41
Acknowledged.
| |
60 'ntp_snippets/pref_names.cc', | 62 'ntp_snippets/pref_names.cc', |
61 'ntp_snippets/pref_names.h', | 63 'ntp_snippets/pref_names.h', |
62 'ntp_snippets/proto/ntp_snippets.proto', | 64 'ntp_snippets/proto/ntp_snippets.proto', |
63 'ntp_snippets/request_throttler.cc', | 65 'ntp_snippets/request_throttler.cc', |
64 'ntp_snippets/request_throttler.h', | 66 'ntp_snippets/request_throttler.h', |
65 'ntp_snippets/switches.cc', | 67 'ntp_snippets/switches.cc', |
66 'ntp_snippets/switches.h', | 68 'ntp_snippets/switches.h', |
67 ], | 69 ], |
68 'variables': { | 70 'variables': { |
69 'proto_in_dir': 'ntp_snippets/proto', | 71 'proto_in_dir': 'ntp_snippets/proto', |
70 'proto_out_dir': 'components/ntp_snippets/proto', | 72 'proto_out_dir': 'components/ntp_snippets/proto', |
71 }, | 73 }, |
72 'includes': [ '../build/protoc.gypi' ], | 74 'includes': [ '../build/protoc.gypi' ], |
73 }, | 75 }, |
74 ], | 76 ], |
75 } | 77 } |
OLD | NEW |