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