OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/sanitizers/sanitizers.gni") | 7 import("//build/config/sanitizers/sanitizers.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 ] | 661 ] |
662 | 662 |
663 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 663 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
664 | 664 |
665 deps = [ | 665 deps = [ |
666 "//base", | 666 "//base", |
667 "//blimp/client:feature", | 667 "//blimp/client:feature", |
668 "//blimp/client:session", | 668 "//blimp/client:session", |
669 "//blimp/client:test_support", | 669 "//blimp/client:test_support", |
670 "//blimp/client/core:switches", | 670 "//blimp/client/core:switches", |
| 671 "//blimp/client/core/session", |
671 "//blimp/common", | 672 "//blimp/common", |
672 "//blimp/engine:app", | 673 "//blimp/engine:app", |
673 "//blimp/engine:app_config", | 674 "//blimp/engine:app_config", |
674 "//blimp/engine:app_switches", | 675 "//blimp/engine:app_switches", |
675 "//blimp/engine:pak", | 676 "//blimp/engine:pak", |
676 "//blimp/engine:session", | 677 "//blimp/engine:session", |
677 "//blimp/engine:test_support", | 678 "//blimp/engine:test_support", |
678 "//blimp/net", | 679 "//blimp/net", |
679 "//content/public/app:both", | 680 "//content/public/app:both", |
680 "//content/test:test_support", | 681 "//content/test:test_support", |
681 "//testing/gmock", | 682 "//testing/gmock", |
682 "//testing/gtest", | 683 "//testing/gtest", |
683 ] | 684 ] |
684 | 685 |
685 data = [ | 686 data = [ |
686 "//blimp/test/data/", | 687 "//blimp/test/data/", |
687 "$root_out_dir/blimp_engine.pak", | 688 "$root_out_dir/blimp_engine.pak", |
688 ] | 689 ] |
689 } | 690 } |
OLD | NEW |