| 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 ] | 674 ] |
| 675 | 675 |
| 676 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 676 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 677 | 677 |
| 678 deps = [ | 678 deps = [ |
| 679 "//base", | 679 "//base", |
| 680 "//blimp/client:feature", | 680 "//blimp/client:feature", |
| 681 "//blimp/client:session", | 681 "//blimp/client:session", |
| 682 "//blimp/client:test_support", | 682 "//blimp/client:test_support", |
| 683 "//blimp/client/core:switches", | 683 "//blimp/client/core:switches", |
| 684 "//blimp/client/core/contents:test_support", |
| 684 "//blimp/client/core/session", | 685 "//blimp/client/core/session", |
| 685 "//blimp/common", | 686 "//blimp/common", |
| 686 "//blimp/engine:app", | 687 "//blimp/engine:app", |
| 687 "//blimp/engine:app_config", | 688 "//blimp/engine:app_config", |
| 688 "//blimp/engine:app_switches", | 689 "//blimp/engine:app_switches", |
| 689 "//blimp/engine:pak", | 690 "//blimp/engine:pak", |
| 690 "//blimp/engine:session", | 691 "//blimp/engine:session", |
| 691 "//blimp/engine:test_support", | 692 "//blimp/engine:test_support", |
| 692 "//blimp/net", | 693 "//blimp/net", |
| 693 "//content/public/app:both", | 694 "//content/public/app:both", |
| 694 "//content/test:test_support", | 695 "//content/test:test_support", |
| 695 "//testing/gmock", | 696 "//testing/gmock", |
| 696 "//testing/gtest", | 697 "//testing/gtest", |
| 697 ] | 698 ] |
| 698 | 699 |
| 699 data = [ | 700 data = [ |
| 700 "//blimp/test/data/", | 701 "//blimp/test/data/", |
| 701 "$root_out_dir/blimp_engine.pak", | 702 "$root_out_dir/blimp_engine.pak", |
| 702 ] | 703 ] |
| 703 } | 704 } |
| OLD | NEW |