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

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

Issue 2618673002: Implements CSSPropertyAPI for the webkit-highlight property. (Closed)
Patch Set: rebase 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "properties/CSSPropertyAPISize.cpp", 360 "properties/CSSPropertyAPISize.cpp",
361 "properties/CSSPropertyAPIStrokeDasharray.cpp", 361 "properties/CSSPropertyAPIStrokeDasharray.cpp",
362 "properties/CSSPropertyAPITabSize.cpp", 362 "properties/CSSPropertyAPITabSize.cpp",
363 "properties/CSSPropertyAPITextDecorationColor.cpp", 363 "properties/CSSPropertyAPITextDecorationColor.cpp",
364 "properties/CSSPropertyAPITextDecorationSkip.cpp", 364 "properties/CSSPropertyAPITextDecorationSkip.cpp",
365 "properties/CSSPropertyAPITextIndent.cpp", 365 "properties/CSSPropertyAPITextIndent.cpp",
366 "properties/CSSPropertyAPITextUnderlinePosition.cpp", 366 "properties/CSSPropertyAPITextUnderlinePosition.cpp",
367 "properties/CSSPropertyAPITransformOrigin.cpp", 367 "properties/CSSPropertyAPITransformOrigin.cpp",
368 "properties/CSSPropertyAPITranslate.cpp", 368 "properties/CSSPropertyAPITranslate.cpp",
369 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp", 369 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp",
370 "properties/CSSPropertyAPIWebkitHighlight.cpp",
370 "properties/CSSPropertyAPIWebkitPadding.cpp", 371 "properties/CSSPropertyAPIWebkitPadding.cpp",
371 "properties/CSSPropertyAPIWebkitTransformOriginZ.cpp", 372 "properties/CSSPropertyAPIWebkitTransformOriginZ.cpp",
372 "properties/CSSPropertyAPIWillChange.cpp", 373 "properties/CSSPropertyAPIWillChange.cpp",
373 "properties/CSSPropertyAPIZIndex.cpp", 374 "properties/CSSPropertyAPIZIndex.cpp",
374 "properties/CSSPropertyAPIZoom.cpp", 375 "properties/CSSPropertyAPIZoom.cpp",
375 "properties/CSSPropertyDescriptor.h", 376 "properties/CSSPropertyDescriptor.h",
376 "resolver/AnimatedStyleBuilder.cpp", 377 "resolver/AnimatedStyleBuilder.cpp",
377 "resolver/AnimatedStyleBuilder.h", 378 "resolver/AnimatedStyleBuilder.h",
378 "resolver/CSSToStyleMap.cpp", 379 "resolver/CSSToStyleMap.cpp",
379 "resolver/CSSToStyleMap.h", 380 "resolver/CSSToStyleMap.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "resolver/TransformBuilder.h", 418 "resolver/TransformBuilder.h",
418 "resolver/ViewportStyleResolver.cpp", 419 "resolver/ViewportStyleResolver.cpp",
419 "resolver/ViewportStyleResolver.h", 420 "resolver/ViewportStyleResolver.h",
420 ] 421 ]
421 422
422 configs += [ 423 configs += [
423 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 424 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
424 "//build/config/compiler:no_size_t_to_int_warning", 425 "//build/config/compiler:no_size_t_to_int_warning",
425 ] 426 ]
426 } 427 }
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