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

Side by Side Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Delete RuntimeEnabledFeatures::contextMenuEnabled Created 3 years, 6 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 # The paths in this file are absolute since this file is imported and the 8 # The paths in this file are absolute since this file is imported and the
9 # file lists must be valid from multple "current directories". 9 # file lists must be valid from multple "current directories".
10 10
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "html/HTMLHeadingElement.idl", 230 "html/HTMLHeadingElement.idl",
231 "html/HTMLHtmlElement.idl", 231 "html/HTMLHtmlElement.idl",
232 "html/HTMLImageElement.idl", 232 "html/HTMLImageElement.idl",
233 "html/HTMLLIElement.idl", 233 "html/HTMLLIElement.idl",
234 "html/HTMLLabelElement.idl", 234 "html/HTMLLabelElement.idl",
235 "html/HTMLLegendElement.idl", 235 "html/HTMLLegendElement.idl",
236 "html/HTMLLinkElement.idl", 236 "html/HTMLLinkElement.idl",
237 "html/HTMLMapElement.idl", 237 "html/HTMLMapElement.idl",
238 "html/HTMLMarqueeElement.idl", 238 "html/HTMLMarqueeElement.idl",
239 "html/HTMLMenuElement.idl", 239 "html/HTMLMenuElement.idl",
240 "html/HTMLMenuItemElement.idl",
241 "html/HTMLMetaElement.idl", 240 "html/HTMLMetaElement.idl",
242 "html/HTMLMeterElement.idl", 241 "html/HTMLMeterElement.idl",
243 "html/HTMLModElement.idl", 242 "html/HTMLModElement.idl",
244 "html/HTMLOListElement.idl", 243 "html/HTMLOListElement.idl",
245 "html/HTMLObjectElement.idl", 244 "html/HTMLObjectElement.idl",
246 "html/HTMLOptGroupElement.idl", 245 "html/HTMLOptGroupElement.idl",
247 "html/HTMLOptionElement.idl", 246 "html/HTMLOptionElement.idl",
248 "html/HTMLOptionsCollection.idl", 247 "html/HTMLOptionsCollection.idl",
249 "html/HTMLOutputElement.idl", 248 "html/HTMLOutputElement.idl",
250 "html/HTMLParagraphElement.idl", 249 "html/HTMLParagraphElement.idl",
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 657 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
659 core_generated_dependency_idl_files = 658 core_generated_dependency_idl_files =
660 core_global_constructors_generated_idl_files # partial interfaces 659 core_global_constructors_generated_idl_files # partial interfaces
661 660
662 # Dependency IDL files: don't generate individual bindings, but do process 661 # Dependency IDL files: don't generate individual bindings, but do process
663 # in IDL dependency computation, and count as build dependencies 662 # in IDL dependency computation, and count as build dependencies
664 # 'core_dependency_idl_files' is already used in Source/core, so avoid 663 # 'core_dependency_idl_files' is already used in Source/core, so avoid
665 # collision 664 # collision
666 core_all_dependency_idl_files = 665 core_all_dependency_idl_files =
667 core_static_dependency_idl_files + core_generated_dependency_idl_files 666 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698