| OLD | NEW |
| 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 "Partitions.h", | 479 "Partitions.h", |
| 480 "PlatformEvent.h", | 480 "PlatformEvent.h", |
| 481 "PlatformExport.h", | 481 "PlatformExport.h", |
| 482 "PlatformGestureEvent.h", | 482 "PlatformGestureEvent.h", |
| 483 "PlatformKeyboardEvent.cpp", | 483 "PlatformKeyboardEvent.cpp", |
| 484 "PlatformKeyboardEvent.h", | 484 "PlatformKeyboardEvent.h", |
| 485 "PlatformScreen.cpp", | 485 "PlatformScreen.cpp", |
| 486 "PlatformScreen.h", | 486 "PlatformScreen.h", |
| 487 "PlatformThreadData.cpp", | 487 "PlatformThreadData.cpp", |
| 488 "PlatformThreadData.h", | 488 "PlatformThreadData.h", |
| 489 "PlatformTouchEvent.h", | |
| 490 "PlatformTouchPoint.h", | |
| 491 "PurgeableVector.cpp", | 489 "PurgeableVector.cpp", |
| 492 "PurgeableVector.h", | 490 "PurgeableVector.h", |
| 493 "RefCountedSupplement.h", | 491 "RefCountedSupplement.h", |
| 494 "ScriptForbiddenScope.cpp", | 492 "ScriptForbiddenScope.cpp", |
| 495 "ScriptForbiddenScope.h", | 493 "ScriptForbiddenScope.h", |
| 496 "scroll/ScrollableArea.cpp", | 494 "scroll/ScrollableArea.cpp", |
| 497 "scroll/ScrollableArea.h", | 495 "scroll/ScrollableArea.h", |
| 498 "scroll/ScrollAnimator.cpp", | 496 "scroll/ScrollAnimator.cpp", |
| 499 "scroll/ScrollAnimator.h", | 497 "scroll/ScrollAnimator.h", |
| 500 "scroll/Scrollbar.cpp", | 498 "scroll/Scrollbar.cpp", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 759 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 762 # TODO(GYP) | 760 # TODO(GYP) |
| 763 #'cflags': ['-marm'], | 761 #'cflags': ['-marm'], |
| 764 # 'conditions': [ | 762 # 'conditions': [ |
| 765 # ['OS=="android"', { | 763 # ['OS=="android"', { |
| 766 # 'cflags!': ['-mthumb'], | 764 # 'cflags!': ['-mthumb'], |
| 767 # }], | 765 # }], |
| 768 # ], | 766 # ], |
| 769 } | 767 } |
| 770 } | 768 } |
| OLD | NEW |