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