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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "//chrome") | 202 "//chrome") |
203 sources += | 203 sources += |
204 rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources, | 204 rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources, |
205 ".", | 205 ".", |
206 "//chrome") | 206 "//chrome") |
207 deps += [ | 207 deps += [ |
208 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 208 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
209 "//chrome/common:features", | 209 "//chrome/common:features", |
210 "//components/feedback/proto", | 210 "//components/feedback/proto", |
211 "//components/proximity_auth/webui", | 211 "//components/proximity_auth/webui", |
| 212 "//content/public/browser", |
212 "//device/bluetooth", | 213 "//device/bluetooth", |
213 ] | 214 ] |
214 } | 215 } |
215 | 216 |
216 if (use_aura) { | 217 if (use_aura) { |
217 defines += [ "MOJO_RUNNER_CLIENT" ] | 218 defines += [ "MOJO_RUNNER_CLIENT" ] |
218 } | 219 } |
219 | 220 |
220 if (enable_basic_printing || enable_print_preview) { | 221 if (enable_basic_printing || enable_print_preview) { |
221 deps += [ "//printing" ] | 222 deps += [ "//printing" ] |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 "//chrome/browser", | 711 "//chrome/browser", |
711 "//content/public/browser", | 712 "//content/public/browser", |
712 "//content/public/common", | 713 "//content/public/common", |
713 "//content/test:test_support", | 714 "//content/test:test_support", |
714 "//net:test_support", | 715 "//net:test_support", |
715 "//skia", | 716 "//skia", |
716 "//testing/gtest", | 717 "//testing/gtest", |
717 "//ui/base", | 718 "//ui/base", |
718 ] | 719 ] |
719 } | 720 } |
OLD | NEW |