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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 ".", | 314 ".", |
315 "//chrome") | 315 "//chrome") |
316 } | 316 } |
317 if (!is_mac) { | 317 if (!is_mac) { |
318 sources += | 318 sources += |
319 rebase_path(gypi_values.chrome_browser_ui_views_non_mac_sources, | 319 rebase_path(gypi_values.chrome_browser_ui_views_non_mac_sources, |
320 ".", | 320 ".", |
321 "//chrome") | 321 "//chrome") |
322 if (use_aura) { | 322 if (use_aura) { |
323 deps += [ | 323 deps += [ |
324 "//components/mus/public/cpp", | 324 "//services/ui/public/cpp", |
325 "//components/mus/public/interfaces", | 325 "//services/ui/public/interfaces", |
326 ] | 326 ] |
327 } | 327 } |
328 if (enable_extensions) { | 328 if (enable_extensions) { |
329 sources += rebase_path( | 329 sources += rebase_path( |
330 gypi_values.chrome_browser_ui_views_extensions_non_mac_sources, | 330 gypi_values.chrome_browser_ui_views_extensions_non_mac_sources, |
331 ".", | 331 ".", |
332 "//chrome") | 332 "//chrome") |
333 } | 333 } |
334 } | 334 } |
335 if (use_ash) { | 335 if (use_ash) { |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 "//chrome/browser", | 707 "//chrome/browser", |
708 "//content/public/browser", | 708 "//content/public/browser", |
709 "//content/public/common", | 709 "//content/public/common", |
710 "//content/test:test_support", | 710 "//content/test:test_support", |
711 "//net:test_support", | 711 "//net:test_support", |
712 "//skia", | 712 "//skia", |
713 "//testing/gtest", | 713 "//testing/gtest", |
714 "//ui/base", | 714 "//ui/base", |
715 ] | 715 ] |
716 } | 716 } |
OLD | NEW |