| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/ScrollableArea.cpp", | |
| 484 "scroll/ScrollableArea.h", | |
| 485 "scroll/ScrollAnimator.cpp", | |
| 486 "scroll/ScrollAnimator.h", | |
| 487 "scroll/Scrollbar.cpp", | |
| 488 "scroll/Scrollbar.h", | |
| 489 "scroll/ScrollTypes.h", | 483 "scroll/ScrollTypes.h", |
| 490 "SharedBuffer.cpp", | 484 "SharedBuffer.cpp", |
| 491 "SharedBuffer.h", | 485 "SharedBuffer.h", |
| 492 "SharedBufferChunkReader.cpp", | 486 "SharedBufferChunkReader.cpp", |
| 493 "SharedBufferChunkReader.h", | 487 "SharedBufferChunkReader.h", |
| 494 "SharedTimer.cpp", | 488 "SharedTimer.cpp", |
| 495 "SharedTimer.h", | 489 "SharedTimer.h", |
| 496 "Supplementable.h", | 490 "Supplementable.h", |
| 497 "text/BidiCharacterRun.cpp", | 491 "text/BidiCharacterRun.cpp", |
| 498 "text/BidiCharacterRun.h", | 492 "text/BidiCharacterRun.h", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 740 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 747 # TODO(GYP) | 741 # TODO(GYP) |
| 748 #'cflags': ['-marm'], | 742 #'cflags': ['-marm'], |
| 749 # 'conditions': [ | 743 # 'conditions': [ |
| 750 # ['OS=="android"', { | 744 # ['OS=="android"', { |
| 751 # 'cflags!': ['-mthumb'], | 745 # 'cflags!': ['-mthumb'], |
| 752 # }], | 746 # }], |
| 753 # ], | 747 # ], |
| 754 } | 748 } |
| 755 } | 749 } |
| OLD | NEW |