| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources, | 201 sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources, |
| 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", | |
| 212 "//components/feedback/proto", | 211 "//components/feedback/proto", |
| 213 "//components/proximity_auth/webui", | 212 "//components/proximity_auth/webui", |
| 214 "//device/bluetooth", | 213 "//device/bluetooth", |
| 215 ] | 214 ] |
| 216 } | 215 } |
| 217 | 216 |
| 218 if (use_aura) { | 217 if (use_aura) { |
| 219 defines += [ "MOJO_RUNNER_CLIENT" ] | 218 defines += [ "MOJO_RUNNER_CLIENT" ] |
| 220 } | 219 } |
| 221 | 220 |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 "//chrome/browser", | 712 "//chrome/browser", |
| 714 "//content/public/browser", | 713 "//content/public/browser", |
| 715 "//content/public/common", | 714 "//content/public/common", |
| 716 "//content/test:test_support", | 715 "//content/test:test_support", |
| 717 "//net:test_support", | 716 "//net:test_support", |
| 718 "//skia", | 717 "//skia", |
| 719 "//testing/gtest", | 718 "//testing/gtest", |
| 720 "//ui/base", | 719 "//ui/base", |
| 721 ] | 720 ] |
| 722 } | 721 } |
| OLD | NEW |