| 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/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "//media/base:test_support", | 345 "//media/base:test_support", |
| 346 "//media:shared_memory_support", | 346 "//media:shared_memory_support", |
| 347 "//mojo/application/public/cpp:cpp_for_chromium", | 347 "//mojo/application/public/cpp:cpp_for_chromium", |
| 348 "//mojo/environment:chromium", | 348 "//mojo/environment:chromium", |
| 349 "//mojo/test:test_support", | 349 "//mojo/test:test_support", |
| 350 "//net:test_support", | 350 "//net:test_support", |
| 351 "//ppapi/host", | 351 "//ppapi/host", |
| 352 "//ppapi/proxy", | 352 "//ppapi/proxy", |
| 353 "//ppapi/proxy:ipc", | 353 "//ppapi/proxy:ipc", |
| 354 "//ppapi/shared_impl", | 354 "//ppapi/shared_impl", |
| 355 "//third_party/mojo/src/mojo/edk/system", | |
| 356 "//third_party/mojo/src/mojo/edk/test:test_support", | |
| 357 "//third_party/mojo/src/mojo/public/cpp/bindings", | 355 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 358 "//third_party/mojo/src/mojo/public/js", | 356 "//third_party/mojo/src/mojo/public/js", |
| 359 "//testing/gmock", | 357 "//testing/gmock", |
| 360 "//testing/gtest", | 358 "//testing/gtest", |
| 361 "//third_party/WebKit/public:blink", | 359 "//third_party/WebKit/public:blink", |
| 362 "//third_party/leveldatabase", | 360 "//third_party/leveldatabase", |
| 363 "//third_party/mesa:osmesa", | 361 "//third_party/mesa:osmesa", |
| 364 "//third_party/zlib", | 362 "//third_party/zlib", |
| 365 "//ui/accessibility", | 363 "//ui/accessibility", |
| 366 "//ui/accessibility:ax_gen", | 364 "//ui/accessibility:ax_gen", |
| 367 "//ui/base", | 365 "//ui/base", |
| 368 "//ui/base/ime", | 366 "//ui/base/ime", |
| 369 "//ui/gfx", | 367 "//ui/gfx", |
| 370 "//ui/gfx/geometry", | 368 "//ui/gfx/geometry", |
| 371 "//ui/gl", | 369 "//ui/gl", |
| 372 "//ui/gl:test_support", | 370 "//ui/gl:test_support", |
| 373 "//ui/resources", | 371 "//ui/resources", |
| 374 "//ui/shell_dialogs", | 372 "//ui/shell_dialogs", |
| 375 "//ui/snapshot", | 373 "//ui/snapshot", |
| 376 ] | 374 ] |
| 377 | 375 |
| 376 if (use_chrome_edk) { |
| 377 deps += [ |
| 378 "//mojo/edk/system", |
| 379 "//mojo/edk/test:test_support", |
| 380 ] |
| 381 } else { |
| 382 deps += [ |
| 383 "//third_party/mojo/src/mojo/edk/system", |
| 384 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 385 ] |
| 386 } |
| 387 |
| 378 data_deps = [ | 388 data_deps = [ |
| 379 "//ppapi:ppapi_tests", | 389 "//ppapi:ppapi_tests", |
| 380 "//third_party/mesa:osmesa", | 390 "//third_party/mesa:osmesa", |
| 381 ] | 391 ] |
| 382 | 392 |
| 383 if (is_win) { | 393 if (is_win) { |
| 384 sources += rebase_path( | 394 sources += rebase_path( |
| 385 content_tests_gypi_values.content_browsertests_win_sources, | 395 content_tests_gypi_values.content_browsertests_win_sources, |
| 386 ".", | 396 ".", |
| 387 "//content") | 397 "//content") |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "//device/battery", | 536 "//device/battery", |
| 527 "//device/battery:mojo_bindings", | 537 "//device/battery:mojo_bindings", |
| 528 "//mojo/environment:chromium", | 538 "//mojo/environment:chromium", |
| 529 "//net:extras", | 539 "//net:extras", |
| 530 "//net:test_support", | 540 "//net:test_support", |
| 531 "//skia", | 541 "//skia", |
| 532 "//sql", | 542 "//sql", |
| 533 "//sql:test_support", | 543 "//sql:test_support", |
| 534 "//testing/gmock", | 544 "//testing/gmock", |
| 535 "//testing/gtest", | 545 "//testing/gtest", |
| 536 "//third_party/mojo/src/mojo/edk/test:test_support", | |
| 537 "//third_party/mojo/src/mojo/public/cpp/bindings", | 546 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 538 "//third_party/re2", | 547 "//third_party/re2", |
| 539 "//ui/accessibility", | 548 "//ui/accessibility", |
| 540 "//ui/base", | 549 "//ui/base", |
| 541 "//ui/events/blink", | 550 "//ui/events/blink", |
| 542 "//ui/gfx", | 551 "//ui/gfx", |
| 543 "//ui/gfx/geometry", | 552 "//ui/gfx/geometry", |
| 544 "//ui/gfx/ipc", | 553 "//ui/gfx/ipc", |
| 545 ] | 554 ] |
| 546 | 555 |
| 556 if (use_chrome_edk) { |
| 557 deps += [ "//mojo/edk/test:test_support" ] |
| 558 } else { |
| 559 deps += [ "//third_party/mojo/src/mojo/edk/test:test_support" ] |
| 560 } |
| 561 |
| 547 if (!is_ios) { | 562 if (!is_ios) { |
| 548 deps += [ | 563 deps += [ |
| 549 "//base/third_party/dynamic_annotations", | 564 "//base/third_party/dynamic_annotations", |
| 550 "//cc", | 565 "//cc", |
| 551 "//cc:test_support", | 566 "//cc:test_support", |
| 552 "//cc/surfaces", | 567 "//cc/surfaces", |
| 553 "//content:resources", | 568 "//content:resources", |
| 554 "//content/gpu", | 569 "//content/gpu", |
| 555 "//content/public/browser", | 570 "//content/public/browser", |
| 556 "//content/public/child", | 571 "//content/public/child", |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 "//testing/gtest", | 805 "//testing/gtest", |
| 791 "//third_party/WebKit/public:blink", | 806 "//third_party/WebKit/public:blink", |
| 792 "//ui/base", | 807 "//ui/base", |
| 793 "//ui/gfx", | 808 "//ui/gfx", |
| 794 "//ui/gfx/geometry", | 809 "//ui/gfx/geometry", |
| 795 "//ui/gl", | 810 "//ui/gl", |
| 796 "//ui/gl:test_support", | 811 "//ui/gl:test_support", |
| 797 ] | 812 ] |
| 798 } | 813 } |
| 799 } | 814 } |
| OLD | NEW |