Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Side by Side Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2858873007: Split WebFrameSerializerSanitizationTest into its own file. (Closed)
Patch Set: Rebase. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/tests/WebFrameSerializerSanitizationTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "tests/SpinLockTest.cpp", 347 "tests/SpinLockTest.cpp",
348 "tests/TextFinderTest.cpp", 348 "tests/TextFinderTest.cpp",
349 "tests/TextSelectionRepaintTest.cpp", 349 "tests/TextSelectionRepaintTest.cpp",
350 "tests/TimerPerfTest.cpp", 350 "tests/TimerPerfTest.cpp",
351 "tests/TouchActionTest.cpp", 351 "tests/TouchActionTest.cpp",
352 "tests/ViewportTest.cpp", 352 "tests/ViewportTest.cpp",
353 "tests/VirtualTimeTest.cpp", 353 "tests/VirtualTimeTest.cpp",
354 "tests/VisualViewportTest.cpp", 354 "tests/VisualViewportTest.cpp",
355 "tests/WebDocumentSubresourceFilterTest.cpp", 355 "tests/WebDocumentSubresourceFilterTest.cpp",
356 "tests/WebDocumentTest.cpp", 356 "tests/WebDocumentTest.cpp",
357 "tests/WebFrameSerializerSanitizationTest.cpp",
357 "tests/WebFrameSerializerTest.cpp", 358 "tests/WebFrameSerializerTest.cpp",
358 "tests/WebFrameTest.cpp", 359 "tests/WebFrameTest.cpp",
359 "tests/WebHelperPluginTest.cpp", 360 "tests/WebHelperPluginTest.cpp",
360 "tests/WebImageTest.cpp", 361 "tests/WebImageTest.cpp",
361 "tests/WebInputEventConversionTest.cpp", 362 "tests/WebInputEventConversionTest.cpp",
362 "tests/WebMeaningfulLayoutsTest.cpp", 363 "tests/WebMeaningfulLayoutsTest.cpp",
363 "tests/WebPluginContainerTest.cpp", 364 "tests/WebPluginContainerTest.cpp",
364 "tests/WebRangeTest.cpp", 365 "tests/WebRangeTest.cpp",
365 "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp", 366 "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp",
366 "tests/WebSearchableFormDataTest.cpp", 367 "tests/WebSearchableFormDataTest.cpp",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 427
427 if (is_android) { 428 if (is_android) {
428 deps += [ 429 deps += [
429 "//base:base_java", 430 "//base:base_java",
430 "//content/public/android:content_java", 431 "//content/public/android:content_java",
431 "//content/shell/android:content_shell_assets", 432 "//content/shell/android:content_shell_assets",
432 "//net/android:net_java", 433 "//net/android:net_java",
433 ] 434 ]
434 } 435 }
435 } 436 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/tests/WebFrameSerializerSanitizationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698