| OLD | NEW |
| 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("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 | 10 |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "//chrome") | 154 "//chrome") |
| 155 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, | 155 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, |
| 156 ".", | 156 ".", |
| 157 "//chrome") | 157 "//chrome") |
| 158 deps += [ | 158 deps += [ |
| 159 "//chrome/browser/devtools", | 159 "//chrome/browser/devtools", |
| 160 "//chrome/browser/ui/views", | 160 "//chrome/browser/ui/views", |
| 161 "//chrome/browser/ui/webui/engagement:mojo_bindings", | 161 "//chrome/browser/ui/webui/engagement:mojo_bindings", |
| 162 "//chrome/browser/ui/webui/omnibox:mojo_bindings", | 162 "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
| 163 "//chrome/browser/ui/webui/plugins:mojo_bindings", | 163 "//chrome/browser/ui/webui/plugins:mojo_bindings", |
| 164 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", |
| 164 "//chrome/common/net", | 165 "//chrome/common/net", |
| 165 "//chrome/installer/util:with_no_strings", | 166 "//chrome/installer/util:with_no_strings", |
| 166 "//components/autofill/content/browser:risk_proto", | 167 "//components/autofill/content/browser:risk_proto", |
| 167 "//components/browsing_data_ui", | 168 "//components/browsing_data_ui", |
| 168 "//components/bubble:bubble", | 169 "//components/bubble:bubble", |
| 169 "//components/crash/core/browser", | 170 "//components/crash/core/browser", |
| 170 "//components/net_log", | 171 "//components/net_log", |
| 171 "//components/power", | 172 "//components/power", |
| 172 "//components/suggestions/proto", | 173 "//components/suggestions/proto", |
| 173 "//components/url_formatter", | 174 "//components/url_formatter", |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 "//chrome/browser", | 706 "//chrome/browser", |
| 706 "//content/public/browser", | 707 "//content/public/browser", |
| 707 "//content/public/common", | 708 "//content/public/common", |
| 708 "//content/test:test_support", | 709 "//content/test:test_support", |
| 709 "//net:test_support", | 710 "//net:test_support", |
| 710 "//skia", | 711 "//skia", |
| 711 "//testing/gtest", | 712 "//testing/gtest", |
| 712 "//ui/base", | 713 "//ui/base", |
| 713 ] | 714 ] |
| 714 } | 715 } |
| OLD | NEW |