| 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 | 8 |
| 9 # Most targets in this file are private actions so use that as the default. | 9 # Most targets in this file are private actions so use that as the default. |
| 10 visibility = [ ":*" ] | 10 visibility = [ ":*" ] |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "exported/WebArrayBuffer.cpp", | 126 "exported/WebArrayBuffer.cpp", |
| 127 "exported/WebCommon.cpp", | 127 "exported/WebCommon.cpp", |
| 128 "exported/WebConvertableToTraceFormat.cpp", | 128 "exported/WebConvertableToTraceFormat.cpp", |
| 129 "exported/WebCString.cpp", | 129 "exported/WebCString.cpp", |
| 130 "exported/WebCursorInfo.cpp", | 130 "exported/WebCursorInfo.cpp", |
| 131 "exported/WebData.cpp", | 131 "exported/WebData.cpp", |
| 132 "exported/WebFilterKeyframe.cpp", | 132 "exported/WebFilterKeyframe.cpp", |
| 133 "exported/WebHTTPBody.cpp", | 133 "exported/WebHTTPBody.cpp", |
| 134 "exported/WebHTTPLoadInfo.cpp", | 134 "exported/WebHTTPLoadInfo.cpp", |
| 135 "exported/WebImageSkia.cpp", | 135 "exported/WebImageSkia.cpp", |
| 136 "exported/WebInputEvent.cpp", |
| 136 "exported/WebString.cpp", | 137 "exported/WebString.cpp", |
| 137 "exported/WebTransformKeyframe.cpp", | 138 "exported/WebTransformKeyframe.cpp", |
| 138 "exported/WebURL.cpp", | 139 "exported/WebURL.cpp", |
| 139 "exported/WebURLError.cpp", | 140 "exported/WebURLError.cpp", |
| 140 "exported/WebURLLoadTiming.cpp", | 141 "exported/WebURLLoadTiming.cpp", |
| 141 "exported/WebURLRequest.cpp", | 142 "exported/WebURLRequest.cpp", |
| 142 "exported/WebURLRequestPrivate.h", | 143 "exported/WebURLRequestPrivate.h", |
| 143 "exported/WebURLResponse.cpp", | 144 "exported/WebURLResponse.cpp", |
| 144 "exported/WebURLResponsePrivate.h", | 145 "exported/WebURLResponsePrivate.h", |
| 145 "exported/WrappedResourceRequest.h", | 146 "exported/WrappedResourceRequest.h", |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 767 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 767 # TODO(GYP) | 768 # TODO(GYP) |
| 768 #'cflags': ['-marm'], | 769 #'cflags': ['-marm'], |
| 769 # 'conditions': [ | 770 # 'conditions': [ |
| 770 # ['OS=="android"', { | 771 # ['OS=="android"', { |
| 771 # 'cflags!': ['-mthumb'], | 772 # 'cflags!': ['-mthumb'], |
| 772 # }], | 773 # }], |
| 773 # ], | 774 # ], |
| 774 } | 775 } |
| 775 } | 776 } |
| OLD | NEW |