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/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 Loading... |
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 } |
OLD | NEW |