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("//mojo/public/tools/bindings/mojom.gni") | 9 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
10 | 10 |
11 content_tests_gypi_values = | 11 content_tests_gypi_values = |
12 exec_script("//build/gypi_to_gn.py", | 12 exec_script("//build/gypi_to_gn.py", |
13 [ | 13 [ |
14 rebase_path("../content_tests.gypi"), | 14 rebase_path("../content_tests.gypi"), |
15 "--replace=<(SHARED_INTERMEDIATE_DIR)=$root_gen_dir", | 15 "--replace=<(SHARED_INTERMEDIATE_DIR)=$root_gen_dir", |
16 ], | 16 ], |
17 "scope", | 17 "scope", |
18 [ "../content_tests.gypi" ]) | 18 [ "../content_tests.gypi" ]) |
19 | 19 |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 "//content/test:test_support", | 261 "//content/test:test_support", |
262 "//device/battery", | 262 "//device/battery", |
263 "//device/battery:mojo_bindings", | 263 "//device/battery:mojo_bindings", |
264 "//gin", | 264 "//gin", |
265 "//gpu", | 265 "//gpu", |
266 "//ipc:test_support", | 266 "//ipc:test_support", |
267 "//media:test_support", | 267 "//media:test_support", |
268 "//media/audio:test_support", | 268 "//media/audio:test_support", |
269 "//media/base:test_support", | 269 "//media/base:test_support", |
270 "//media:shared_memory_support", | 270 "//media:shared_memory_support", |
271 "//mojo/edk/system", | |
272 "//mojo/edk/test:test_support", | |
273 "//mojo/environment:chromium", | 271 "//mojo/environment:chromium", |
274 "//mojo/public/cpp/bindings", | |
275 "//mojo/public/js", | |
276 "//net:test_support", | 272 "//net:test_support", |
277 "//ppapi:ppapi_host", | 273 "//ppapi:ppapi_host", |
278 "//ppapi:ppapi_ipc", | 274 "//ppapi:ppapi_ipc", |
279 "//ppapi:ppapi_proxy", | 275 "//ppapi:ppapi_proxy", |
280 "//ppapi:ppapi_shared", | 276 "//ppapi:ppapi_shared", |
281 | 277 |
| 278 "//third_party/mojo/src/mojo/edk/system", |
| 279 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 280 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 281 "//third_party/mojo/src/mojo/public/js", |
282 #"//ppapi:ppapi_tests", TODO(GYP) | 282 #"//ppapi:ppapi_tests", TODO(GYP) |
283 #"//ppapi:ppapi_unittest_shared", TODO(GYP) | 283 #"//ppapi:ppapi_unittest_shared", TODO(GYP) |
284 "//testing/gmock", | 284 "//testing/gmock", |
285 "//testing/gtest", | 285 "//testing/gtest", |
286 "//third_party/WebKit/public:blink", | 286 "//third_party/WebKit/public:blink", |
287 "//third_party/leveldatabase", | 287 "//third_party/leveldatabase", |
288 "//third_party/mesa:osmesa", | 288 "//third_party/mesa:osmesa", |
289 "//ui/accessibility", | 289 "//ui/accessibility", |
290 "//ui/accessibility:ax_gen", | 290 "//ui/accessibility:ax_gen", |
291 "//ui/base", | 291 "//ui/base", |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 "//base/allocator", | 427 "//base/allocator", |
428 "//base/test:test_support", | 428 "//base/test:test_support", |
429 "//content/browser/service_worker:proto", | 429 "//content/browser/service_worker:proto", |
430 "//content/browser/speech/proto", | 430 "//content/browser/speech/proto", |
431 "//content/public/browser", | 431 "//content/public/browser", |
432 "//content/public/common", | 432 "//content/public/common", |
433 "//content/public/common:mojo_bindings", | 433 "//content/public/common:mojo_bindings", |
434 "//crypto", | 434 "//crypto", |
435 "//device/battery", | 435 "//device/battery", |
436 "//device/battery:mojo_bindings", | 436 "//device/battery:mojo_bindings", |
437 "//mojo/edk/test:test_support", | |
438 "//mojo/environment:chromium", | 437 "//mojo/environment:chromium", |
439 "//mojo/public/cpp/bindings", | |
440 "//net:test_support", | 438 "//net:test_support", |
441 "//skia", | 439 "//skia", |
442 "//sql", | 440 "//sql", |
443 "//sql:test_support", | 441 "//sql:test_support", |
444 "//testing/gmock", | 442 "//testing/gmock", |
445 "//testing/gtest", | 443 "//testing/gtest", |
| 444 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 445 "//third_party/mojo/src/mojo/public/cpp/bindings", |
446 "//third_party/re2", | 446 "//third_party/re2", |
447 "//ui/accessibility", | 447 "//ui/accessibility", |
448 "//ui/base", | 448 "//ui/base", |
449 "//ui/base", | 449 "//ui/base", |
450 "//ui/gfx", | 450 "//ui/gfx", |
451 "//ui/gfx/geometry", | 451 "//ui/gfx/geometry", |
452 "//ui/gfx/ipc", | 452 "//ui/gfx/ipc", |
453 ] | 453 ] |
454 | 454 |
455 if (!is_ios) { | 455 if (!is_ios) { |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 "//content/public/common", | 679 "//content/public/common", |
680 "//testing/gtest", | 680 "//testing/gtest", |
681 "//third_party/WebKit/public:blink", | 681 "//third_party/WebKit/public:blink", |
682 "//ui/base", | 682 "//ui/base", |
683 "//ui/gfx", | 683 "//ui/gfx", |
684 "//ui/gfx/geometry", | 684 "//ui/gfx/geometry", |
685 "//ui/gl", | 685 "//ui/gl", |
686 ] | 686 ] |
687 } | 687 } |
688 } | 688 } |
OLD | NEW |