Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: sky/engine/platform/BUILD.gn

Issue 860593003: Move WebInputEvent from public/web to public/platform (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Build fix Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | sky/engine/platform/exported/WebInputEvent.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | sky/engine/platform/exported/WebInputEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698