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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 "ui/views/frame/browser_non_client_frame_view_mus.h", | 620 "ui/views/frame/browser_non_client_frame_view_mus.h", |
621 ] | 621 ] |
622 deps += [ | 622 deps += [ |
623 "//content/public/common", | 623 "//content/public/common", |
624 "//services/ui/public/cpp", | 624 "//services/ui/public/cpp", |
625 "//services/ui/public/cpp/input_devices", | 625 "//services/ui/public/cpp/input_devices", |
626 "//ui/aura", | 626 "//ui/aura", |
627 "//ui/compositor", | 627 "//ui/compositor", |
628 "//ui/views/mus", | 628 "//ui/views/mus", |
629 ] | 629 ] |
630 defines += [ "MOJO_SHELL_CLIENT" ] | |
631 } | 630 } |
632 if (ui_compositor_image_transport) { | 631 if (ui_compositor_image_transport) { |
633 deps += [ "//ui/gl" ] | 632 deps += [ "//ui/gl" ] |
634 } | 633 } |
635 | 634 |
636 if (use_ash) { | 635 if (use_ash) { |
637 sources += | 636 sources += |
638 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") | 637 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") |
639 deps += [ "//ash" ] | 638 deps += [ "//ash" ] |
640 } | 639 } |
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1375 # linking all of the test support. | 1374 # linking all of the test support. |
1376 static_library("pepper_cdm_test_constants") { | 1375 static_library("pepper_cdm_test_constants") { |
1377 testonly = true | 1376 testonly = true |
1378 visibility = [ "//chrome/*" ] | 1377 visibility = [ "//chrome/*" ] |
1379 sources = [ | 1378 sources = [ |
1380 "media/pepper_cdm_test_constants.cc", | 1379 "media/pepper_cdm_test_constants.cc", |
1381 "media/pepper_cdm_test_constants.h", | 1380 "media/pepper_cdm_test_constants.h", |
1382 ] | 1381 ] |
1383 } | 1382 } |
1384 } | 1383 } |
OLD | NEW |