| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 "//content/public/plugin", | 490 "//content/public/plugin", |
| 491 "//content/public/renderer", | 491 "//content/public/renderer", |
| 492 "//gin", | 492 "//gin", |
| 493 "//gpu", | 493 "//gpu", |
| 494 "//gpu:test_support", | 494 "//gpu:test_support", |
| 495 "//ipc:test_support", | 495 "//ipc:test_support", |
| 496 "//media:test_support", | 496 "//media:test_support", |
| 497 "//media:shared_memory_support", | 497 "//media:shared_memory_support", |
| 498 "//media/audio:test_support", | 498 "//media/audio:test_support", |
| 499 "//media/base:test_support", | 499 "//media/base:test_support", |
| 500 "//media/midi:midi", |
| 500 "//storage/browser", | 501 "//storage/browser", |
| 501 "//storage/common", | 502 "//storage/common", |
| 502 "//third_party/WebKit/public:blink", | 503 "//third_party/WebKit/public:blink", |
| 503 "//third_party/icu", | 504 "//third_party/icu", |
| 504 "//third_party/leveldatabase", | 505 "//third_party/leveldatabase", |
| 505 "//third_party/libjingle", | 506 "//third_party/libjingle", |
| 506 "//ui/gl", | 507 "//ui/gl", |
| 507 ] | 508 ] |
| 508 } | 509 } |
| 509 | 510 |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 "//content/public/common", | 709 "//content/public/common", |
| 709 "//testing/gtest", | 710 "//testing/gtest", |
| 710 "//third_party/WebKit/public:blink", | 711 "//third_party/WebKit/public:blink", |
| 711 "//ui/base", | 712 "//ui/base", |
| 712 "//ui/gfx", | 713 "//ui/gfx", |
| 713 "//ui/gfx/geometry", | 714 "//ui/gfx/geometry", |
| 714 "//ui/gl", | 715 "//ui/gl", |
| 715 ] | 716 ] |
| 716 } | 717 } |
| 717 } | 718 } |
| OLD | NEW |