| 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "network/ResourceRequest.h", | 472 "network/ResourceRequest.h", |
| 473 "network/ResourceResponse.cpp", | 473 "network/ResourceResponse.cpp", |
| 474 "network/ResourceResponse.h", | 474 "network/ResourceResponse.h", |
| 475 "NotImplemented.cpp", | 475 "NotImplemented.cpp", |
| 476 "NotImplemented.h", | 476 "NotImplemented.h", |
| 477 "ParsingUtilities.h", | 477 "ParsingUtilities.h", |
| 478 "Partitions.cpp", | 478 "Partitions.cpp", |
| 479 "Partitions.h", | 479 "Partitions.h", |
| 480 "PlatformEvent.h", | 480 "PlatformEvent.h", |
| 481 "PlatformExport.h", | 481 "PlatformExport.h", |
| 482 "PlatformGestureEvent.h", | |
| 483 "PlatformKeyboardEvent.cpp", | 482 "PlatformKeyboardEvent.cpp", |
| 484 "PlatformKeyboardEvent.h", | 483 "PlatformKeyboardEvent.h", |
| 485 "PlatformScreen.cpp", | 484 "PlatformScreen.cpp", |
| 486 "PlatformScreen.h", | 485 "PlatformScreen.h", |
| 487 "PlatformThreadData.cpp", | 486 "PlatformThreadData.cpp", |
| 488 "PlatformThreadData.h", | 487 "PlatformThreadData.h", |
| 489 "PurgeableVector.cpp", | 488 "PurgeableVector.cpp", |
| 490 "PurgeableVector.h", | 489 "PurgeableVector.h", |
| 491 "RefCountedSupplement.h", | 490 "RefCountedSupplement.h", |
| 492 "ScriptForbiddenScope.cpp", | 491 "ScriptForbiddenScope.cpp", |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 758 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 760 # TODO(GYP) | 759 # TODO(GYP) |
| 761 #'cflags': ['-marm'], | 760 #'cflags': ['-marm'], |
| 762 # 'conditions': [ | 761 # 'conditions': [ |
| 763 # ['OS=="android"', { | 762 # ['OS=="android"', { |
| 764 # 'cflags!': ['-mthumb'], | 763 # 'cflags!': ['-mthumb'], |
| 765 # }], | 764 # }], |
| 766 # ], | 765 # ], |
| 767 } | 766 } |
| 768 } | 767 } |
| OLD | NEW |