| 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 "//blimp/client/core/switches", | 790 "//blimp/client/core/switches", |
| 791 "//blimp/client/test", | 791 "//blimp/client/test", |
| 792 "//blimp/common", | 792 "//blimp/common", |
| 793 "//blimp/engine:app", | 793 "//blimp/engine:app", |
| 794 "//blimp/engine:app_config", | 794 "//blimp/engine:app_config", |
| 795 "//blimp/engine:app_switches", | 795 "//blimp/engine:app_switches", |
| 796 "//blimp/engine:pak", | 796 "//blimp/engine:pak", |
| 797 "//blimp/engine:session", | 797 "//blimp/engine:session", |
| 798 "//blimp/engine:test_support", | 798 "//blimp/engine:test_support", |
| 799 "//blimp/net", | 799 "//blimp/net", |
| 800 "//components/prefs:test_support", |
| 800 "//content/public/app:both", | 801 "//content/public/app:both", |
| 801 "//content/test:test_support", | 802 "//content/test:test_support", |
| 802 "//testing/gmock", | 803 "//testing/gmock", |
| 803 "//testing/gtest", | 804 "//testing/gtest", |
| 804 ] | 805 ] |
| 805 | 806 |
| 806 data = [ | 807 data = [ |
| 807 "//blimp/test/data/", | 808 "//blimp/test/data/", |
| 808 "$root_out_dir/blimp_engine.pak", | 809 "$root_out_dir/blimp_engine.pak", |
| 809 ] | 810 ] |
| 810 } | 811 } |
| OLD | NEW |