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

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

Issue 676763003: Remove BackgroundHTMLInputStream (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/html/parser/BackgroundHTMLInputStream.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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 "html/imports/HTMLImportState.h", 938 "html/imports/HTMLImportState.h",
939 "html/imports/HTMLImportStateResolver.cpp", 939 "html/imports/HTMLImportStateResolver.cpp",
940 "html/imports/HTMLImportStateResolver.h", 940 "html/imports/HTMLImportStateResolver.h",
941 "html/imports/HTMLImportTreeRoot.cpp", 941 "html/imports/HTMLImportTreeRoot.cpp",
942 "html/imports/HTMLImportTreeRoot.h", 942 "html/imports/HTMLImportTreeRoot.h",
943 "html/imports/HTMLImportsController.cpp", 943 "html/imports/HTMLImportsController.cpp",
944 "html/imports/HTMLImportsController.h", 944 "html/imports/HTMLImportsController.h",
945 "html/imports/LinkImport.cpp", 945 "html/imports/LinkImport.cpp",
946 "html/imports/LinkImport.h", 946 "html/imports/LinkImport.h",
947 "html/parser/AtomicHTMLToken.h", 947 "html/parser/AtomicHTMLToken.h",
948 "html/parser/BackgroundHTMLInputStream.cpp",
949 "html/parser/BackgroundHTMLInputStream.h",
950 "html/parser/BackgroundHTMLParser.cpp", 948 "html/parser/BackgroundHTMLParser.cpp",
951 "html/parser/BackgroundHTMLParser.h", 949 "html/parser/BackgroundHTMLParser.h",
952 "html/parser/CompactHTMLToken.cpp", 950 "html/parser/CompactHTMLToken.cpp",
953 "html/parser/CompactHTMLToken.h", 951 "html/parser/CompactHTMLToken.h",
954 "html/parser/HTMLConstructionSite.cpp", 952 "html/parser/HTMLConstructionSite.cpp",
955 "html/parser/HTMLConstructionSite.h", 953 "html/parser/HTMLConstructionSite.h",
956 "html/parser/HTMLDocumentParser.cpp", 954 "html/parser/HTMLDocumentParser.cpp",
957 "html/parser/HTMLDocumentParser.h", 955 "html/parser/HTMLDocumentParser.h",
958 "html/parser/HTMLElementStack.cpp", 956 "html/parser/HTMLElementStack.cpp",
959 "html/parser/HTMLElementStack.h", 957 "html/parser/HTMLElementStack.h",
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 "events/ResourceProgressEvent.idl", 1418 "events/ResourceProgressEvent.idl",
1421 "events/TextEvent.idl", 1419 "events/TextEvent.idl",
1422 "events/TouchEvent.idl", 1420 "events/TouchEvent.idl",
1423 "events/TransitionEvent.idl", 1421 "events/TransitionEvent.idl",
1424 "events/UIEvent.idl", 1422 "events/UIEvent.idl",
1425 "events/WebKitAnimationEvent.idl", 1423 "events/WebKitAnimationEvent.idl",
1426 "events/WheelEvent.idl", 1424 "events/WheelEvent.idl",
1427 "html/MediaKeyEvent.idl", 1425 "html/MediaKeyEvent.idl",
1428 "html/canvas/WebGLContextEvent.idl", 1426 "html/canvas/WebGLContextEvent.idl",
1429 ], "abspath") 1427 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/html/parser/BackgroundHTMLInputStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698