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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 "ui/views/frame/browser_non_client_frame_view_mus.h", | 613 "ui/views/frame/browser_non_client_frame_view_mus.h", |
614 ] | 614 ] |
615 deps += [ | 615 deps += [ |
616 "//content/public/common", | 616 "//content/public/common", |
617 "//services/ui/public/cpp", | 617 "//services/ui/public/cpp", |
618 "//services/ui/public/cpp/input_devices", | 618 "//services/ui/public/cpp/input_devices", |
619 "//ui/aura", | 619 "//ui/aura", |
620 "//ui/compositor", | 620 "//ui/compositor", |
621 "//ui/views/mus", | 621 "//ui/views/mus", |
622 ] | 622 ] |
623 defines += [ "MOJO_SHELL_CLIENT" ] | |
624 } | 623 } |
625 if (ui_compositor_image_transport) { | 624 if (ui_compositor_image_transport) { |
626 deps += [ "//ui/gl" ] | 625 deps += [ "//ui/gl" ] |
627 } | 626 } |
628 | 627 |
629 if (use_ash) { | 628 if (use_ash) { |
630 sources += | 629 sources += |
631 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") | 630 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") |
632 deps += [ "//ash" ] | 631 deps += [ "//ash" ] |
633 } | 632 } |
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1368 # linking all of the test support. | 1367 # linking all of the test support. |
1369 static_library("pepper_cdm_test_constants") { | 1368 static_library("pepper_cdm_test_constants") { |
1370 testonly = true | 1369 testonly = true |
1371 visibility = [ "//chrome/*" ] | 1370 visibility = [ "//chrome/*" ] |
1372 sources = [ | 1371 sources = [ |
1373 "media/pepper_cdm_test_constants.cc", | 1372 "media/pepper_cdm_test_constants.cc", |
1374 "media/pepper_cdm_test_constants.h", | 1373 "media/pepper_cdm_test_constants.h", |
1375 ] | 1374 ] |
1376 } | 1375 } |
1377 } | 1376 } |
OLD | NEW |