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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Rebase Created 3 years, 4 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 "web/WebTextCheckingResult.h", 604 "web/WebTextCheckingResult.h",
605 "web/WebTextDecorationType.h", 605 "web/WebTextDecorationType.h",
606 "web/WebTextDirection.h", 606 "web/WebTextDirection.h",
607 "web/WebTextInputType.h", 607 "web/WebTextInputType.h",
608 "web/WebTreeScopeType.h", 608 "web/WebTreeScopeType.h",
609 "web/WebTriggeringEventInfo.h", 609 "web/WebTriggeringEventInfo.h",
610 "web/WebUserGestureIndicator.h", 610 "web/WebUserGestureIndicator.h",
611 "web/WebUserGestureToken.h", 611 "web/WebUserGestureToken.h",
612 "web/WebUserMediaClient.h", 612 "web/WebUserMediaClient.h",
613 "web/WebUserMediaRequest.h", 613 "web/WebUserMediaRequest.h",
614 "web/WebV8ContextSnapshot.h",
614 "web/WebView.h", 615 "web/WebView.h",
615 "web/WebViewClient.h", 616 "web/WebViewClient.h",
616 "web/WebWidget.h", 617 "web/WebWidget.h",
617 "web/WebWidgetClient.h", 618 "web/WebWidgetClient.h",
618 "web/WebWindowFeatures.h", 619 "web/WebWindowFeatures.h",
619 "web/linux/WebFontRendering.h", 620 "web/linux/WebFontRendering.h",
620 "web/mac/WebSubstringUtil.h", 621 "web/mac/WebSubstringUtil.h",
621 "web/mac/WebSubstringUtil.h", 622 "web/mac/WebSubstringUtil.h",
622 "web/modules/password_manager/WebFormElementObserver.h", 623 "web/modules/password_manager/WebFormElementObserver.h",
623 "web/modules/password_manager/WebFormElementObserverCallback.h", 624 "web/modules/password_manager/WebFormElementObserverCallback.h",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 sources = [ 870 sources = [
870 "web/ConsoleMessageStructTraits.cpp", 871 "web/ConsoleMessageStructTraits.cpp",
871 "web/ConsoleMessageStructTraits.h", 872 "web/ConsoleMessageStructTraits.h",
872 ] 873 ]
873 deps = [ 874 deps = [
874 ":blink_headers", 875 ":blink_headers",
875 ":mojo_bindings_shared__generator", 876 ":mojo_bindings_shared__generator",
876 "//mojo/public/cpp/bindings:struct_traits", 877 "//mojo/public/cpp/bindings:struct_traits",
877 ] 878 ]
878 } 879 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698