| 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("//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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 if (!is_ios) { | 139 if (!is_ios) { |
| 140 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, | 140 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, |
| 141 ".", | 141 ".", |
| 142 "//chrome") | 142 "//chrome") |
| 143 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, | 143 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, |
| 144 ".", | 144 ".", |
| 145 "//chrome") | 145 "//chrome") |
| 146 deps += [ | 146 deps += [ |
| 147 "//chrome/browser/devtools", | 147 "//chrome/browser/devtools", |
| 148 "//chrome/browser/ui/views", | 148 "//chrome/browser/ui/views", |
| 149 "//chrome/browser/ui/webui:mojo_bindings", |
| 149 "//chrome/browser/ui/webui/engagement:mojo_bindings", | 150 "//chrome/browser/ui/webui/engagement:mojo_bindings", |
| 150 "//chrome/browser/ui/webui/omnibox:mojo_bindings", | 151 "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
| 151 "//chrome/browser/ui/webui/plugins:mojo_bindings", | 152 "//chrome/browser/ui/webui/plugins:mojo_bindings", |
| 152 "//chrome/common/net", | 153 "//chrome/common/net", |
| 153 "//chrome/installer/util:with_no_strings", | 154 "//chrome/installer/util:with_no_strings", |
| 154 "//components/autofill/content/browser:risk_proto", | 155 "//components/autofill/content/browser:risk_proto", |
| 155 "//components/browsing_data_ui", | 156 "//components/browsing_data_ui", |
| 156 "//components/bubble:bubble", | 157 "//components/bubble:bubble", |
| 157 "//components/crash/core/browser", | 158 "//components/crash/core/browser", |
| 158 "//components/net_log", | 159 "//components/net_log", |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 "//chrome/browser", | 696 "//chrome/browser", |
| 696 "//content/public/browser", | 697 "//content/public/browser", |
| 697 "//content/public/common", | 698 "//content/public/common", |
| 698 "//content/test:test_support", | 699 "//content/test:test_support", |
| 699 "//net:test_support", | 700 "//net:test_support", |
| 700 "//skia", | 701 "//skia", |
| 701 "//testing/gtest", | 702 "//testing/gtest", |
| 702 "//ui/base", | 703 "//ui/base", |
| 703 ] | 704 ] |
| 704 } | 705 } |
| OLD | NEW |