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', |
11 'include_dirs': [ | 11 'include_dirs': [ |
12 '..', | 12 '..', |
13 ], | 13 ], |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
16 '../components/components_strings.gyp:components_strings', | 16 '../components/components_strings.gyp:components_strings', |
17 '../google_apis/google_apis.gyp:google_apis', | 17 '../google_apis/google_apis.gyp:google_apis', |
18 '../net/net.gyp:net', | 18 '../net/net.gyp:net', |
19 '../url/url.gyp:url_lib', | 19 '../url/url.gyp:url_lib', |
20 '../third_party/icu/icu.gyp:icuuc', | 20 '../third_party/icu/icu.gyp:icuuc', |
21 'bookmarks_browser', | 21 'bookmarks_browser', |
22 'data_use_measurement_core', | 22 'data_use_measurement_core', |
23 'image_fetcher', | 23 'image_fetcher', |
24 'keyed_service_core', | 24 'keyed_service_core', |
25 'leveldb_proto', | 25 'leveldb_proto', |
26 'offline_pages', | 26 'offline_pages', |
27 'prefs/prefs.gyp:prefs', | 27 'prefs/prefs.gyp:prefs', |
28 'signin_core_browser', | 28 'signin_core_browser', |
29 'suggestions', | 29 'suggestions', |
30 'sync_driver', | 30 'sync.gyp:sync', |
31 'variations', | 31 'variations', |
32 'variations_net', | 32 'variations_net', |
33 ], | 33 ], |
34 'sources': [ | 34 'sources': [ |
35 'ntp_snippets/bookmarks/bookmark_last_visit_utils.cc', | 35 'ntp_snippets/bookmarks/bookmark_last_visit_utils.cc', |
36 'ntp_snippets/bookmarks/bookmark_last_visit_utils.h', | 36 'ntp_snippets/bookmarks/bookmark_last_visit_utils.h', |
37 'ntp_snippets/bookmarks/bookmark_suggestions_provider.cc', | 37 'ntp_snippets/bookmarks/bookmark_suggestions_provider.cc', |
38 'ntp_snippets/bookmarks/bookmark_suggestions_provider.h', | 38 'ntp_snippets/bookmarks/bookmark_suggestions_provider.h', |
39 'ntp_snippets/category_factory.cc', | 39 'ntp_snippets/category_factory.cc', |
40 'ntp_snippets/category_factory.h', | 40 'ntp_snippets/category_factory.h', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'ntp_snippets/switches.h', | 74 'ntp_snippets/switches.h', |
75 ], | 75 ], |
76 'variables': { | 76 'variables': { |
77 'proto_in_dir': 'ntp_snippets/proto', | 77 'proto_in_dir': 'ntp_snippets/proto', |
78 'proto_out_dir': 'components/ntp_snippets/proto', | 78 'proto_out_dir': 'components/ntp_snippets/proto', |
79 }, | 79 }, |
80 'includes': [ '../build/protoc.gypi' ], | 80 'includes': [ '../build/protoc.gypi' ], |
81 }, | 81 }, |
82 ], | 82 ], |
83 } | 83 } |
OLD | NEW |