| 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "//skia", | 462 "//skia", |
| 463 "//sql", | 463 "//sql", |
| 464 "//sql:test_support", | 464 "//sql:test_support", |
| 465 "//testing/gmock", | 465 "//testing/gmock", |
| 466 "//testing/gtest", | 466 "//testing/gtest", |
| 467 "//third_party/mojo/src/mojo/edk/test:test_support", | 467 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 468 "//third_party/mojo/src/mojo/public/cpp/bindings", | 468 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 469 "//third_party/re2", | 469 "//third_party/re2", |
| 470 "//ui/accessibility", | 470 "//ui/accessibility", |
| 471 "//ui/base", | 471 "//ui/base", |
| 472 "//ui/base", | 472 "//ui/events/blink", |
| 473 "//ui/gfx", | 473 "//ui/gfx", |
| 474 "//ui/gfx/geometry", | 474 "//ui/gfx/geometry", |
| 475 "//ui/gfx/ipc", | 475 "//ui/gfx/ipc", |
| 476 ] | 476 ] |
| 477 | 477 |
| 478 if (!is_ios) { | 478 if (!is_ios) { |
| 479 deps += [ | 479 deps += [ |
| 480 "//base/third_party/dynamic_annotations", | 480 "//base/third_party/dynamic_annotations", |
| 481 "//cc", | 481 "//cc", |
| 482 "//cc:test_support", | 482 "//cc:test_support", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 "//content/public/common", | 704 "//content/public/common", |
| 705 "//testing/gtest", | 705 "//testing/gtest", |
| 706 "//third_party/WebKit/public:blink", | 706 "//third_party/WebKit/public:blink", |
| 707 "//ui/base", | 707 "//ui/base", |
| 708 "//ui/gfx", | 708 "//ui/gfx", |
| 709 "//ui/gfx/geometry", | 709 "//ui/gfx/geometry", |
| 710 "//ui/gl", | 710 "//ui/gl", |
| 711 ] | 711 ] |
| 712 } | 712 } |
| 713 } | 713 } |
| OLD | NEW |