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

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

Issue 2695713004: Add baked-in favicons for default popular sites on NTP (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « no previous file | components/ntp_tiles/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 static_library("ntp_tiles") { 9 static_library("ntp_tiles") {
10 sources = [ 10 sources = [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "//base/test:test_support", 97 "//base/test:test_support",
98 "//components/favicon/core", 98 "//components/favicon/core",
99 "//components/favicon_base", 99 "//components/favicon_base",
100 "//components/image_fetcher", 100 "//components/image_fetcher",
101 "//components/pref_registry:pref_registry", 101 "//components/pref_registry:pref_registry",
102 "//components/rappor:test_support", 102 "//components/rappor:test_support",
103 "//components/sync_preferences:test_support", 103 "//components/sync_preferences:test_support",
104 "//net:test_support", 104 "//net:test_support",
105 "//testing/gmock", 105 "//testing/gmock",
106 "//testing/gtest", 106 "//testing/gtest",
107 "//ui/base",
107 "//ui/gfx:test_support", 108 "//ui/gfx:test_support",
108 ] 109 ]
109 } 110 }
110 111
111 if (is_android) { 112 if (is_android) {
112 java_cpp_enum("ntp_tiles_enums_java") { 113 java_cpp_enum("ntp_tiles_enums_java") {
113 sources = [ 114 sources = [
114 "metrics.h", 115 "metrics.h",
115 "ntp_tile_source.h", 116 "ntp_tile_source.h",
116 ] 117 ]
117 } 118 }
118 } 119 }
OLDNEW
« no previous file with comments | « no previous file | components/ntp_tiles/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698