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

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

Issue 2385643002: Add WebRange test for explicit empty ranges creation. (Closed)
Patch Set: Rebase and cl format. Created 4 years, 2 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/WebRangeTest.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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "tests/VisualViewportTest.cpp", 357 "tests/VisualViewportTest.cpp",
358 "tests/WebDocumentSubresourceFilterTest.cpp", 358 "tests/WebDocumentSubresourceFilterTest.cpp",
359 "tests/WebDocumentTest.cpp", 359 "tests/WebDocumentTest.cpp",
360 "tests/WebFrameSerializerTest.cpp", 360 "tests/WebFrameSerializerTest.cpp",
361 "tests/WebFrameTest.cpp", 361 "tests/WebFrameTest.cpp",
362 "tests/WebHelperPluginTest.cpp", 362 "tests/WebHelperPluginTest.cpp",
363 "tests/WebImageTest.cpp", 363 "tests/WebImageTest.cpp",
364 "tests/WebInputEventConversionTest.cpp", 364 "tests/WebInputEventConversionTest.cpp",
365 "tests/WebMeaningfulLayoutsTest.cpp", 365 "tests/WebMeaningfulLayoutsTest.cpp",
366 "tests/WebPluginContainerTest.cpp", 366 "tests/WebPluginContainerTest.cpp",
367 "tests/WebRangeTest.cpp",
367 "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp", 368 "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp",
368 "tests/WebSearchableFormDataTest.cpp", 369 "tests/WebSearchableFormDataTest.cpp",
369 "tests/WebSelectorTest.cpp", 370 "tests/WebSelectorTest.cpp",
370 "tests/WebURLRequestTest.cpp", 371 "tests/WebURLRequestTest.cpp",
371 "tests/WebURLResponseTest.cpp", 372 "tests/WebURLResponseTest.cpp",
372 "tests/WebUserGestureTokenTest.cpp", 373 "tests/WebUserGestureTokenTest.cpp",
373 "tests/WebViewTest.cpp", 374 "tests/WebViewTest.cpp",
374 "tests/sim/SimCanvas.cpp", 375 "tests/sim/SimCanvas.cpp",
375 "tests/sim/SimCanvas.h", 376 "tests/sim/SimCanvas.h",
376 "tests/sim/SimCompositor.cpp", 377 "tests/sim/SimCompositor.cpp",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 423
423 if (is_android) { 424 if (is_android) {
424 deps += [ 425 deps += [
425 "//base:base_java", 426 "//base:base_java",
426 "//content/public/android:content_java", 427 "//content/public/android:content_java",
427 "//content/shell/android:content_shell_assets", 428 "//content/shell/android:content_shell_assets",
428 "//net/android:net_java", 429 "//net/android:net_java",
429 ] 430 ]
430 } 431 }
431 } 432 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/tests/WebRangeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698