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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 "//content/public/child:child_sources", | 58 "//content/public/child:child_sources", |
59 "//content/gpu", | 59 "//content/gpu", |
60 "//content/public/plugin:plugin_sources", | 60 "//content/public/plugin:plugin_sources", |
61 "//content/public/renderer:renderer_sources", | 61 "//content/public/renderer:renderer_sources", |
62 "//content/public/utility:utility_sources", | 62 "//content/public/utility:utility_sources", |
63 "//content/shell:pak", | 63 "//content/shell:pak", |
64 "//cc", | 64 "//cc", |
65 "//cc:test_support", | 65 "//cc:test_support", |
66 "//ipc/mojo", | 66 "//ipc/mojo", |
67 "//media", | 67 "//media", |
68 "//ppapi:ppapi_host", | 68 "//ppapi/host", |
69 "//ppapi:ppapi_proxy", | 69 "//ppapi/proxy", |
70 "//ppapi:ppapi_shared", | 70 "//ppapi/proxy:test_support", |
71 "//ppapi:ppapi_unittest_shared", | 71 "//ppapi/shared_impl", |
| 72 "//ppapi/shared_impl:test_support", |
72 "//storage/browser", | 73 "//storage/browser", |
73 "//storage/common", | 74 "//storage/common", |
74 "//ui/surface", | 75 "//ui/surface", |
75 "//v8", | 76 "//v8", |
76 "//webkit/common/gpu", | 77 "//webkit/common/gpu", |
77 ] | 78 ] |
78 | 79 |
79 if (enable_plugins) { | 80 if (enable_plugins) { |
80 deps += [ "//content/ppapi_plugin" ] | 81 deps += [ "//content/ppapi_plugin" ] |
81 } | 82 } |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 "//device/battery:mojo_bindings", | 275 "//device/battery:mojo_bindings", |
275 "//gin", | 276 "//gin", |
276 "//gpu", | 277 "//gpu", |
277 "//ipc:test_support", | 278 "//ipc:test_support", |
278 "//media:test_support", | 279 "//media:test_support", |
279 "//media/audio:test_support", | 280 "//media/audio:test_support", |
280 "//media/base:test_support", | 281 "//media/base:test_support", |
281 "//media:shared_memory_support", | 282 "//media:shared_memory_support", |
282 "//mojo/environment:chromium", | 283 "//mojo/environment:chromium", |
283 "//net:test_support", | 284 "//net:test_support", |
284 "//ppapi:ppapi_host", | 285 "//ppapi/host", |
285 "//ppapi:ppapi_ipc", | 286 "//ppapi/proxy", |
286 "//ppapi:ppapi_proxy", | 287 "//ppapi/proxy:ipc", |
287 "//ppapi:ppapi_shared", | 288 "//ppapi/shared_impl", |
288 "//third_party/mojo/src/mojo/edk/system", | 289 "//third_party/mojo/src/mojo/edk/system", |
289 "//third_party/mojo/src/mojo/edk/test:test_support", | 290 "//third_party/mojo/src/mojo/edk/test:test_support", |
290 "//third_party/mojo/src/mojo/public/cpp/bindings", | 291 "//third_party/mojo/src/mojo/public/cpp/bindings", |
291 "//third_party/mojo/src/mojo/public/js", | 292 "//third_party/mojo/src/mojo/public/js", |
292 | 293 |
293 #"//ppapi:ppapi_tests", TODO(GYP) | 294 #"//ppapi:ppapi_tests", TODO(GYP) |
294 #"//ppapi:ppapi_unittest_shared", TODO(GYP) | 295 #"//ppapi:ppapi_unittest_shared", TODO(GYP) |
295 "//testing/gmock", | 296 "//testing/gmock", |
296 "//testing/gtest", | 297 "//testing/gtest", |
297 "//third_party/WebKit/public:blink", | 298 "//third_party/WebKit/public:blink", |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 "//content/public/common", | 695 "//content/public/common", |
695 "//testing/gtest", | 696 "//testing/gtest", |
696 "//third_party/WebKit/public:blink", | 697 "//third_party/WebKit/public:blink", |
697 "//ui/base", | 698 "//ui/base", |
698 "//ui/gfx", | 699 "//ui/gfx", |
699 "//ui/gfx/geometry", | 700 "//ui/gfx/geometry", |
700 "//ui/gl", | 701 "//ui/gl", |
701 ] | 702 ] |
702 } | 703 } |
703 } | 704 } |
OLD | NEW |