| 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 21 matching lines...) Expand all Loading... |
| 32 'ntp_snippets/ntp_snippet.h', | 32 'ntp_snippets/ntp_snippet.h', |
| 33 'ntp_snippets/ntp_snippets_constants.cc', | 33 'ntp_snippets/ntp_snippets_constants.cc', |
| 34 'ntp_snippets/ntp_snippets_constants.h', | 34 'ntp_snippets/ntp_snippets_constants.h', |
| 35 'ntp_snippets/ntp_snippets_database.cc', | 35 'ntp_snippets/ntp_snippets_database.cc', |
| 36 'ntp_snippets/ntp_snippets_database.h', | 36 'ntp_snippets/ntp_snippets_database.h', |
| 37 'ntp_snippets/ntp_snippets_fetcher.cc', | 37 'ntp_snippets/ntp_snippets_fetcher.cc', |
| 38 'ntp_snippets/ntp_snippets_fetcher.h', | 38 'ntp_snippets/ntp_snippets_fetcher.h', |
| 39 'ntp_snippets/ntp_snippets_scheduler.h', | 39 'ntp_snippets/ntp_snippets_scheduler.h', |
| 40 'ntp_snippets/ntp_snippets_service.cc', | 40 'ntp_snippets/ntp_snippets_service.cc', |
| 41 'ntp_snippets/ntp_snippets_service.h', | 41 'ntp_snippets/ntp_snippets_service.h', |
| 42 'ntp_snippets/ntp_snippets_status_service.cc', |
| 43 'ntp_snippets/ntp_snippets_status_service.h', |
| 42 'ntp_snippets/pref_names.cc', | 44 'ntp_snippets/pref_names.cc', |
| 43 'ntp_snippets/pref_names.h', | 45 'ntp_snippets/pref_names.h', |
| 44 'ntp_snippets/proto/ntp_snippets.proto', | 46 'ntp_snippets/proto/ntp_snippets.proto', |
| 45 'ntp_snippets/switches.cc', | 47 'ntp_snippets/switches.cc', |
| 46 'ntp_snippets/switches.h', | 48 'ntp_snippets/switches.h', |
| 47 ], | 49 ], |
| 48 'variables': { | 50 'variables': { |
| 49 'proto_in_dir': 'ntp_snippets/proto', | 51 'proto_in_dir': 'ntp_snippets/proto', |
| 50 'proto_out_dir': 'components/ntp_snippets/proto', | 52 'proto_out_dir': 'components/ntp_snippets/proto', |
| 51 }, | 53 }, |
| 52 'includes': [ '../build/protoc.gypi' ], | 54 'includes': [ '../build/protoc.gypi' ], |
| 53 }, | 55 }, |
| 54 ], | 56 ], |
| 55 } | 57 } |
| OLD | NEW |