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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 "browser_tests/blimp_test_launcher.cc", | 654 "browser_tests/blimp_test_launcher.cc", |
655 "browser_tests/engine_browsertest.cc", | 655 "browser_tests/engine_browsertest.cc", |
656 ] | 656 ] |
657 | 657 |
658 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 658 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
659 | 659 |
660 deps = [ | 660 deps = [ |
661 "//base", | 661 "//base", |
662 "//blimp/client:feature", | 662 "//blimp/client:feature", |
663 "//blimp/client:session", | 663 "//blimp/client:session", |
664 "//blimp/client:switches", | |
665 "//blimp/client:test_support", | 664 "//blimp/client:test_support", |
| 665 "//blimp/client/core:switches", |
666 "//blimp/common", | 666 "//blimp/common", |
667 "//blimp/engine:app", | 667 "//blimp/engine:app", |
668 "//blimp/engine:app_config", | 668 "//blimp/engine:app_config", |
669 "//blimp/engine:app_switches", | 669 "//blimp/engine:app_switches", |
670 "//blimp/engine:pak", | 670 "//blimp/engine:pak", |
671 "//blimp/engine:session", | 671 "//blimp/engine:session", |
672 "//blimp/engine:test_support", | 672 "//blimp/engine:test_support", |
673 "//blimp/net", | 673 "//blimp/net", |
674 "//content/public/app:both", | 674 "//content/public/app:both", |
675 "//content/test:test_support", | 675 "//content/test:test_support", |
676 "//testing/gmock", | 676 "//testing/gmock", |
677 "//testing/gtest", | 677 "//testing/gtest", |
678 ] | 678 ] |
679 | 679 |
680 data = [ | 680 data = [ |
681 "//blimp/test/data/", | 681 "//blimp/test/data/", |
682 "$root_out_dir/blimp_engine.pak", | 682 "$root_out_dir/blimp_engine.pak", |
683 ] | 683 ] |
684 } | 684 } |
OLD | NEW |