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

Side by Side Diff: sky/engine/core/core.gni

Issue 880663002: Remove InputMethodContext. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/core/dom/Element.h » ('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 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 "html/HTMLStyleElement.cpp", 883 "html/HTMLStyleElement.cpp",
884 "html/HTMLStyleElement.h", 884 "html/HTMLStyleElement.h",
885 "html/HTMLTElement.cpp", 885 "html/HTMLTElement.cpp",
886 "html/HTMLTElement.h", 886 "html/HTMLTElement.h",
887 "html/HTMLTemplateElement.cpp", 887 "html/HTMLTemplateElement.cpp",
888 "html/HTMLTemplateElement.h", 888 "html/HTMLTemplateElement.h",
889 "html/HTMLTitleElement.cpp", 889 "html/HTMLTitleElement.cpp",
890 "html/HTMLTitleElement.h", 890 "html/HTMLTitleElement.h",
891 "html/ImageData.cpp", 891 "html/ImageData.cpp",
892 "html/ImageData.h", 892 "html/ImageData.h",
893 "html/ime/InputMethodContext.cpp",
894 "html/ime/InputMethodContext.h",
895 "html/imports/HTMLImport.cpp", 893 "html/imports/HTMLImport.cpp",
896 "html/imports/HTMLImport.h", 894 "html/imports/HTMLImport.h",
897 "html/imports/HTMLImportChild.cpp", 895 "html/imports/HTMLImportChild.cpp",
898 "html/imports/HTMLImportChild.h", 896 "html/imports/HTMLImportChild.h",
899 "html/imports/HTMLImportChildClient.h", 897 "html/imports/HTMLImportChildClient.h",
900 "html/imports/HTMLImportLoader.cpp", 898 "html/imports/HTMLImportLoader.cpp",
901 "html/imports/HTMLImportLoader.h", 899 "html/imports/HTMLImportLoader.h",
902 "html/imports/HTMLImportsController.cpp", 900 "html/imports/HTMLImportsController.cpp",
903 "html/imports/HTMLImportsController.h", 901 "html/imports/HTMLImportsController.h",
904 "html/imports/HTMLImportState.h", 902 "html/imports/HTMLImportState.h",
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 "html/HTMLElement.idl", 1304 "html/HTMLElement.idl",
1307 "html/HTMLIFrameElement.idl", 1305 "html/HTMLIFrameElement.idl",
1308 "html/HTMLImageElement.idl", 1306 "html/HTMLImageElement.idl",
1309 "html/HTMLImportElement.idl", 1307 "html/HTMLImportElement.idl",
1310 "html/HTMLScriptElement.idl", 1308 "html/HTMLScriptElement.idl",
1311 "html/HTMLStyleElement.idl", 1309 "html/HTMLStyleElement.idl",
1312 "html/HTMLTemplateElement.idl", 1310 "html/HTMLTemplateElement.idl",
1313 "html/HTMLTitleElement.idl", 1311 "html/HTMLTitleElement.idl",
1314 "html/HTMLTElement.idl", 1312 "html/HTMLTElement.idl",
1315 "html/ImageData.idl", 1313 "html/ImageData.idl",
1316 "html/ime/InputMethodContext.idl",
1317 "html/TextMetrics.idl", 1314 "html/TextMetrics.idl",
1318 "html/VoidCallback.idl", 1315 "html/VoidCallback.idl",
1319 "inspector/JavaScriptCallFrame.idl", 1316 "inspector/JavaScriptCallFrame.idl",
1320 "inspector/InjectedScriptHost.idl", 1317 "inspector/InjectedScriptHost.idl",
1321 ], 1318 ],
1322 "abspath") 1319 "abspath")
1323 1320
1324 # Files for which bindings (.cpp and .h files) will be generated 1321 # Files for which bindings (.cpp and .h files) will be generated
1325 # 'partial interface', target (right side of) 'implements', and 1322 # 'partial interface', target (right side of) 'implements', and
1326 # interfaces with static bindings (in bindings/core/v8/) 1323 # interfaces with static bindings (in bindings/core/v8/)
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 "events/KeyboardEvent.idl", 1355 "events/KeyboardEvent.idl",
1359 "events/PageTransitionEvent.idl", 1356 "events/PageTransitionEvent.idl",
1360 "events/PointerEvent.idl", 1357 "events/PointerEvent.idl",
1361 "events/TextEvent.idl", 1358 "events/TextEvent.idl",
1362 "events/TransitionEvent.idl", 1359 "events/TransitionEvent.idl",
1363 "events/UIEvent.idl", 1360 "events/UIEvent.idl",
1364 "events/AnimationEvent.idl", 1361 "events/AnimationEvent.idl",
1365 "html/canvas/WebGLContextEvent.idl", 1362 "html/canvas/WebGLContextEvent.idl",
1366 ], 1363 ],
1367 "abspath") 1364 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698