| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "DateComponents.h", | 115 "DateComponents.h", |
| 116 "Decimal.cpp", | 116 "Decimal.cpp", |
| 117 "Decimal.h", | 117 "Decimal.h", |
| 118 "EventDispatchForbiddenScope.h", | 118 "EventDispatchForbiddenScope.h", |
| 119 "EventTracer.cpp", | 119 "EventTracer.cpp", |
| 120 "EventTracer.h", | 120 "EventTracer.h", |
| 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/WebActiveGestureAnimation.cpp", | |
| 126 "exported/WebActiveGestureAnimation.h", | |
| 127 "exported/WebArrayBuffer.cpp", | 125 "exported/WebArrayBuffer.cpp", |
| 128 "exported/WebCommon.cpp", | 126 "exported/WebCommon.cpp", |
| 129 "exported/WebConvertableToTraceFormat.cpp", | 127 "exported/WebConvertableToTraceFormat.cpp", |
| 130 "exported/WebCString.cpp", | 128 "exported/WebCString.cpp", |
| 131 "exported/WebCursorInfo.cpp", | 129 "exported/WebCursorInfo.cpp", |
| 132 "exported/WebData.cpp", | 130 "exported/WebData.cpp", |
| 133 "exported/WebFilterKeyframe.cpp", | 131 "exported/WebFilterKeyframe.cpp", |
| 134 "exported/WebHTTPBody.cpp", | 132 "exported/WebHTTPBody.cpp", |
| 135 "exported/WebHTTPLoadInfo.cpp", | 133 "exported/WebHTTPLoadInfo.cpp", |
| 136 "exported/WebImageSkia.cpp", | 134 "exported/WebImageSkia.cpp", |
| (...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 765 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 768 # TODO(GYP) | 766 # TODO(GYP) |
| 769 #'cflags': ['-marm'], | 767 #'cflags': ['-marm'], |
| 770 # 'conditions': [ | 768 # 'conditions': [ |
| 771 # ['OS=="android"', { | 769 # ['OS=="android"', { |
| 772 # 'cflags!': ['-mthumb'], | 770 # 'cflags!': ['-mthumb'], |
| 773 # }], | 771 # }], |
| 774 # ], | 772 # ], |
| 775 } | 773 } |
| 776 } | 774 } |
| OLD | NEW |