| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "exported/linux/WebFontInfo.cpp", | 121 "exported/linux/WebFontInfo.cpp", |
| 122 "exported/linux/WebFontRenderStyle.cpp", | 122 "exported/linux/WebFontRenderStyle.cpp", |
| 123 "exported/Platform.cpp", | 123 "exported/Platform.cpp", |
| 124 "exported/ServiceProvider.cpp", | 124 "exported/ServiceProvider.cpp", |
| 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", | |
| 132 "exported/WebHTTPBody.cpp", | 131 "exported/WebHTTPBody.cpp", |
| 133 "exported/WebHTTPLoadInfo.cpp", | 132 "exported/WebHTTPLoadInfo.cpp", |
| 134 "exported/WebImageSkia.cpp", | 133 "exported/WebImageSkia.cpp", |
| 135 "exported/WebString.cpp", | 134 "exported/WebString.cpp", |
| 136 "exported/WebTransformKeyframe.cpp", | |
| 137 "exported/WebURL.cpp", | 135 "exported/WebURL.cpp", |
| 138 "exported/WebURLError.cpp", | 136 "exported/WebURLError.cpp", |
| 139 "exported/WebURLLoadTiming.cpp", | 137 "exported/WebURLLoadTiming.cpp", |
| 140 "exported/WebURLRequest.cpp", | 138 "exported/WebURLRequest.cpp", |
| 141 "exported/WebURLRequestPrivate.h", | 139 "exported/WebURLRequestPrivate.h", |
| 142 "exported/WebURLResponse.cpp", | 140 "exported/WebURLResponse.cpp", |
| 143 "exported/WebURLResponsePrivate.h", | 141 "exported/WebURLResponsePrivate.h", |
| 144 "exported/WrappedResourceRequest.h", | 142 "exported/WrappedResourceRequest.h", |
| 145 "exported/WrappedResourceResponse.h", | 143 "exported/WrappedResourceResponse.h", |
| 146 "fetcher/MojoFetcher.cpp", | 144 "fetcher/MojoFetcher.cpp", |
| (...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 746 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 749 # TODO(GYP) | 747 # TODO(GYP) |
| 750 #'cflags': ['-marm'], | 748 #'cflags': ['-marm'], |
| 751 # 'conditions': [ | 749 # 'conditions': [ |
| 752 # ['OS=="android"', { | 750 # ['OS=="android"', { |
| 753 # 'cflags!': ['-mthumb'], | 751 # 'cflags!': ['-mthumb'], |
| 754 # }], | 752 # }], |
| 755 # ], | 753 # ], |
| 756 } | 754 } |
| 757 } | 755 } |
| OLD | NEW |