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

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

Issue 2533673002: Added CSSPropertyAPI and CSS padding properties which implement this API (Closed)
Patch Set: format Created 4 years 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/parser/CSSPropertyParser.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 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "parser/CSSSupportsParser.cpp", 335 "parser/CSSSupportsParser.cpp",
336 "parser/CSSSupportsParser.h", 336 "parser/CSSSupportsParser.h",
337 "parser/CSSTokenizer.cpp", 337 "parser/CSSTokenizer.cpp",
338 "parser/CSSTokenizerInputStream.cpp", 338 "parser/CSSTokenizerInputStream.cpp",
339 "parser/CSSVariableParser.cpp", 339 "parser/CSSVariableParser.cpp",
340 "parser/CSSVariableParser.h", 340 "parser/CSSVariableParser.h",
341 "parser/MediaQueryBlockWatcher.cpp", 341 "parser/MediaQueryBlockWatcher.cpp",
342 "parser/MediaQueryParser.cpp", 342 "parser/MediaQueryParser.cpp",
343 "parser/SizesAttributeParser.cpp", 343 "parser/SizesAttributeParser.cpp",
344 "parser/SizesCalcParser.cpp", 344 "parser/SizesCalcParser.cpp",
345 "properties/CSSPropertyAPI.h",
346 "properties/CSSPropertyAPIPadding.cpp",
347 "properties/CSSPropertyAPIPadding.h",
348 "properties/CSSPropertyDescriptor.cpp",
349 "properties/CSSPropertyDescriptor.h",
345 "resolver/AnimatedStyleBuilder.cpp", 350 "resolver/AnimatedStyleBuilder.cpp",
346 "resolver/AnimatedStyleBuilder.h", 351 "resolver/AnimatedStyleBuilder.h",
347 "resolver/CSSToStyleMap.cpp", 352 "resolver/CSSToStyleMap.cpp",
348 "resolver/CSSToStyleMap.h", 353 "resolver/CSSToStyleMap.h",
349 "resolver/CSSVariableResolver.cpp", 354 "resolver/CSSVariableResolver.cpp",
350 "resolver/CSSVariableResolver.h", 355 "resolver/CSSVariableResolver.h",
351 "resolver/ElementResolveContext.cpp", 356 "resolver/ElementResolveContext.cpp",
352 "resolver/ElementResolveContext.h", 357 "resolver/ElementResolveContext.h",
353 "resolver/ElementStyleResources.cpp", 358 "resolver/ElementStyleResources.cpp",
354 "resolver/ElementStyleResources.h", 359 "resolver/ElementStyleResources.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "resolver/TransformBuilder.h", 391 "resolver/TransformBuilder.h",
387 "resolver/ViewportStyleResolver.cpp", 392 "resolver/ViewportStyleResolver.cpp",
388 "resolver/ViewportStyleResolver.h", 393 "resolver/ViewportStyleResolver.h",
389 ] 394 ]
390 395
391 configs += [ 396 configs += [
392 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 397 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
393 "//build/config/compiler:no_size_t_to_int_warning", 398 "//build/config/compiler:no_size_t_to_int_warning",
394 ] 399 ]
395 } 400 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698