| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "exported/WebArrayBuffer.cpp", | 125 "exported/WebArrayBuffer.cpp", |
| 126 "exported/WebCommon.cpp", | 126 "exported/WebCommon.cpp", |
| 127 "exported/WebConvertableToTraceFormat.cpp", | 127 "exported/WebConvertableToTraceFormat.cpp", |
| 128 "exported/WebCString.cpp", | 128 "exported/WebCString.cpp", |
| 129 "exported/WebCursorInfo.cpp", | 129 "exported/WebCursorInfo.cpp", |
| 130 "exported/WebData.cpp", | 130 "exported/WebData.cpp", |
| 131 "exported/WebFilterKeyframe.cpp", | 131 "exported/WebFilterKeyframe.cpp", |
| 132 "exported/WebHTTPBody.cpp", | 132 "exported/WebHTTPBody.cpp", |
| 133 "exported/WebHTTPLoadInfo.cpp", | 133 "exported/WebHTTPLoadInfo.cpp", |
| 134 "exported/WebImageSkia.cpp", | 134 "exported/WebImageSkia.cpp", |
| 135 "exported/WebInputEvent.cpp", | |
| 136 "exported/WebString.cpp", | 135 "exported/WebString.cpp", |
| 137 "exported/WebTransformKeyframe.cpp", | 136 "exported/WebTransformKeyframe.cpp", |
| 138 "exported/WebURL.cpp", | 137 "exported/WebURL.cpp", |
| 139 "exported/WebURLError.cpp", | 138 "exported/WebURLError.cpp", |
| 140 "exported/WebURLLoadTiming.cpp", | 139 "exported/WebURLLoadTiming.cpp", |
| 141 "exported/WebURLRequest.cpp", | 140 "exported/WebURLRequest.cpp", |
| 142 "exported/WebURLRequestPrivate.h", | 141 "exported/WebURLRequestPrivate.h", |
| 143 "exported/WebURLResponse.cpp", | 142 "exported/WebURLResponse.cpp", |
| 144 "exported/WebURLResponsePrivate.h", | 143 "exported/WebURLResponsePrivate.h", |
| 145 "exported/WrappedResourceRequest.h", | 144 "exported/WrappedResourceRequest.h", |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "network/ResourceRequest.h", | 471 "network/ResourceRequest.h", |
| 473 "network/ResourceResponse.cpp", | 472 "network/ResourceResponse.cpp", |
| 474 "network/ResourceResponse.h", | 473 "network/ResourceResponse.h", |
| 475 "NotImplemented.cpp", | 474 "NotImplemented.cpp", |
| 476 "NotImplemented.h", | 475 "NotImplemented.h", |
| 477 "ParsingUtilities.h", | 476 "ParsingUtilities.h", |
| 478 "Partitions.cpp", | 477 "Partitions.cpp", |
| 479 "Partitions.h", | 478 "Partitions.h", |
| 480 "PlatformEvent.h", | 479 "PlatformEvent.h", |
| 481 "PlatformExport.h", | 480 "PlatformExport.h", |
| 482 "PlatformKeyboardEvent.cpp", | |
| 483 "PlatformKeyboardEvent.h", | |
| 484 "PlatformScreen.cpp", | 481 "PlatformScreen.cpp", |
| 485 "PlatformScreen.h", | 482 "PlatformScreen.h", |
| 486 "PlatformThreadData.cpp", | 483 "PlatformThreadData.cpp", |
| 487 "PlatformThreadData.h", | 484 "PlatformThreadData.h", |
| 488 "PurgeableVector.cpp", | 485 "PurgeableVector.cpp", |
| 489 "PurgeableVector.h", | 486 "PurgeableVector.h", |
| 490 "RefCountedSupplement.h", | 487 "RefCountedSupplement.h", |
| 491 "ScriptForbiddenScope.cpp", | 488 "ScriptForbiddenScope.cpp", |
| 492 "ScriptForbiddenScope.h", | 489 "ScriptForbiddenScope.h", |
| 493 "scroll/ScrollableArea.cpp", | 490 "scroll/ScrollableArea.cpp", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 753 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 757 # TODO(GYP) | 754 # TODO(GYP) |
| 758 #'cflags': ['-marm'], | 755 #'cflags': ['-marm'], |
| 759 # 'conditions': [ | 756 # 'conditions': [ |
| 760 # ['OS=="android"', { | 757 # ['OS=="android"', { |
| 761 # 'cflags!': ['-mthumb'], | 758 # 'cflags!': ['-mthumb'], |
| 762 # }], | 759 # }], |
| 763 # ], | 760 # ], |
| 764 } | 761 } |
| 765 } | 762 } |
| OLD | NEW |