mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update BUILD.gn
This commit is contained in:
parent
4aff8709f7
commit
ac213f9ed7
1 changed files with 1 additions and 7 deletions
|
@ -310,6 +310,7 @@ group("gn_all") {
|
|||
deps += [
|
||||
"//ui/aura:aura_demo",
|
||||
"//ui/aura:aura_unittests",
|
||||
"//ui/webui/examples:webui_examples",
|
||||
"//ui/wm:wm_unittests",
|
||||
]
|
||||
}
|
||||
|
@ -1148,7 +1149,6 @@ if (!is_ios) {
|
|||
"//chrome:chrome",
|
||||
"//chrome/test/chromedriver",
|
||||
"//third_party/blink/tools:wpt_tests_isolate",
|
||||
"//tools/imagediff",
|
||||
]
|
||||
}
|
||||
script_test("wpt_tests_isolate_content_shell") {
|
||||
|
@ -1325,9 +1325,6 @@ if (!is_ios) {
|
|||
"//third_party/blink/web_tests/WebDriverExpectations",
|
||||
"//third_party/blink/web_tests/WebGPUExpectations",
|
||||
|
||||
# Generic baselines
|
||||
"//third_party/blink/web_tests/platform/generic/",
|
||||
|
||||
# === List Test Cases folders here ===
|
||||
"//third_party/blink/web_tests/accessibility/",
|
||||
"//third_party/blink/web_tests/android/",
|
||||
|
@ -1476,9 +1473,6 @@ if (!is_ios) {
|
|||
"//third_party/blink/web_tests/WebDriverExpectations",
|
||||
"//third_party/blink/web_tests/WebGPUExpectations",
|
||||
|
||||
# Generic baselines
|
||||
"//third_party/blink/web_tests/platform/generic/",
|
||||
|
||||
# === List Test Cases folders here ===
|
||||
"//third_party/blink/web_tests/external/",
|
||||
"//third_party/blink/web_tests/wpt_internal/",
|
||||
|
|
Loading…
Reference in a new issue