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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 "browser_tests/waitable_content_pump.cc", | 680 "browser_tests/waitable_content_pump.cc", |
681 "browser_tests/waitable_content_pump.h", | 681 "browser_tests/waitable_content_pump.h", |
682 ] | 682 ] |
683 | 683 |
684 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 684 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
685 | 685 |
686 deps = [ | 686 deps = [ |
687 "//base", | 687 "//base", |
688 "//blimp/client:session", | 688 "//blimp/client:session", |
689 "//blimp/client:test_support", | 689 "//blimp/client:test_support", |
690 "//blimp/client/core:switches", | |
691 "//blimp/client/core/contents:test_support", | 690 "//blimp/client/core/contents:test_support", |
692 "//blimp/client/core/render_widget:test_support", | 691 "//blimp/client/core/render_widget:test_support", |
693 "//blimp/client/core/session", | 692 "//blimp/client/core/session", |
| 693 "//blimp/client/core/switches", |
694 "//blimp/client/test", | 694 "//blimp/client/test", |
695 "//blimp/common", | 695 "//blimp/common", |
696 "//blimp/engine:app", | 696 "//blimp/engine:app", |
697 "//blimp/engine:app_config", | 697 "//blimp/engine:app_config", |
698 "//blimp/engine:app_switches", | 698 "//blimp/engine:app_switches", |
699 "//blimp/engine:pak", | 699 "//blimp/engine:pak", |
700 "//blimp/engine:session", | 700 "//blimp/engine:session", |
701 "//blimp/engine:test_support", | 701 "//blimp/engine:test_support", |
702 "//blimp/net", | 702 "//blimp/net", |
703 "//content/public/app:both", | 703 "//content/public/app:both", |
704 "//content/test:test_support", | 704 "//content/test:test_support", |
705 "//testing/gmock", | 705 "//testing/gmock", |
706 "//testing/gtest", | 706 "//testing/gtest", |
707 ] | 707 ] |
708 | 708 |
709 data = [ | 709 data = [ |
710 "//blimp/test/data/", | 710 "//blimp/test/data/", |
711 "$root_out_dir/blimp_engine.pak", | 711 "$root_out_dir/blimp_engine.pak", |
712 ] | 712 ] |
713 } | 713 } |
OLD | NEW |