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