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

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

Issue 1524423002: chrome://plugins Mojo-ification part 1/2, adding interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing feedback Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/plugins/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ".", 91 ".",
92 "//chrome") 92 "//chrome")
93 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, 93 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources,
94 ".", 94 ".",
95 "//chrome") 95 "//chrome")
96 deps += [ 96 deps += [
97 "//chrome/browser/devtools", 97 "//chrome/browser/devtools",
98 "//chrome/browser/ui/views", 98 "//chrome/browser/ui/views",
99 "//chrome/browser/ui/webui/engagement:mojo_bindings", 99 "//chrome/browser/ui/webui/engagement:mojo_bindings",
100 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 100 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
101 "//chrome/browser/ui/webui/plugins:mojo_bindings",
101 "//chrome/common/net", 102 "//chrome/common/net",
102 "//chrome/installer/util:with_no_strings", 103 "//chrome/installer/util:with_no_strings",
103 "//components/autofill/content/browser:risk_proto", 104 "//components/autofill/content/browser:risk_proto",
104 "//components/bubble:bubble", 105 "//components/bubble:bubble",
105 "//components/crash/core/browser", 106 "//components/crash/core/browser",
106 "//components/net_log", 107 "//components/net_log",
107 "//components/page_load_metrics/browser", 108 "//components/page_load_metrics/browser",
108 "//components/power", 109 "//components/power",
109 "//components/suggestions/proto", 110 "//components/suggestions/proto",
110 "//components/url_formatter", 111 "//components/url_formatter",
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "//chrome/browser", 614 "//chrome/browser",
614 "//content/public/browser", 615 "//content/public/browser",
615 "//content/public/common", 616 "//content/public/common",
616 "//content/test:test_support", 617 "//content/test:test_support",
617 "//net:test_support", 618 "//net:test_support",
618 "//skia", 619 "//skia",
619 "//testing/gtest", 620 "//testing/gtest",
620 "//ui/base", 621 "//ui/base",
621 ] 622 ]
622 } 623 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/plugins/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698