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

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

Issue 2400563002: Adds Mojo IDL. (Closed)
Patch Set: injects mojo object Created 3 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
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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "web/WebLeakDetector.h", 495 "web/WebLeakDetector.h",
496 "web/WebLocalFrame.h", 496 "web/WebLocalFrame.h",
497 "web/WebMeaningfulLayout.h", 497 "web/WebMeaningfulLayout.h",
498 "web/WebMediaDeviceChangeObserver.h", 498 "web/WebMediaDeviceChangeObserver.h",
499 "web/WebMediaDevicesRequest.h", 499 "web/WebMediaDevicesRequest.h",
500 "web/WebMediaPlayerAction.h", 500 "web/WebMediaPlayerAction.h",
501 "web/WebMediaStreamRegistry.h", 501 "web/WebMediaStreamRegistry.h",
502 "web/WebMemoryStatistics.h", 502 "web/WebMemoryStatistics.h",
503 "web/WebMenuItemInfo.h", 503 "web/WebMenuItemInfo.h",
504 "web/WebMetaElement.h", 504 "web/WebMetaElement.h",
505 "web/WebMojoBindings.h",
505 "web/WebNavigationPolicy.h", 506 "web/WebNavigationPolicy.h",
506 "web/WebNavigationType.h", 507 "web/WebNavigationType.h",
507 "web/WebNavigatorContentUtilsClient.h", 508 "web/WebNavigatorContentUtilsClient.h",
508 "web/WebNetworkStateNotifier.h", 509 "web/WebNetworkStateNotifier.h",
509 "web/WebNode.h", 510 "web/WebNode.h",
510 "web/WebOptionElement.h", 511 "web/WebOptionElement.h",
511 "web/WebPagePopup.h", 512 "web/WebPagePopup.h",
512 "web/WebPepperSocket.h", 513 "web/WebPepperSocket.h",
513 "web/WebPepperSocketClient.h", 514 "web/WebPepperSocketClient.h",
514 "web/WebPerformance.h", 515 "web/WebPerformance.h",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 source_set("shared_typemap_traits") { 751 source_set("shared_typemap_traits") {
751 visibility = [ ":*" ] 752 visibility = [ ":*" ]
752 sources = [ 753 sources = [
753 "web/ConsoleMessageStructTraits.cpp", 754 "web/ConsoleMessageStructTraits.cpp",
754 "web/WindowFeaturesStructTraits.cpp", 755 "web/WindowFeaturesStructTraits.cpp",
755 ] 756 ]
756 deps = [ 757 deps = [
757 ":mojo_bindings_shared__generator", 758 ":mojo_bindings_shared__generator",
758 ] 759 ]
759 } 760 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebMojoBindings.cpp ('k') | third_party/WebKit/public/web/WebMojoBindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698