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

Side by Side Diff: sky/engine/platform/BUILD.gn

Issue 878303002: Remove more scrolling code from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//sky/engine/build/scripts/scripts.gni") 6 import("//sky/engine/build/scripts/scripts.gni")
7 import("//sky/engine/config.gni") 7 import("//sky/engine/config.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 # Most targets in this file are private actions so use that as the default. 10 # Most targets in this file are private actions so use that as the default.
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "PlatformExport.h", 473 "PlatformExport.h",
474 "PlatformScreen.cpp", 474 "PlatformScreen.cpp",
475 "PlatformScreen.h", 475 "PlatformScreen.h",
476 "PlatformThreadData.cpp", 476 "PlatformThreadData.cpp",
477 "PlatformThreadData.h", 477 "PlatformThreadData.h",
478 "PurgeableVector.cpp", 478 "PurgeableVector.cpp",
479 "PurgeableVector.h", 479 "PurgeableVector.h",
480 "RefCountedSupplement.h", 480 "RefCountedSupplement.h",
481 "ScriptForbiddenScope.cpp", 481 "ScriptForbiddenScope.cpp",
482 "ScriptForbiddenScope.h", 482 "ScriptForbiddenScope.h",
483 "scroll/ScrollTypes.h",
484 "SharedBuffer.cpp", 483 "SharedBuffer.cpp",
485 "SharedBuffer.h", 484 "SharedBuffer.h",
486 "SharedBufferChunkReader.cpp", 485 "SharedBufferChunkReader.cpp",
487 "SharedBufferChunkReader.h", 486 "SharedBufferChunkReader.h",
488 "SharedTimer.cpp", 487 "SharedTimer.cpp",
489 "SharedTimer.h", 488 "SharedTimer.h",
490 "Supplementable.h", 489 "Supplementable.h",
491 "text/BidiCharacterRun.cpp", 490 "text/BidiCharacterRun.cpp",
492 "text/BidiCharacterRun.h", 491 "text/BidiCharacterRun.h",
493 "text/BidiContext.cpp", 492 "text/BidiContext.cpp",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 # See https://bugs.webkit.org/show_bug.cgi?id=62916. 739 # See https://bugs.webkit.org/show_bug.cgi?id=62916.
741 # TODO(GYP) 740 # TODO(GYP)
742 #'cflags': ['-marm'], 741 #'cflags': ['-marm'],
743 # 'conditions': [ 742 # 'conditions': [
744 # ['OS=="android"', { 743 # ['OS=="android"', {
745 # 'cflags!': ['-mthumb'], 744 # 'cflags!': ['-mthumb'],
746 # }], 745 # }],
747 # ], 746 # ],
748 } 747 }
749 } 748 }
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/style/StyleWillChangeData.cpp ('k') | sky/engine/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698