| 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/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "//ppapi/shared_impl", | 297 "//ppapi/shared_impl", |
| 298 "//third_party/mojo/src/mojo/edk/system", | 298 "//third_party/mojo/src/mojo/edk/system", |
| 299 "//third_party/mojo/src/mojo/edk/test:test_support", | 299 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 300 "//third_party/mojo/src/mojo/public/cpp/bindings", | 300 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 301 "//third_party/mojo/src/mojo/public/js", | 301 "//third_party/mojo/src/mojo/public/js", |
| 302 "//testing/gmock", | 302 "//testing/gmock", |
| 303 "//testing/gtest", | 303 "//testing/gtest", |
| 304 "//third_party/WebKit/public:blink", | 304 "//third_party/WebKit/public:blink", |
| 305 "//third_party/leveldatabase", | 305 "//third_party/leveldatabase", |
| 306 "//third_party/mesa:osmesa", | 306 "//third_party/mesa:osmesa", |
| 307 "//third_party/zlib", |
| 307 "//ui/accessibility", | 308 "//ui/accessibility", |
| 308 "//ui/accessibility:ax_gen", | 309 "//ui/accessibility:ax_gen", |
| 309 "//ui/base", | 310 "//ui/base", |
| 310 "//ui/base/ime", | 311 "//ui/base/ime", |
| 311 "//ui/gfx", | 312 "//ui/gfx", |
| 312 "//ui/gfx/geometry", | 313 "//ui/gfx/geometry", |
| 313 "//ui/gl", | 314 "//ui/gl", |
| 314 "//ui/resources", | 315 "//ui/resources", |
| 315 "//ui/shell_dialogs", | 316 "//ui/shell_dialogs", |
| 316 "//ui/snapshot", | 317 "//ui/snapshot", |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 "//gpu/blink", | 698 "//gpu/blink", |
| 698 "//testing/gtest", | 699 "//testing/gtest", |
| 699 "//third_party/WebKit/public:blink", | 700 "//third_party/WebKit/public:blink", |
| 700 "//ui/base", | 701 "//ui/base", |
| 701 "//ui/gfx", | 702 "//ui/gfx", |
| 702 "//ui/gfx/geometry", | 703 "//ui/gfx/geometry", |
| 703 "//ui/gl", | 704 "//ui/gl", |
| 704 ] | 705 ] |
| 705 } | 706 } |
| 706 } | 707 } |
| OLD | NEW |