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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: Fixed naming 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 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/WebKit/public/public_features.gni") 7 import("//third_party/WebKit/public/public_features.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "web/WebLanguageDetectionDetails.h", 525 "web/WebLanguageDetectionDetails.h",
526 "web/WebLeakDetector.h", 526 "web/WebLeakDetector.h",
527 "web/WebLocalFrame.h", 527 "web/WebLocalFrame.h",
528 "web/WebMeaningfulLayout.h", 528 "web/WebMeaningfulLayout.h",
529 "web/WebMediaDeviceChangeObserver.h", 529 "web/WebMediaDeviceChangeObserver.h",
530 "web/WebMediaDevicesRequest.h", 530 "web/WebMediaDevicesRequest.h",
531 "web/WebMediaPlayerAction.h", 531 "web/WebMediaPlayerAction.h",
532 "web/WebMediaStreamRegistry.h", 532 "web/WebMediaStreamRegistry.h",
533 "web/WebMemoryStatistics.h", 533 "web/WebMemoryStatistics.h",
534 "web/WebMenuItemInfo.h", 534 "web/WebMenuItemInfo.h",
535 "web/WebMenuSourceType.h",
535 "web/WebMetaElement.h", 536 "web/WebMetaElement.h",
536 "web/WebNavigationPolicy.h", 537 "web/WebNavigationPolicy.h",
537 "web/WebNavigationType.h", 538 "web/WebNavigationType.h",
538 "web/WebNavigatorContentUtilsClient.h", 539 "web/WebNavigatorContentUtilsClient.h",
539 "web/WebNode.h", 540 "web/WebNode.h",
540 "web/WebOptionElement.h", 541 "web/WebOptionElement.h",
541 "web/WebPageImportanceSignals.h", 542 "web/WebPageImportanceSignals.h",
542 "web/WebPagePopup.h", 543 "web/WebPagePopup.h",
543 "web/WebPepperSocket.h", 544 "web/WebPepperSocket.h",
544 "web/WebPepperSocketClient.h", 545 "web/WebPepperSocketClient.h",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 sources = [ 829 sources = [
829 "web/ConsoleMessageStructTraits.cpp", 830 "web/ConsoleMessageStructTraits.cpp",
830 "web/ConsoleMessageStructTraits.h", 831 "web/ConsoleMessageStructTraits.h",
831 ] 832 ]
832 deps = [ 833 deps = [
833 ":blink_headers", 834 ":blink_headers",
834 ":mojo_bindings_shared__generator", 835 ":mojo_bindings_shared__generator",
835 "//mojo/public/cpp/bindings:struct_traits", 836 "//mojo/public/cpp/bindings:struct_traits",
836 ] 837 ]
837 } 838 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | third_party/WebKit/public/web/WebMenuSourceType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698