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