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

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

Issue 2646043003: Implements CSSPropertyAPI for the clip-path property. (Closed)
Patch Set: remove using namespace 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "parser/CSSVariableParser.cpp", 340 "parser/CSSVariableParser.cpp",
341 "parser/CSSVariableParser.h", 341 "parser/CSSVariableParser.h",
342 "parser/MediaQueryBlockWatcher.cpp", 342 "parser/MediaQueryBlockWatcher.cpp",
343 "parser/MediaQueryParser.cpp", 343 "parser/MediaQueryParser.cpp",
344 "parser/SizesAttributeParser.cpp", 344 "parser/SizesAttributeParser.cpp",
345 "parser/SizesCalcParser.cpp", 345 "parser/SizesCalcParser.cpp",
346 "properties/CSSPropertyAPI.h", 346 "properties/CSSPropertyAPI.h",
347 "properties/CSSPropertyAPIBorderRadius.cpp", 347 "properties/CSSPropertyAPIBorderRadius.cpp",
348 "properties/CSSPropertyAPICaretColor.cpp", 348 "properties/CSSPropertyAPICaretColor.cpp",
349 "properties/CSSPropertyAPIClip.cpp", 349 "properties/CSSPropertyAPIClip.cpp",
350 "properties/CSSPropertyAPIClipPath.cpp",
350 "properties/CSSPropertyAPIColumnGap.cpp", 351 "properties/CSSPropertyAPIColumnGap.cpp",
351 "properties/CSSPropertyAPIContain.cpp", 352 "properties/CSSPropertyAPIContain.cpp",
352 "properties/CSSPropertyAPIContent.cpp", 353 "properties/CSSPropertyAPIContent.cpp",
353 "properties/CSSPropertyAPICursor.cpp", 354 "properties/CSSPropertyAPICursor.cpp",
354 "properties/CSSPropertyAPIFlexBasis.cpp", 355 "properties/CSSPropertyAPIFlexBasis.cpp",
355 "properties/CSSPropertyAPIFontSizeAdjust.cpp", 356 "properties/CSSPropertyAPIFontSizeAdjust.cpp",
356 "properties/CSSPropertyAPIFontVariantCaps.cpp", 357 "properties/CSSPropertyAPIFontVariantCaps.cpp",
357 "properties/CSSPropertyAPIFontVariantLigatures.cpp", 358 "properties/CSSPropertyAPIFontVariantLigatures.cpp",
358 "properties/CSSPropertyAPIFontVariationSettings.cpp", 359 "properties/CSSPropertyAPIFontVariationSettings.cpp",
359 "properties/CSSPropertyAPIGridAutoFlow.cpp", 360 "properties/CSSPropertyAPIGridAutoFlow.cpp",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "resolver/TransformBuilder.h", 442 "resolver/TransformBuilder.h",
442 "resolver/ViewportStyleResolver.cpp", 443 "resolver/ViewportStyleResolver.cpp",
443 "resolver/ViewportStyleResolver.h", 444 "resolver/ViewportStyleResolver.h",
444 ] 445 ]
445 446
446 configs += [ 447 configs += [
447 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 448 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
448 "//build/config/compiler:no_size_t_to_int_warning", 449 "//build/config/compiler:no_size_t_to_int_warning",
449 ] 450 ]
450 } 451 }
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