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

Side by Side Diff: sky/engine/core/core.gni

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 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 | sky/engine/core/css/resolver/StyleResolver.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 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 "html/HTMLImageElement.cpp", 897 "html/HTMLImageElement.cpp",
898 "html/HTMLImageElement.h", 898 "html/HTMLImageElement.h",
899 "html/HTMLImageLoader.cpp", 899 "html/HTMLImageLoader.cpp",
900 "html/HTMLImageLoader.h", 900 "html/HTMLImageLoader.h",
901 "html/HTMLImportElement.cpp", 901 "html/HTMLImportElement.cpp",
902 "html/HTMLImportElement.h", 902 "html/HTMLImportElement.h",
903 "html/HTMLScriptElement.cpp", 903 "html/HTMLScriptElement.cpp",
904 "html/HTMLScriptElement.h", 904 "html/HTMLScriptElement.h",
905 "html/HTMLStyleElement.cpp", 905 "html/HTMLStyleElement.cpp",
906 "html/HTMLStyleElement.h", 906 "html/HTMLStyleElement.h",
907 "html/HTMLTElement.cpp",
908 "html/HTMLTElement.h",
907 "html/HTMLTemplateElement.cpp", 909 "html/HTMLTemplateElement.cpp",
908 "html/HTMLTemplateElement.h", 910 "html/HTMLTemplateElement.h",
909 "html/HTMLTitleElement.cpp", 911 "html/HTMLTitleElement.cpp",
910 "html/HTMLTitleElement.h", 912 "html/HTMLTitleElement.h",
911 "html/ImageData.cpp", 913 "html/ImageData.cpp",
912 "html/ImageData.h", 914 "html/ImageData.h",
913 "html/ime/InputMethodContext.cpp", 915 "html/ime/InputMethodContext.cpp",
914 "html/ime/InputMethodContext.h", 916 "html/ime/InputMethodContext.h",
915 "html/imports/HTMLImport.cpp", 917 "html/imports/HTMLImport.cpp",
916 "html/imports/HTMLImport.h", 918 "html/imports/HTMLImport.h",
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 "html/HTMLContentElement.idl", 1334 "html/HTMLContentElement.idl",
1333 "html/HTMLDocument.idl", 1335 "html/HTMLDocument.idl",
1334 "html/HTMLElement.idl", 1336 "html/HTMLElement.idl",
1335 "html/HTMLIFrameElement.idl", 1337 "html/HTMLIFrameElement.idl",
1336 "html/HTMLImageElement.idl", 1338 "html/HTMLImageElement.idl",
1337 "html/HTMLImportElement.idl", 1339 "html/HTMLImportElement.idl",
1338 "html/HTMLScriptElement.idl", 1340 "html/HTMLScriptElement.idl",
1339 "html/HTMLStyleElement.idl", 1341 "html/HTMLStyleElement.idl",
1340 "html/HTMLTemplateElement.idl", 1342 "html/HTMLTemplateElement.idl",
1341 "html/HTMLTitleElement.idl", 1343 "html/HTMLTitleElement.idl",
1344 "html/HTMLTElement.idl",
1342 "html/ImageData.idl", 1345 "html/ImageData.idl",
1343 "html/ime/InputMethodContext.idl", 1346 "html/ime/InputMethodContext.idl",
1344 "html/TextMetrics.idl", 1347 "html/TextMetrics.idl",
1345 "html/VoidCallback.idl", 1348 "html/VoidCallback.idl",
1346 "inspector/JavaScriptCallFrame.idl", 1349 "inspector/JavaScriptCallFrame.idl",
1347 "inspector/InjectedScriptHost.idl", 1350 "inspector/InjectedScriptHost.idl",
1348 ], 1351 ],
1349 "abspath") 1352 "abspath")
1350 1353
1351 # Files for which bindings (.cpp and .h files) will be generated 1354 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 "events/PopStateEvent.idl", 1391 "events/PopStateEvent.idl",
1389 "events/ProgressEvent.idl", 1392 "events/ProgressEvent.idl",
1390 "events/ResourceProgressEvent.idl", 1393 "events/ResourceProgressEvent.idl",
1391 "events/TextEvent.idl", 1394 "events/TextEvent.idl",
1392 "events/TransitionEvent.idl", 1395 "events/TransitionEvent.idl",
1393 "events/UIEvent.idl", 1396 "events/UIEvent.idl",
1394 "events/AnimationEvent.idl", 1397 "events/AnimationEvent.idl",
1395 "html/canvas/WebGLContextEvent.idl", 1398 "html/canvas/WebGLContextEvent.idl",
1396 ], 1399 ],
1397 "abspath") 1400 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698