OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
10 } | 10 } |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 "content_suggestions_service_unittest.cc", | 106 "content_suggestions_service_unittest.cc", |
107 "mock_content_suggestions_provider_observer.cc", | 107 "mock_content_suggestions_provider_observer.cc", |
108 "mock_content_suggestions_provider_observer.h", | 108 "mock_content_suggestions_provider_observer.h", |
109 "ntp_snippet_unittest.cc", | 109 "ntp_snippet_unittest.cc", |
110 "ntp_snippets_database_unittest.cc", | 110 "ntp_snippets_database_unittest.cc", |
111 "ntp_snippets_fetcher_unittest.cc", | 111 "ntp_snippets_fetcher_unittest.cc", |
112 "ntp_snippets_service_unittest.cc", | 112 "ntp_snippets_service_unittest.cc", |
113 "ntp_snippets_status_service_unittest.cc", | 113 "ntp_snippets_status_service_unittest.cc", |
114 "ntp_snippets_test_utils.cc", | 114 "ntp_snippets_test_utils.cc", |
115 "ntp_snippets_test_utils.h", | 115 "ntp_snippets_test_utils.h", |
116 "offline_pages/offline_page_suggestions_provider_unittest.cc", | |
117 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", | 116 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", |
118 "request_throttler_unittest.cc", | 117 "request_throttler_unittest.cc", |
119 ] | 118 ] |
120 | 119 |
121 deps = [ | 120 deps = [ |
122 ":ntp_snippets", | 121 ":ntp_snippets", |
123 "//base", | 122 "//base", |
124 "//base/test:test_support", | 123 "//base/test:test_support", |
125 "//components/image_fetcher", | 124 "//components/image_fetcher", |
126 "//components/leveldb_proto:test_support", | 125 "//components/leveldb_proto:test_support", |
127 "//components/offline_pages", | |
128 "//components/offline_pages:test_support", | |
129 "//components/signin/core/browser:test_support", | 126 "//components/signin/core/browser:test_support", |
130 "//components/signin/core/common", | 127 "//components/signin/core/common", |
131 "//components/strings", | 128 "//components/strings", |
132 "//components/sync:test_support_sync_driver", | 129 "//components/sync:test_support_sync_driver", |
133 "//components/variations", | 130 "//components/variations", |
134 "//net:test_support", | 131 "//net:test_support", |
135 "//testing/gtest", | 132 "//testing/gtest", |
136 "//third_party/icu/", | 133 "//third_party/icu/", |
137 "//ui/gfx:test_support", | 134 "//ui/gfx:test_support", |
138 ] | 135 ] |
139 } | 136 } |
OLD | NEW |