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

Side by Side Diff: ios/chrome/browser/ui/webui/BUILD.gn

Issue 2936793002: ntp_tiles: Extend chrome://ntp-tiles-internals with favicon data (Closed)
Patch Set: Avoid using std::pair with constexpr. Created 3 years, 6 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 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 source_set("webui") { 5 source_set("webui") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "about_ui.cc", 8 "about_ui.cc",
9 "about_ui.h", 9 "about_ui.h",
10 "crashes_ui.cc", 10 "crashes_ui.cc",
(...skipping 13 matching lines...) Expand all
24 "version_handler.h", 24 "version_handler.h",
25 "version_ui.h", 25 "version_ui.h",
26 "version_ui.mm", 26 "version_ui.mm",
27 ] 27 ]
28 28
29 deps = [ 29 deps = [
30 "//base", 30 "//base",
31 "//base:i18n", 31 "//base:i18n",
32 "//components/crash/core/browser", 32 "//components/crash/core/browser",
33 "//components/flags_ui", 33 "//components/flags_ui",
34 "//components/keyed_service/core",
34 "//components/ntp_tiles", 35 "//components/ntp_tiles",
35 "//components/physical_web/data_source", 36 "//components/physical_web/data_source",
36 "//components/physical_web/webui", 37 "//components/physical_web/webui",
37 "//components/prefs", 38 "//components/prefs",
38 "//components/resources", 39 "//components/resources",
39 "//components/strings", 40 "//components/strings",
40 "//components/version_info", 41 "//components/version_info",
41 "//components/version_ui", 42 "//components/version_ui",
42 "//google_apis", 43 "//google_apis",
43 "//ios/chrome/app/strings", 44 "//ios/chrome/app/strings",
44 "//ios/chrome/browser", 45 "//ios/chrome/browser",
45 "//ios/chrome/browser/browser_state", 46 "//ios/chrome/browser/browser_state",
46 "//ios/chrome/browser/crash_report", 47 "//ios/chrome/browser/crash_report",
48 "//ios/chrome/browser/favicon:favicon",
47 "//ios/chrome/browser/metrics", 49 "//ios/chrome/browser/metrics",
48 "//ios/chrome/browser/ntp_tiles", 50 "//ios/chrome/browser/ntp_tiles",
49 "//ios/chrome/browser/ui", 51 "//ios/chrome/browser/ui",
50 "//ios/chrome/common", 52 "//ios/chrome/common",
51 "//ios/web", 53 "//ios/web",
52 "//net", 54 "//net",
53 "//services/service_manager/public/cpp", 55 "//services/service_manager/public/cpp",
54 "//third_party/brotli:dec", 56 "//third_party/brotli:dec",
55 "//ui/base", 57 "//ui/base",
56 "//url", 58 "//url",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 101 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
100 "//ios/chrome/test/app:test_support", 102 "//ios/chrome/test/app:test_support",
101 "//ios/chrome/test/earl_grey:test_support", 103 "//ios/chrome/test/earl_grey:test_support",
102 "//ios/testing:ios_test_support", 104 "//ios/testing:ios_test_support",
103 "//ios/web", 105 "//ios/web",
104 "//ui/base", 106 "//ui/base",
105 "//url", 107 "//url",
106 ] 108 ]
107 libs = [ "XCTest.framework" ] 109 libs = [ "XCTest.framework" ]
108 } 110 }
OLDNEW
« no previous file with comments | « components/ntp_tiles/webui/resources/ntp_tiles_internals.html ('k') | ios/chrome/browser/ui/webui/ntp_tiles_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698