| 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/contents:test_support", |
| 685 "//blimp/client/core/render_widget", |
| 686 "//blimp/client/core/render_widget:test_support", |
| 685 "//blimp/client/core/session", | 687 "//blimp/client/core/session", |
| 686 "//blimp/common", | 688 "//blimp/common", |
| 687 "//blimp/engine:app", | 689 "//blimp/engine:app", |
| 688 "//blimp/engine:app_config", | 690 "//blimp/engine:app_config", |
| 689 "//blimp/engine:app_switches", | 691 "//blimp/engine:app_switches", |
| 690 "//blimp/engine:pak", | 692 "//blimp/engine:pak", |
| 691 "//blimp/engine:session", | 693 "//blimp/engine:session", |
| 692 "//blimp/engine:test_support", | 694 "//blimp/engine:test_support", |
| 693 "//blimp/net", | 695 "//blimp/net", |
| 694 "//content/public/app:both", | 696 "//content/public/app:both", |
| 695 "//content/test:test_support", | 697 "//content/test:test_support", |
| 696 "//testing/gmock", | 698 "//testing/gmock", |
| 697 "//testing/gtest", | 699 "//testing/gtest", |
| 698 ] | 700 ] |
| 699 | 701 |
| 700 data = [ | 702 data = [ |
| 701 "//blimp/test/data/", | 703 "//blimp/test/data/", |
| 702 "$root_out_dir/blimp_engine.pak", | 704 "$root_out_dir/blimp_engine.pak", |
| 703 ] | 705 ] |
| 704 } | 706 } |
| OLD | NEW |