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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 "network/ResourceRequest.h", | 467 "network/ResourceRequest.h", |
469 "network/ResourceResponse.cpp", | 468 "network/ResourceResponse.cpp", |
470 "network/ResourceResponse.h", | 469 "network/ResourceResponse.h", |
471 "NotImplemented.cpp", | 470 "NotImplemented.cpp", |
472 "NotImplemented.h", | 471 "NotImplemented.h", |
473 "ParsingUtilities.h", | 472 "ParsingUtilities.h", |
474 "Partitions.cpp", | 473 "Partitions.cpp", |
475 "Partitions.h", | 474 "Partitions.h", |
476 "PlatformEvent.h", | 475 "PlatformEvent.h", |
477 "PlatformExport.h", | 476 "PlatformExport.h", |
478 "PlatformKeyboardEvent.cpp", | |
479 "PlatformKeyboardEvent.h", | |
480 "PlatformScreen.cpp", | 477 "PlatformScreen.cpp", |
481 "PlatformScreen.h", | 478 "PlatformScreen.h", |
482 "PlatformThreadData.cpp", | 479 "PlatformThreadData.cpp", |
483 "PlatformThreadData.h", | 480 "PlatformThreadData.h", |
484 "PurgeableVector.cpp", | 481 "PurgeableVector.cpp", |
485 "PurgeableVector.h", | 482 "PurgeableVector.h", |
486 "RefCountedSupplement.h", | 483 "RefCountedSupplement.h", |
487 "ScriptForbiddenScope.cpp", | 484 "ScriptForbiddenScope.cpp", |
488 "ScriptForbiddenScope.h", | 485 "ScriptForbiddenScope.h", |
489 "scroll/ScrollableArea.cpp", | 486 "scroll/ScrollableArea.cpp", |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 749 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
753 # TODO(GYP) | 750 # TODO(GYP) |
754 #'cflags': ['-marm'], | 751 #'cflags': ['-marm'], |
755 # 'conditions': [ | 752 # 'conditions': [ |
756 # ['OS=="android"', { | 753 # ['OS=="android"', { |
757 # 'cflags!': ['-mthumb'], | 754 # 'cflags!': ['-mthumb'], |
758 # }], | 755 # }], |
759 # ], | 756 # ], |
760 } | 757 } |
761 } | 758 } |
OLD | NEW |