| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "animation/KeyframeValueList.h", | 179 "animation/KeyframeValueList.h", |
| 180 "animation/TimingFunction.cpp", | 180 "animation/TimingFunction.cpp", |
| 181 "animation/TimingFunction.h", | 181 "animation/TimingFunction.h", |
| 182 "animation/UnitBezier.h", | 182 "animation/UnitBezier.h", |
| 183 "clipboard/ClipboardMimeTypes.cpp", | 183 "clipboard/ClipboardMimeTypes.cpp", |
| 184 "clipboard/ClipboardMimeTypes.h", | 184 "clipboard/ClipboardMimeTypes.h", |
| 185 "clipboard/ClipboardUtilities.cpp", | 185 "clipboard/ClipboardUtilities.cpp", |
| 186 "clipboard/ClipboardUtilities.h", | 186 "clipboard/ClipboardUtilities.h", |
| 187 "clipboard/ClipboardUtilitiesPosix.cpp", | 187 "clipboard/ClipboardUtilitiesPosix.cpp", |
| 188 "exported/Platform.cpp", | 188 "exported/Platform.cpp", |
| 189 "exported/ServiceProvider.cpp", |
| 189 "exported/WebActiveGestureAnimation.cpp", | 190 "exported/WebActiveGestureAnimation.cpp", |
| 190 "exported/WebActiveGestureAnimation.h", | 191 "exported/WebActiveGestureAnimation.h", |
| 191 "exported/WebArrayBuffer.cpp", | 192 "exported/WebArrayBuffer.cpp", |
| 192 "exported/WebCString.cpp", | 193 "exported/WebCString.cpp", |
| 193 "exported/WebCommon.cpp", | 194 "exported/WebCommon.cpp", |
| 194 "exported/WebConvertableToTraceFormat.cpp", | 195 "exported/WebConvertableToTraceFormat.cpp", |
| 195 "exported/WebCursorInfo.cpp", | 196 "exported/WebCursorInfo.cpp", |
| 196 "exported/WebData.cpp", | 197 "exported/WebData.cpp", |
| 197 "exported/WebFilterKeyframe.cpp", | 198 "exported/WebFilterKeyframe.cpp", |
| 198 "exported/WebHTTPBody.cpp", | 199 "exported/WebHTTPBody.cpp", |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 811 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 811 # TODO(GYP) | 812 # TODO(GYP) |
| 812 #'cflags': ['-marm'], | 813 #'cflags': ['-marm'], |
| 813 # 'conditions': [ | 814 # 'conditions': [ |
| 814 # ['OS=="android"', { | 815 # ['OS=="android"', { |
| 815 # 'cflags!': ['-mthumb'], | 816 # 'cflags!': ['-mthumb'], |
| 816 # }], | 817 # }], |
| 817 # ], | 818 # ], |
| 818 } | 819 } |
| 819 } | 820 } |
| OLD | NEW |