OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
8 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
9 import("//testing/test.gni") | 10 import("//testing/test.gni") |
10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 11 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
11 | 12 |
12 content_tests_gypi_values = | 13 content_tests_gypi_values = |
13 exec_script("//build/gypi_to_gn.py", | 14 exec_script("//build/gypi_to_gn.py", |
14 [ | 15 [ |
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 "//gpu/blink", | 711 "//gpu/blink", |
711 "//testing/gtest", | 712 "//testing/gtest", |
712 "//third_party/WebKit/public:blink", | 713 "//third_party/WebKit/public:blink", |
713 "//ui/base", | 714 "//ui/base", |
714 "//ui/gfx", | 715 "//ui/gfx", |
715 "//ui/gfx/geometry", | 716 "//ui/gfx/geometry", |
716 "//ui/gl", | 717 "//ui/gl", |
717 ] | 718 ] |
718 } | 719 } |
719 } | 720 } |
OLD | NEW |