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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build_overrides/v8.gni") | 9 import("//build_overrides/v8.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| 11 import("//mojo/public/tools/bindings/mojom.gni") |
11 import("//testing/test.gni") | 12 import("//testing/test.gni") |
12 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | |
13 | 13 |
14 content_tests_gypi_values = | 14 content_tests_gypi_values = |
15 exec_script("//build/gypi_to_gn.py", | 15 exec_script("//build/gypi_to_gn.py", |
16 [ | 16 [ |
17 rebase_path("../content_tests.gypi"), | 17 rebase_path("../content_tests.gypi"), |
18 "--replace=<(SHARED_INTERMEDIATE_DIR)=$root_gen_dir", | 18 "--replace=<(SHARED_INTERMEDIATE_DIR)=$root_gen_dir", |
19 ], | 19 ], |
20 "scope", | 20 "scope", |
21 [ "../content_tests.gypi" ]) | 21 [ "../content_tests.gypi" ]) |
22 | 22 |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "//device/vibration:mojo_bindings", | 341 "//device/vibration:mojo_bindings", |
342 "//gin", | 342 "//gin", |
343 "//gpu", | 343 "//gpu", |
344 "//ipc:test_support", | 344 "//ipc:test_support", |
345 "//media:test_support", | 345 "//media:test_support", |
346 "//media/audio:test_support", | 346 "//media/audio:test_support", |
347 "//media/base:test_support", | 347 "//media/base:test_support", |
348 "//media:shared_memory_support", | 348 "//media:shared_memory_support", |
349 "//mojo/application/public/cpp:cpp_for_chromium", | 349 "//mojo/application/public/cpp:cpp_for_chromium", |
350 "//mojo/environment:chromium", | 350 "//mojo/environment:chromium", |
| 351 "//mojo/public/cpp/bindings", |
| 352 "//mojo/public/js", |
351 "//mojo/test:test_support", | 353 "//mojo/test:test_support", |
352 "//net:test_support", | 354 "//net:test_support", |
353 "//ppapi/host", | 355 "//ppapi/host", |
354 "//ppapi/proxy", | 356 "//ppapi/proxy", |
355 "//ppapi/proxy:ipc", | 357 "//ppapi/proxy:ipc", |
356 "//ppapi/shared_impl", | 358 "//ppapi/shared_impl", |
357 "//third_party/mojo/src/mojo/edk/system", | 359 "//third_party/mojo/src/mojo/edk/system", |
358 "//third_party/mojo/src/mojo/edk/test:test_support", | 360 "//third_party/mojo/src/mojo/edk/test:test_support", |
359 "//third_party/mojo/src/mojo/public/cpp/bindings", | |
360 "//third_party/mojo/src/mojo/public/js", | |
361 "//testing/gmock", | 361 "//testing/gmock", |
362 "//testing/gtest", | 362 "//testing/gtest", |
363 "//third_party/WebKit/public:blink", | 363 "//third_party/WebKit/public:blink", |
364 "//third_party/leveldatabase", | 364 "//third_party/leveldatabase", |
365 "//third_party/mesa:osmesa", | 365 "//third_party/mesa:osmesa", |
366 "//third_party/zlib", | 366 "//third_party/zlib", |
367 "//ui/accessibility", | 367 "//ui/accessibility", |
368 "//ui/accessibility:ax_gen", | 368 "//ui/accessibility:ax_gen", |
369 "//ui/base", | 369 "//ui/base", |
370 "//ui/base/ime", | 370 "//ui/base/ime", |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 "//content/browser/service_worker:service_worker_proto", | 523 "//content/browser/service_worker:service_worker_proto", |
524 "//content/browser/speech/proto", | 524 "//content/browser/speech/proto", |
525 "//content/common:mojo_bindings", | 525 "//content/common:mojo_bindings", |
526 "//content/public/browser", | 526 "//content/public/browser", |
527 "//content/public/common", | 527 "//content/public/common", |
528 "//content/public/common:mojo_bindings", | 528 "//content/public/common:mojo_bindings", |
529 "//crypto", | 529 "//crypto", |
530 "//device/battery", | 530 "//device/battery", |
531 "//device/battery:mojo_bindings", | 531 "//device/battery:mojo_bindings", |
532 "//mojo/environment:chromium", | 532 "//mojo/environment:chromium", |
| 533 "//mojo/public/cpp/bindings", |
533 "//net:extras", | 534 "//net:extras", |
534 "//net:test_support", | 535 "//net:test_support", |
535 "//skia", | 536 "//skia", |
536 "//sql", | 537 "//sql", |
537 "//sql:test_support", | 538 "//sql:test_support", |
538 "//testing/gmock", | 539 "//testing/gmock", |
539 "//testing/gtest", | 540 "//testing/gtest", |
540 "//third_party/mojo/src/mojo/edk/test:test_support", | 541 "//third_party/mojo/src/mojo/edk/test:test_support", |
541 "//third_party/mojo/src/mojo/public/cpp/bindings", | |
542 "//third_party/re2", | 542 "//third_party/re2", |
543 "//ui/accessibility", | 543 "//ui/accessibility", |
544 "//ui/base", | 544 "//ui/base", |
545 "//ui/events/blink", | 545 "//ui/events/blink", |
546 "//ui/gfx", | 546 "//ui/gfx", |
547 "//ui/gfx/geometry", | 547 "//ui/gfx/geometry", |
548 "//ui/gfx/ipc", | 548 "//ui/gfx/ipc", |
549 ] | 549 ] |
550 | 550 |
551 if (!is_ios) { | 551 if (!is_ios) { |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 "//gpu/blink", | 816 "//gpu/blink", |
817 "//testing/gtest", | 817 "//testing/gtest", |
818 "//third_party/WebKit/public:blink", | 818 "//third_party/WebKit/public:blink", |
819 "//ui/base", | 819 "//ui/base", |
820 "//ui/gfx", | 820 "//ui/gfx", |
821 "//ui/gfx/geometry", | 821 "//ui/gfx/geometry", |
822 "//ui/gl", | 822 "//ui/gl", |
823 "//ui/gl:test_support", | 823 "//ui/gl:test_support", |
824 ] | 824 ] |
825 } | 825 } |
OLD | NEW |