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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'ntp_snippets/ntp_snippets_database.h', | 55 'ntp_snippets/ntp_snippets_database.h', |
56 'ntp_snippets/ntp_snippets_fetcher.cc', | 56 'ntp_snippets/ntp_snippets_fetcher.cc', |
57 'ntp_snippets/ntp_snippets_fetcher.h', | 57 'ntp_snippets/ntp_snippets_fetcher.h', |
58 'ntp_snippets/ntp_snippets_scheduler.h', | 58 'ntp_snippets/ntp_snippets_scheduler.h', |
59 'ntp_snippets/ntp_snippets_service.cc', | 59 'ntp_snippets/ntp_snippets_service.cc', |
60 'ntp_snippets/ntp_snippets_service.h', | 60 'ntp_snippets/ntp_snippets_service.h', |
61 'ntp_snippets/ntp_snippets_status_service.cc', | 61 'ntp_snippets/ntp_snippets_status_service.cc', |
62 'ntp_snippets/ntp_snippets_status_service.h', | 62 'ntp_snippets/ntp_snippets_status_service.h', |
63 'ntp_snippets/offline_pages/offline_page_suggestions_provider.cc', | 63 'ntp_snippets/offline_pages/offline_page_suggestions_provider.cc', |
64 'ntp_snippets/offline_pages/offline_page_suggestions_provider.h', | 64 'ntp_snippets/offline_pages/offline_page_suggestions_provider.h', |
| 65 'ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.
cc', |
| 66 'ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.
h', |
65 'ntp_snippets/pref_names.cc', | 67 'ntp_snippets/pref_names.cc', |
66 'ntp_snippets/pref_names.h', | 68 'ntp_snippets/pref_names.h', |
67 'ntp_snippets/proto/ntp_snippets.proto', | 69 'ntp_snippets/proto/ntp_snippets.proto', |
68 'ntp_snippets/request_throttler.cc', | 70 'ntp_snippets/request_throttler.cc', |
69 'ntp_snippets/request_throttler.h', | 71 'ntp_snippets/request_throttler.h', |
70 'ntp_snippets/switches.cc', | 72 'ntp_snippets/switches.cc', |
71 'ntp_snippets/switches.h', | 73 'ntp_snippets/switches.h', |
72 ], | 74 ], |
73 'variables': { | 75 'variables': { |
74 'proto_in_dir': 'ntp_snippets/proto', | 76 'proto_in_dir': 'ntp_snippets/proto', |
75 'proto_out_dir': 'components/ntp_snippets/proto', | 77 'proto_out_dir': 'components/ntp_snippets/proto', |
76 }, | 78 }, |
77 'includes': [ '../build/protoc.gypi' ], | 79 'includes': [ '../build/protoc.gypi' ], |
78 }, | 80 }, |
79 ], | 81 ], |
80 } | 82 } |
OLD | NEW |