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

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

Issue 2759943002: [Remote suggestions] Do not fetch before EULA accepted (Closed)
Patch Set: Fix unit-test Created 3 years, 9 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//components/offline_pages/core", 106 "//components/offline_pages/core",
107 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", 107 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
108 "//components/offline_pages/core/recent_tabs", 108 "//components/offline_pages/core/recent_tabs",
109 "//components/physical_web/data_source", 109 "//components/physical_web/data_source",
110 "//components/sessions", 110 "//components/sessions",
111 "//components/strings", 111 "//components/strings",
112 "//components/sync_sessions", 112 "//components/sync_sessions",
113 "//components/translate/core/browser", 113 "//components/translate/core/browser",
114 "//components/variations", 114 "//components/variations",
115 "//components/variations/net", 115 "//components/variations/net",
116 "//components/web_resource",
116 "//third_party/icu/", 117 "//third_party/icu/",
117 "//ui/gfx", 118 "//ui/gfx",
118 ] 119 ]
119 } 120 }
120 121
121 if (is_android) { 122 if (is_android) {
122 java_cpp_enum("ntp_snippets_java_enums_srcjar") { 123 java_cpp_enum("ntp_snippets_java_enums_srcjar") {
123 sources = [ 124 sources = [
124 "category.h", 125 "category.h",
125 "category_info.h", 126 "category_info.h",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 205
205 deps = [ 206 deps = [
206 ":ntp_snippets", 207 ":ntp_snippets",
207 "//base", 208 "//base",
208 "//components/offline_pages/core", 209 "//components/offline_pages/core",
209 "//components/offline_pages/core:test_support", 210 "//components/offline_pages/core:test_support",
210 "//testing/gmock", 211 "//testing/gmock",
211 "//testing/gtest", 212 "//testing/gtest",
212 ] 213 ]
213 } 214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698