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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "//components/variations", | 64 "//components/variations", |
65 "//components/variations/net", | 65 "//components/variations/net", |
66 "//third_party/icu/", | 66 "//third_party/icu/", |
67 "//ui/gfx", | 67 "//ui/gfx", |
68 ] | 68 ] |
69 } | 69 } |
70 | 70 |
71 if (is_android) { | 71 if (is_android) { |
72 java_cpp_enum("ntp_snippets_java_enums_srcjar") { | 72 java_cpp_enum("ntp_snippets_java_enums_srcjar") { |
73 sources = [ | 73 sources = [ |
74 "ntp_snippets_status_service.h", | 74 "content_suggestions_category_status.h", |
75 ] | 75 ] |
76 } | 76 } |
77 } | 77 } |
78 | 78 |
79 source_set("unit_tests") { | 79 source_set("unit_tests") { |
80 testonly = true | 80 testonly = true |
81 sources = [ | 81 sources = [ |
82 "content_suggestions_service_unittest.cc", | 82 "content_suggestions_service_unittest.cc", |
83 "ntp_snippet_unittest.cc", | 83 "ntp_snippet_unittest.cc", |
84 "ntp_snippets_database_unittest.cc", | 84 "ntp_snippets_database_unittest.cc", |
(...skipping 12 matching lines...) Expand all Loading... |
97 "//components/leveldb_proto:test_support", | 97 "//components/leveldb_proto:test_support", |
98 "//components/signin/core/browser:test_support", | 98 "//components/signin/core/browser:test_support", |
99 "//components/signin/core/common", | 99 "//components/signin/core/common", |
100 "//components/sync_driver:test_support", | 100 "//components/sync_driver:test_support", |
101 "//components/variations", | 101 "//components/variations", |
102 "//net:test_support", | 102 "//net:test_support", |
103 "//testing/gtest", | 103 "//testing/gtest", |
104 "//third_party/icu/", | 104 "//third_party/icu/", |
105 ] | 105 ] |
106 } | 106 } |
OLD | NEW |