| 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 "//blimp/client/core/switches", | 710 "//blimp/client/core/switches", |
| 711 "//blimp/client/test", | 711 "//blimp/client/test", |
| 712 "//blimp/common", | 712 "//blimp/common", |
| 713 "//blimp/engine:app", | 713 "//blimp/engine:app", |
| 714 "//blimp/engine:app_config", | 714 "//blimp/engine:app_config", |
| 715 "//blimp/engine:app_switches", | 715 "//blimp/engine:app_switches", |
| 716 "//blimp/engine:pak", | 716 "//blimp/engine:pak", |
| 717 "//blimp/engine:session", | 717 "//blimp/engine:session", |
| 718 "//blimp/engine:test_support", | 718 "//blimp/engine:test_support", |
| 719 "//blimp/net", | 719 "//blimp/net", |
| 720 "//components/prefs:test_support", |
| 720 "//content/public/app:both", | 721 "//content/public/app:both", |
| 721 "//content/test:test_support", | 722 "//content/test:test_support", |
| 722 "//testing/gmock", | 723 "//testing/gmock", |
| 723 "//testing/gtest", | 724 "//testing/gtest", |
| 724 ] | 725 ] |
| 725 | 726 |
| 726 data = [ | 727 data = [ |
| 727 "//blimp/test/data/", | 728 "//blimp/test/data/", |
| 728 "$root_out_dir/blimp_engine.pak", | 729 "$root_out_dir/blimp_engine.pak", |
| 729 ] | 730 ] |
| 730 } | 731 } |
| OLD | NEW |