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

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

Issue 2391423004: Add UMA for PurgeAndSuspend. (Closed)
Patch Set: Fixed histograms.xml. Created 4 years, 2 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 "web/WebInputEvent.h", 486 "web/WebInputEvent.h",
487 "web/WebKit.h", 487 "web/WebKit.h",
488 "web/WebLabelElement.h", 488 "web/WebLabelElement.h",
489 "web/WebLeakDetector.h", 489 "web/WebLeakDetector.h",
490 "web/WebLocalFrame.h", 490 "web/WebLocalFrame.h",
491 "web/WebMeaningfulLayout.h", 491 "web/WebMeaningfulLayout.h",
492 "web/WebMediaDeviceChangeObserver.h", 492 "web/WebMediaDeviceChangeObserver.h",
493 "web/WebMediaDevicesRequest.h", 493 "web/WebMediaDevicesRequest.h",
494 "web/WebMediaPlayerAction.h", 494 "web/WebMediaPlayerAction.h",
495 "web/WebMediaStreamRegistry.h", 495 "web/WebMediaStreamRegistry.h",
496 "web/WebMemoryStatistics.h",
496 "web/WebMenuItemInfo.h", 497 "web/WebMenuItemInfo.h",
497 "web/WebMetaElement.h", 498 "web/WebMetaElement.h",
498 "web/WebNavigationPolicy.h", 499 "web/WebNavigationPolicy.h",
499 "web/WebNavigationType.h", 500 "web/WebNavigationType.h",
500 "web/WebNavigatorContentUtilsClient.h", 501 "web/WebNavigatorContentUtilsClient.h",
501 "web/WebNetworkStateNotifier.h", 502 "web/WebNetworkStateNotifier.h",
502 "web/WebNode.h", 503 "web/WebNode.h",
503 "web/WebOptionElement.h", 504 "web/WebOptionElement.h",
504 "web/WebPagePopup.h", 505 "web/WebPagePopup.h",
505 "web/WebPepperSocket.h", 506 "web/WebPepperSocket.h",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 # relegated to a separate target to avoid duplication between the variants. 746 # relegated to a separate target to avoid duplication between the variants.
746 source_set("shared_typemap_traits") { 747 source_set("shared_typemap_traits") {
747 visibility = [ ":*" ] 748 visibility = [ ":*" ]
748 sources = [ 749 sources = [
749 "web/WindowFeaturesStructTraits.cpp", 750 "web/WindowFeaturesStructTraits.cpp",
750 ] 751 ]
751 deps = [ 752 deps = [
752 ":new_wrapper_types_mojo_bindings_shared__generator", 753 ":new_wrapper_types_mojo_bindings_shared__generator",
753 ] 754 ]
754 } 755 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebMemoryStatistics.cpp ('k') | third_party/WebKit/public/web/WebMemoryStatistics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698