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

Side by Side Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2647883002: Implements CSSPropertyAPI for the touch-action property (Closed)
Patch Set: Created 3 years, 11 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/core/css/CSSProperties.in » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("css") { 7 blink_core_sources("css") {
8 split_count = 5 8 split_count = 5
9 sources = [ 9 sources = [
10 "ActiveStyleSheets.cpp", 10 "ActiveStyleSheets.cpp",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "properties/CSSPropertyAPIShapeOutside.cpp", 376 "properties/CSSPropertyAPIShapeOutside.cpp",
377 "properties/CSSPropertyAPISize.cpp", 377 "properties/CSSPropertyAPISize.cpp",
378 "properties/CSSPropertyAPIStrokeDasharray.cpp", 378 "properties/CSSPropertyAPIStrokeDasharray.cpp",
379 "properties/CSSPropertyAPIStrokeMiterlimit.cpp", 379 "properties/CSSPropertyAPIStrokeMiterlimit.cpp",
380 "properties/CSSPropertyAPITabSize.cpp", 380 "properties/CSSPropertyAPITabSize.cpp",
381 "properties/CSSPropertyAPITextDecorationColor.cpp", 381 "properties/CSSPropertyAPITextDecorationColor.cpp",
382 "properties/CSSPropertyAPITextDecorationSkip.cpp", 382 "properties/CSSPropertyAPITextDecorationSkip.cpp",
383 "properties/CSSPropertyAPITextIndent.cpp", 383 "properties/CSSPropertyAPITextIndent.cpp",
384 "properties/CSSPropertyAPITextSizeAdjust.cpp", 384 "properties/CSSPropertyAPITextSizeAdjust.cpp",
385 "properties/CSSPropertyAPITextUnderlinePosition.cpp", 385 "properties/CSSPropertyAPITextUnderlinePosition.cpp",
386 "properties/CSSPropertyAPITouchAction.cpp",
386 "properties/CSSPropertyAPITransformOrigin.cpp", 387 "properties/CSSPropertyAPITransformOrigin.cpp",
387 "properties/CSSPropertyAPITranslate.cpp", 388 "properties/CSSPropertyAPITranslate.cpp",
388 "properties/CSSPropertyAPIVerticalAlign.cpp", 389 "properties/CSSPropertyAPIVerticalAlign.cpp",
389 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp", 390 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp",
390 "properties/CSSPropertyAPIWebkitHighlight.cpp", 391 "properties/CSSPropertyAPIWebkitHighlight.cpp",
391 "properties/CSSPropertyAPIWebkitLineClamp.cpp", 392 "properties/CSSPropertyAPIWebkitLineClamp.cpp",
392 "properties/CSSPropertyAPIWebkitPadding.cpp", 393 "properties/CSSPropertyAPIWebkitPadding.cpp",
393 "properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp", 394 "properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp",
394 "properties/CSSPropertyAPIWebkitTextStrokeWidth.cpp", 395 "properties/CSSPropertyAPIWebkitTextStrokeWidth.cpp",
395 "properties/CSSPropertyAPIWebkitTransformOriginZ.cpp", 396 "properties/CSSPropertyAPIWebkitTransformOriginZ.cpp",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "resolver/TransformBuilder.h", 450 "resolver/TransformBuilder.h",
450 "resolver/ViewportStyleResolver.cpp", 451 "resolver/ViewportStyleResolver.cpp",
451 "resolver/ViewportStyleResolver.h", 452 "resolver/ViewportStyleResolver.h",
452 ] 453 ]
453 454
454 configs += [ 455 configs += [
455 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 456 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
456 "//build/config/compiler:no_size_t_to_int_warning", 457 "//build/config/compiler:no_size_t_to_int_warning",
457 ] 458 ]
458 } 459 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698