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

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

Issue 676133002: Remove HTMLParserOptions (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixup Created 6 years, 2 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/dom/DecodedDataDocumentParser.h » ('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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "dom/DOMStringList.cpp", 373 "dom/DOMStringList.cpp",
374 "dom/DOMStringList.h", 374 "dom/DOMStringList.h",
375 "dom/DOMTokenList.cpp", 375 "dom/DOMTokenList.cpp",
376 "dom/DOMTokenList.h", 376 "dom/DOMTokenList.h",
377 "dom/DOMURL.cpp", 377 "dom/DOMURL.cpp",
378 "dom/DOMURL.h", 378 "dom/DOMURL.h",
379 "dom/DOMURLUtils.cpp", 379 "dom/DOMURLUtils.cpp",
380 "dom/DOMURLUtils.h", 380 "dom/DOMURLUtils.h",
381 "dom/DOMURLUtilsReadOnly.cpp", 381 "dom/DOMURLUtilsReadOnly.cpp",
382 "dom/DOMURLUtilsReadOnly.h", 382 "dom/DOMURLUtilsReadOnly.h",
383 "dom/DecodedDataDocumentParser.cpp",
384 "dom/DecodedDataDocumentParser.h",
385 "dom/Document.cpp", 383 "dom/Document.cpp",
386 "dom/DocumentFragment.cpp", 384 "dom/DocumentFragment.cpp",
387 "dom/DocumentInit.cpp", 385 "dom/DocumentInit.cpp",
388 "dom/DocumentInit.h", 386 "dom/DocumentInit.h",
389 "dom/DocumentLifecycle.cpp", 387 "dom/DocumentLifecycle.cpp",
390 "dom/DocumentLifecycle.h", 388 "dom/DocumentLifecycle.h",
391 "dom/DocumentLifecycleNotifier.cpp", 389 "dom/DocumentLifecycleNotifier.cpp",
392 "dom/DocumentLifecycleNotifier.h", 390 "dom/DocumentLifecycleNotifier.h",
393 "dom/DocumentLifecycleObserver.cpp", 391 "dom/DocumentLifecycleObserver.cpp",
394 "dom/DocumentLifecycleObserver.h", 392 "dom/DocumentLifecycleObserver.h",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 "html/parser/HTMLDocumentParser.h", 946 "html/parser/HTMLDocumentParser.h",
949 "html/parser/HTMLElementStack.cpp", 947 "html/parser/HTMLElementStack.cpp",
950 "html/parser/HTMLElementStack.h", 948 "html/parser/HTMLElementStack.h",
951 "html/parser/HTMLEntityParser.cpp", 949 "html/parser/HTMLEntityParser.cpp",
952 "html/parser/HTMLEntityParser.h", 950 "html/parser/HTMLEntityParser.h",
953 "html/parser/HTMLEntitySearch.cpp", 951 "html/parser/HTMLEntitySearch.cpp",
954 "html/parser/HTMLEntitySearch.h", 952 "html/parser/HTMLEntitySearch.h",
955 "html/parser/HTMLEntityTable.h", 953 "html/parser/HTMLEntityTable.h",
956 "html/parser/HTMLInputStream.h", 954 "html/parser/HTMLInputStream.h",
957 "html/parser/HTMLParserIdioms.cpp", 955 "html/parser/HTMLParserIdioms.cpp",
958 "html/parser/HTMLParserOptions.cpp",
959 "html/parser/HTMLParserOptions.h",
960 "html/parser/HTMLParserScheduler.cpp", 956 "html/parser/HTMLParserScheduler.cpp",
961 "html/parser/HTMLParserScheduler.h", 957 "html/parser/HTMLParserScheduler.h",
962 "html/parser/HTMLParserThread.cpp", 958 "html/parser/HTMLParserThread.cpp",
963 "html/parser/HTMLParserThread.h", 959 "html/parser/HTMLParserThread.h",
964 "html/parser/HTMLScriptRunner.cpp", 960 "html/parser/HTMLScriptRunner.cpp",
965 "html/parser/HTMLScriptRunner.h", 961 "html/parser/HTMLScriptRunner.h",
966 "html/parser/HTMLSrcsetParser.cpp", 962 "html/parser/HTMLSrcsetParser.cpp",
967 "html/parser/HTMLSrcsetParser.h", 963 "html/parser/HTMLSrcsetParser.h",
968 "html/parser/HTMLToken.h", 964 "html/parser/HTMLToken.h",
969 "html/parser/HTMLTokenizer.cpp", 965 "html/parser/HTMLTokenizer.cpp",
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 "events/ResourceProgressEvent.idl", 1399 "events/ResourceProgressEvent.idl",
1404 "events/TextEvent.idl", 1400 "events/TextEvent.idl",
1405 "events/TouchEvent.idl", 1401 "events/TouchEvent.idl",
1406 "events/TransitionEvent.idl", 1402 "events/TransitionEvent.idl",
1407 "events/UIEvent.idl", 1403 "events/UIEvent.idl",
1408 "events/AnimationEvent.idl", 1404 "events/AnimationEvent.idl",
1409 "events/WheelEvent.idl", 1405 "events/WheelEvent.idl",
1410 "html/MediaKeyEvent.idl", 1406 "html/MediaKeyEvent.idl",
1411 "html/canvas/WebGLContextEvent.idl", 1407 "html/canvas/WebGLContextEvent.idl",
1412 ], "abspath") 1408 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/DecodedDataDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698