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

Side by Side Diff: components/favicon/core/BUILD.gn

Issue 1467803003: Get 'gn_all' building on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/ios/is_ios/ Created 5 years 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 source_set("core") { 5 source_set("core") {
6 sources = [ 6 sources = [
7 "fallback_url_util.cc", 7 "fallback_url_util.cc",
8 "fallback_url_util.h", 8 "fallback_url_util.h",
9 "favicon_client.h", 9 "favicon_client.h",
10 "favicon_driver.cc", 10 "favicon_driver.cc",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ] 55 ]
56 56
57 deps = [ 57 deps = [
58 ":core", 58 ":core",
59 "//base", 59 "//base",
60 "//components/favicon_base", 60 "//components/favicon_base",
61 "//skia", 61 "//skia",
62 "//testing/gtest", 62 "//testing/gtest",
63 "//ui/base", 63 "//ui/base",
64 "//ui/gfx", 64 "//ui/gfx",
65 "//ui/gfx:test_support",
65 "//url", 66 "//url",
66 ] 67 ]
67 } 68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698