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

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

Issue 700753006: Remove PublicURLManager. (Closed) Base URL: git@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/dom/DOMURL.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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 "html/HTMLStyleElement.cpp", 764 "html/HTMLStyleElement.cpp",
765 "html/HTMLStyleElement.h", 765 "html/HTMLStyleElement.h",
766 "html/HTMLTemplateElement.cpp", 766 "html/HTMLTemplateElement.cpp",
767 "html/HTMLTemplateElement.h", 767 "html/HTMLTemplateElement.h",
768 "html/HTMLTitleElement.cpp", 768 "html/HTMLTitleElement.cpp",
769 "html/HTMLTitleElement.h", 769 "html/HTMLTitleElement.h",
770 "html/HTMLIFrameElement.cpp", 770 "html/HTMLIFrameElement.cpp",
771 "html/HTMLIFrameElement.h", 771 "html/HTMLIFrameElement.h",
772 "html/ImageData.cpp", 772 "html/ImageData.cpp",
773 "html/ImageData.h", 773 "html/ImageData.h",
774 "html/PublicURLManager.cpp",
775 "html/PublicURLManager.h",
776 "html/TextMetrics.h", 774 "html/TextMetrics.h",
777 "html/TimeRanges.cpp", 775 "html/TimeRanges.cpp",
778 "html/TimeRanges.h", 776 "html/TimeRanges.h",
779 "html/URLRegistry.h", 777 "html/URLRegistry.h",
780 "html/canvas/ANGLEInstancedArrays.cpp", 778 "html/canvas/ANGLEInstancedArrays.cpp",
781 "html/canvas/ANGLEInstancedArrays.h", 779 "html/canvas/ANGLEInstancedArrays.h",
782 "html/canvas/Canvas2DContextAttributes.cpp", 780 "html/canvas/Canvas2DContextAttributes.cpp",
783 "html/canvas/Canvas2DContextAttributes.h", 781 "html/canvas/Canvas2DContextAttributes.h",
784 "html/canvas/CanvasContextAttributes.cpp", 782 "html/canvas/CanvasContextAttributes.cpp",
785 "html/canvas/CanvasContextAttributes.h", 783 "html/canvas/CanvasContextAttributes.h",
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 "events/ProgressEvent.idl", 1316 "events/ProgressEvent.idl",
1319 "events/ResourceProgressEvent.idl", 1317 "events/ResourceProgressEvent.idl",
1320 "events/TextEvent.idl", 1318 "events/TextEvent.idl",
1321 "events/TouchEvent.idl", 1319 "events/TouchEvent.idl",
1322 "events/TransitionEvent.idl", 1320 "events/TransitionEvent.idl",
1323 "events/UIEvent.idl", 1321 "events/UIEvent.idl",
1324 "events/AnimationEvent.idl", 1322 "events/AnimationEvent.idl",
1325 "events/WheelEvent.idl", 1323 "events/WheelEvent.idl",
1326 "html/canvas/WebGLContextEvent.idl", 1324 "html/canvas/WebGLContextEvent.idl",
1327 ], "abspath") 1325 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/DOMURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698