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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for yuki's comments Created 3 years, 5 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "web/WebTextCheckingResult.h", 599 "web/WebTextCheckingResult.h",
600 "web/WebTextDecorationType.h", 600 "web/WebTextDecorationType.h",
601 "web/WebTextDirection.h", 601 "web/WebTextDirection.h",
602 "web/WebTextInputType.h", 602 "web/WebTextInputType.h",
603 "web/WebTreeScopeType.h", 603 "web/WebTreeScopeType.h",
604 "web/WebTriggeringEventInfo.h", 604 "web/WebTriggeringEventInfo.h",
605 "web/WebUserGestureIndicator.h", 605 "web/WebUserGestureIndicator.h",
606 "web/WebUserGestureToken.h", 606 "web/WebUserGestureToken.h",
607 "web/WebUserMediaClient.h", 607 "web/WebUserMediaClient.h",
608 "web/WebUserMediaRequest.h", 608 "web/WebUserMediaRequest.h",
609 "web/WebV8SnapshotUtil.h",
609 "web/WebView.h", 610 "web/WebView.h",
610 "web/WebViewClient.h", 611 "web/WebViewClient.h",
611 "web/WebWidget.h", 612 "web/WebWidget.h",
612 "web/WebWidgetClient.h", 613 "web/WebWidgetClient.h",
613 "web/WebWindowFeatures.h", 614 "web/WebWindowFeatures.h",
614 "web/linux/WebFontRendering.h", 615 "web/linux/WebFontRendering.h",
615 "web/mac/WebSubstringUtil.h", 616 "web/mac/WebSubstringUtil.h",
616 "web/mac/WebSubstringUtil.h", 617 "web/mac/WebSubstringUtil.h",
617 "web/modules/password_manager/WebFormElementObserver.h", 618 "web/modules/password_manager/WebFormElementObserver.h",
618 "web/modules/password_manager/WebFormElementObserverCallback.h", 619 "web/modules/password_manager/WebFormElementObserverCallback.h",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 sources = [ 841 sources = [
841 "web/ConsoleMessageStructTraits.cpp", 842 "web/ConsoleMessageStructTraits.cpp",
842 "web/ConsoleMessageStructTraits.h", 843 "web/ConsoleMessageStructTraits.h",
843 ] 844 ]
844 deps = [ 845 deps = [
845 ":blink_headers", 846 ":blink_headers",
846 ":mojo_bindings_shared__generator", 847 ":mojo_bindings_shared__generator",
847 "//mojo/public/cpp/bindings:struct_traits", 848 "//mojo/public/cpp/bindings:struct_traits",
848 ] 849 ]
849 } 850 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698