| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 ] | 47 ] |
| 48 | 48 |
| 49 if (!is_ios) { | 49 if (!is_ios) { |
| 50 sources = | 50 sources = |
| 51 rebase_path(content_tests_gypi_values.test_support_content_sources, | 51 rebase_path(content_tests_gypi_values.test_support_content_sources, |
| 52 ".", | 52 ".", |
| 53 "//content") | 53 "//content") |
| 54 | 54 |
| 55 public_deps += [ "//third_party/WebKit/public:blink" ] | 55 public_deps += [ "//third_party/WebKit/public:blink" ] |
| 56 deps += [ | 56 deps += [ |
| 57 "//components/scheduler:scheduler", |
| 57 "//content/browser/speech/proto", | 58 "//content/browser/speech/proto", |
| 58 "//content/public/child:child_sources", | 59 "//content/public/child:child_sources", |
| 59 "//content/gpu", | 60 "//content/gpu", |
| 60 "//content/public/plugin:plugin_sources", | 61 "//content/public/plugin:plugin_sources", |
| 61 "//content/public/renderer:renderer_sources", | 62 "//content/public/renderer:renderer_sources", |
| 62 "//content/public/utility:utility_sources", | 63 "//content/public/utility:utility_sources", |
| 63 "//content/shell:pak", | 64 "//content/shell:pak", |
| 64 "//cc", | 65 "//cc", |
| 65 "//cc:test_support", | 66 "//cc:test_support", |
| 66 "//ipc/mojo", | 67 "//ipc/mojo", |
| (...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 "//content/public/common", | 708 "//content/public/common", |
| 708 "//testing/gtest", | 709 "//testing/gtest", |
| 709 "//third_party/WebKit/public:blink", | 710 "//third_party/WebKit/public:blink", |
| 710 "//ui/base", | 711 "//ui/base", |
| 711 "//ui/gfx", | 712 "//ui/gfx", |
| 712 "//ui/gfx/geometry", | 713 "//ui/gfx/geometry", |
| 713 "//ui/gl", | 714 "//ui/gl", |
| 714 ] | 715 ] |
| 715 } | 716 } |
| 716 } | 717 } |
| OLD | NEW |