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

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

Issue 664573004: Live the dream (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: DEPS 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 | « sky/engine/core/DEPS ('k') | 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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 "inspector/ScriptProfile.h", 993 "inspector/ScriptProfile.h",
994 "inspector/ScriptArguments.cpp", 994 "inspector/ScriptArguments.cpp",
995 "inspector/ScriptArguments.h", 995 "inspector/ScriptArguments.h",
996 "inspector/ScriptAsyncCallStack.cpp", 996 "inspector/ScriptAsyncCallStack.cpp",
997 "inspector/ScriptAsyncCallStack.h", 997 "inspector/ScriptAsyncCallStack.h",
998 "inspector/ScriptCallFrame.cpp", 998 "inspector/ScriptCallFrame.cpp",
999 "inspector/ScriptCallFrame.h", 999 "inspector/ScriptCallFrame.h",
1000 "inspector/ScriptCallStack.cpp", 1000 "inspector/ScriptCallStack.cpp",
1001 "inspector/ScriptCallStack.h", 1001 "inspector/ScriptCallStack.h",
1002 "loader/DocumentLoadTiming.cpp", 1002 "loader/DocumentLoadTiming.cpp",
1003 "loader/DocumentWriter.cpp",
1004 "loader/EmptyClients.cpp", 1003 "loader/EmptyClients.cpp",
1005 "loader/EmptyClients.h", 1004 "loader/EmptyClients.h",
1006 "loader/FrameFetchContext.cpp", 1005 "loader/FrameFetchContext.cpp",
1007 "loader/FrameFetchContext.h", 1006 "loader/FrameFetchContext.h",
1008 "loader/FrameLoader.cpp", 1007 "loader/FrameLoader.cpp",
1009 "loader/ImageLoader.cpp", 1008 "loader/ImageLoader.cpp",
1010 "loader/ImageLoader.h", 1009 "loader/ImageLoader.h",
1011 "loader/MojoLoader.cpp", 1010 "loader/MojoLoader.cpp",
1012 "loader/MojoLoader.h", 1011 "loader/MojoLoader.h",
1013 "loader/NavigationPolicy.cpp", 1012 "loader/NavigationPolicy.cpp",
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 "events/ResourceProgressEvent.idl", 1403 "events/ResourceProgressEvent.idl",
1405 "events/TextEvent.idl", 1404 "events/TextEvent.idl",
1406 "events/TouchEvent.idl", 1405 "events/TouchEvent.idl",
1407 "events/TransitionEvent.idl", 1406 "events/TransitionEvent.idl",
1408 "events/UIEvent.idl", 1407 "events/UIEvent.idl",
1409 "events/AnimationEvent.idl", 1408 "events/AnimationEvent.idl",
1410 "events/WheelEvent.idl", 1409 "events/WheelEvent.idl",
1411 "html/MediaKeyEvent.idl", 1410 "html/MediaKeyEvent.idl",
1412 "html/canvas/WebGLContextEvent.idl", 1411 "html/canvas/WebGLContextEvent.idl",
1413 ], "abspath") 1412 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/DEPS ('k') | sky/engine/core/dom/DecodedDataDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698