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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "//net", | 52 "//net", |
53 "//url", | 53 "//url", |
54 ] | 54 ] |
55 | 55 |
56 deps = [ | 56 deps = [ |
57 "//components/data_use_measurement/core", | 57 "//components/data_use_measurement/core", |
58 "//components/image_fetcher", | 58 "//components/image_fetcher", |
59 "//components/metrics", | 59 "//components/metrics", |
60 "//components/ntp_snippets/proto", | 60 "//components/ntp_snippets/proto", |
61 "//components/variations", | 61 "//components/variations", |
| 62 "//components/variations/net", |
62 "//third_party/icu/", | 63 "//third_party/icu/", |
63 "//ui/gfx", | 64 "//ui/gfx", |
64 ] | 65 ] |
65 } | 66 } |
66 | 67 |
67 if (is_android) { | 68 if (is_android) { |
68 java_cpp_enum("ntp_snippets_java_enums_srcjar") { | 69 java_cpp_enum("ntp_snippets_java_enums_srcjar") { |
69 sources = [ | 70 sources = [ |
70 "ntp_snippets_status_service.h", | 71 "ntp_snippets_status_service.h", |
71 ] | 72 ] |
(...skipping 20 matching lines...) Expand all Loading... |
92 "//components/leveldb_proto:test_support", | 93 "//components/leveldb_proto:test_support", |
93 "//components/signin/core/browser:test_support", | 94 "//components/signin/core/browser:test_support", |
94 "//components/signin/core/common", | 95 "//components/signin/core/common", |
95 "//components/sync_driver:test_support", | 96 "//components/sync_driver:test_support", |
96 "//components/variations", | 97 "//components/variations", |
97 "//net:test_support", | 98 "//net:test_support", |
98 "//testing/gtest", | 99 "//testing/gtest", |
99 "//third_party/icu/", | 100 "//third_party/icu/", |
100 ] | 101 ] |
101 } | 102 } |
OLD | NEW |