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

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: Fixing ActiveTabTest.ChromeUrlGrants 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 if (!is_ios) { 91 if (!is_ios) {
92 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, 92 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources,
93 ".", 93 ".",
94 "//chrome") 94 "//chrome")
95 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, 95 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources,
96 ".", 96 ".",
97 "//chrome") 97 "//chrome")
98 deps += [ 98 deps += [
99 "//chrome/browser/devtools", 99 "//chrome/browser/devtools",
100 "//chrome/browser/ui/views", 100 "//chrome/browser/ui/views",
101 "//chrome/browser/ui/webui:mojo_bindings",
101 "//chrome/browser/ui/webui/engagement:mojo_bindings", 102 "//chrome/browser/ui/webui/engagement:mojo_bindings",
102 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 103 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
103 "//chrome/common/net", 104 "//chrome/common/net",
104 "//chrome/installer/util", 105 "//chrome/installer/util",
105 "//components/autofill/content/browser:risk_proto", 106 "//components/autofill/content/browser:risk_proto",
106 "//components/bubble:bubble", 107 "//components/bubble:bubble",
107 "//components/crash/core/browser", 108 "//components/crash/core/browser",
108 "//components/net_log", 109 "//components/net_log",
109 "//components/page_load_metrics/browser", 110 "//components/page_load_metrics/browser",
110 "//components/power", 111 "//components/power",
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 "//chrome/browser", 610 "//chrome/browser",
610 "//content/public/browser", 611 "//content/public/browser",
611 "//content/public/common", 612 "//content/public/common",
612 "//content/test:test_support", 613 "//content/test:test_support",
613 "//net:test_support", 614 "//net:test_support",
614 "//skia", 615 "//skia",
615 "//testing/gtest", 616 "//testing/gtest",
616 "//ui/base", 617 "//ui/base",
617 ] 618 ]
618 } 619 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698