Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: components/ntp_snippets/BUILD.gn

Issue 2400133002: Sending LanguageModel info to suggestions server (Closed)
Patch Set: Zero initialization #2 Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "//components/bookmarks/browser", 85 "//components/bookmarks/browser",
86 "//components/data_use_measurement/core", 86 "//components/data_use_measurement/core",
87 "//components/history/core/browser", 87 "//components/history/core/browser",
88 "//components/image_fetcher", 88 "//components/image_fetcher",
89 "//components/metrics", 89 "//components/metrics",
90 "//components/ntp_snippets/remote/proto", 90 "//components/ntp_snippets/remote/proto",
91 "//components/offline_pages", 91 "//components/offline_pages",
92 "//components/sessions", 92 "//components/sessions",
93 "//components/strings", 93 "//components/strings",
94 "//components/sync_sessions", 94 "//components/sync_sessions",
95 "//components/translate/core/browser",
95 "//components/variations", 96 "//components/variations",
96 "//components/variations/net", 97 "//components/variations/net",
97 "//third_party/icu/", 98 "//third_party/icu/",
98 "//ui/gfx", 99 "//ui/gfx",
99 ] 100 ]
100 } 101 }
101 102
102 if (is_android) { 103 if (is_android) {
103 java_cpp_enum("ntp_snippets_java_enums_srcjar") { 104 java_cpp_enum("ntp_snippets_java_enums_srcjar") {
104 sources = [ 105 sources = [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "//components/strings", 148 "//components/strings",
148 "//components/sync:test_support_sync_driver", 149 "//components/sync:test_support_sync_driver",
149 "//components/sync_sessions", 150 "//components/sync_sessions",
150 "//components/variations", 151 "//components/variations",
151 "//net:test_support", 152 "//net:test_support",
152 "//testing/gtest", 153 "//testing/gtest",
153 "//third_party/icu/", 154 "//third_party/icu/",
154 "//ui/gfx:test_support", 155 "//ui/gfx:test_support",
155 ] 156 ]
156 } 157 }
OLDNEW
« no previous file with comments | « chrome/browser/ntp_snippets/content_suggestions_service_factory.cc ('k') | components/ntp_snippets/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698