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

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

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 if (!is_ios) { 90 if (!is_ios) {
91 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, 91 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources,
92 ".", 92 ".",
93 "//chrome") 93 "//chrome")
94 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, 94 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources,
95 ".", 95 ".",
96 "//chrome") 96 "//chrome")
97 deps += [ 97 deps += [
98 "//chrome/browser/devtools", 98 "//chrome/browser/devtools",
99 "//chrome/browser/ui/views", 99 "//chrome/browser/ui/views",
100 "//chrome/browser/ui/webui:mojo_bindings",
100 "//chrome/browser/ui/webui/engagement:mojo_bindings", 101 "//chrome/browser/ui/webui/engagement:mojo_bindings",
101 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 102 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
102 "//chrome/common/net", 103 "//chrome/common/net",
103 "//chrome/installer/util", 104 "//chrome/installer/util",
104 "//components/autofill/content/browser:risk_proto", 105 "//components/autofill/content/browser:risk_proto",
105 "//components/bubble:bubble", 106 "//components/bubble:bubble",
106 "//components/crash/core/browser", 107 "//components/crash/core/browser",
107 "//components/net_log", 108 "//components/net_log",
108 "//components/page_load_metrics/browser", 109 "//components/page_load_metrics/browser",
109 "//components/power", 110 "//components/power",
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 "//chrome/browser", 609 "//chrome/browser",
609 "//content/public/browser", 610 "//content/public/browser",
610 "//content/public/common", 611 "//content/public/common",
611 "//content/test:test_support", 612 "//content/test:test_support",
612 "//net:test_support", 613 "//net:test_support",
613 "//skia", 614 "//skia",
614 "//testing/gtest", 615 "//testing/gtest",
615 "//ui/base", 616 "//ui/base",
616 ] 617 ]
617 } 618 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698