| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 "//content/browser/cache_storage:cache_storage_proto", | 643 "//content/browser/cache_storage:cache_storage_proto", |
| 644 "//content/browser/notifications:notification_proto", | 644 "//content/browser/notifications:notification_proto", |
| 645 "//content/browser/service_worker:service_worker_proto", | 645 "//content/browser/service_worker:service_worker_proto", |
| 646 "//content/browser/speech/proto", | 646 "//content/browser/speech/proto", |
| 647 "//content/child:for_content_tests", | 647 "//content/child:for_content_tests", |
| 648 "//content/common:mojo_bindings", | 648 "//content/common:mojo_bindings", |
| 649 "//content/gpu", | 649 "//content/gpu", |
| 650 "//content/public/browser", | 650 "//content/public/browser", |
| 651 "//content/public/child", | 651 "//content/public/child", |
| 652 "//content/public/common", | 652 "//content/public/common", |
| 653 "//content/public/common:mojo_bindings", | |
| 654 "//content/public/renderer", | 653 "//content/public/renderer", |
| 655 "//content/renderer:for_content_tests", | 654 "//content/renderer:for_content_tests", |
| 656 "//crypto", | 655 "//crypto", |
| 657 "//device/battery", | 656 "//device/battery", |
| 658 "//device/battery:mojo_bindings", | 657 "//device/battery:mojo_bindings", |
| 659 "//device/bluetooth", | 658 "//device/bluetooth", |
| 660 "//device/bluetooth:mocks", | 659 "//device/bluetooth:mocks", |
| 661 "//gin", | 660 "//gin", |
| 662 "//gpu", | 661 "//gpu", |
| 663 "//gpu:test_support", | 662 "//gpu:test_support", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 674 "//ppapi/c", | 673 "//ppapi/c", |
| 675 "//printing", | 674 "//printing", |
| 676 "//skia", | 675 "//skia", |
| 677 "//sql", | 676 "//sql", |
| 678 "//sql:test_support", | 677 "//sql:test_support", |
| 679 "//storage/browser", | 678 "//storage/browser", |
| 680 "//storage/common", | 679 "//storage/common", |
| 681 "//testing/gmock", | 680 "//testing/gmock", |
| 682 "//testing/gtest", | 681 "//testing/gtest", |
| 683 "//third_party/WebKit/public:blink", | 682 "//third_party/WebKit/public:blink", |
| 683 "//third_party/WebKit/public:mojo_bindings", |
| 684 "//third_party/icu", | 684 "//third_party/icu", |
| 685 "//third_party/leveldatabase", | 685 "//third_party/leveldatabase", |
| 686 "//third_party/libjingle", | 686 "//third_party/libjingle", |
| 687 "//third_party/re2", | 687 "//third_party/re2", |
| 688 "//third_party/widevine/cdm:version_h", | 688 "//third_party/widevine/cdm:version_h", |
| 689 "//ui/accessibility", | 689 "//ui/accessibility", |
| 690 "//ui/base:test_support", | 690 "//ui/base:test_support", |
| 691 "//ui/compositor:test_support", | 691 "//ui/compositor:test_support", |
| 692 "//ui/display", | 692 "//ui/display", |
| 693 "//ui/display:test_support", | 693 "//ui/display:test_support", |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 "//testing/gtest", | 894 "//testing/gtest", |
| 895 "//testing/perf", | 895 "//testing/perf", |
| 896 "//ui/gfx", | 896 "//ui/gfx", |
| 897 "//ui/gfx/geometry", | 897 "//ui/gfx/geometry", |
| 898 ] | 898 ] |
| 899 | 899 |
| 900 if (is_android) { | 900 if (is_android) { |
| 901 deps += [ "//testing/android/native_test:native_test_native_code" ] | 901 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 902 } | 902 } |
| 903 } | 903 } |
| OLD | NEW |