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

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

Issue 2557103004: Add chrome://site-tiles-internals/ (Closed)
Patch Set: Support iOS Created 4 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 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",
11 "crashes_ui.h", 11 "crashes_ui.h",
12 "flags_ui.cc", 12 "flags_ui.cc",
13 "flags_ui.h", 13 "flags_ui.h",
14 "mojo_web_ui_ios_controller.h", 14 "mojo_web_ui_ios_controller.h",
15 "physical_web_ui.cc", 15 "physical_web_ui.cc",
16 "physical_web_ui.h", 16 "physical_web_ui.h",
17 "popular_sites_internals_ui.cc", 17 "popular_sites_internals_ui.cc",
18 "popular_sites_internals_ui.h", 18 "popular_sites_internals_ui.h",
19 "site_tiles_internals_ui.cc",
20 "site_tiles_internals_ui.h",
19 "version_handler.cc", 21 "version_handler.cc",
20 "version_handler.h", 22 "version_handler.h",
21 "version_ui.h", 23 "version_ui.h",
22 "version_ui.mm", 24 "version_ui.mm",
23 ] 25 ]
24 26
25 deps = [ 27 deps = [
26 "//base", 28 "//base",
27 "//base:i18n", 29 "//base:i18n",
28 "//components/crash/core/browser", 30 "//components/crash/core/browser",
(...skipping 17 matching lines...) Expand all
46 "//ios/chrome/browser/ui", 48 "//ios/chrome/browser/ui",
47 "//ios/chrome/common", 49 "//ios/chrome/common",
48 "//ios/web", 50 "//ios/web",
49 "//net", 51 "//net",
50 "//services/service_manager/public/cpp", 52 "//services/service_manager/public/cpp",
51 "//third_party/brotli", 53 "//third_party/brotli",
52 "//ui/base", 54 "//ui/base",
53 "//url", 55 "//url",
54 ] 56 ]
55 } 57 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698