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

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

Issue 2391423004: Add UMA for PurgeAndSuspend. (Closed)
Patch Set: Add histogram_suffixes 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "web/WebInputEvent.h", 482 "web/WebInputEvent.h",
483 "web/WebKit.h", 483 "web/WebKit.h",
484 "web/WebLabelElement.h", 484 "web/WebLabelElement.h",
485 "web/WebLeakDetector.h", 485 "web/WebLeakDetector.h",
486 "web/WebLocalFrame.h", 486 "web/WebLocalFrame.h",
487 "web/WebMeaningfulLayout.h", 487 "web/WebMeaningfulLayout.h",
488 "web/WebMediaDeviceChangeObserver.h", 488 "web/WebMediaDeviceChangeObserver.h",
489 "web/WebMediaDevicesRequest.h", 489 "web/WebMediaDevicesRequest.h",
490 "web/WebMediaPlayerAction.h", 490 "web/WebMediaPlayerAction.h",
491 "web/WebMediaStreamRegistry.h", 491 "web/WebMediaStreamRegistry.h",
492 "web/WebMemoryStatistics.h",
492 "web/WebMenuItemInfo.h", 493 "web/WebMenuItemInfo.h",
493 "web/WebMetaElement.h", 494 "web/WebMetaElement.h",
494 "web/WebNavigationPolicy.h", 495 "web/WebNavigationPolicy.h",
495 "web/WebNavigationType.h", 496 "web/WebNavigationType.h",
496 "web/WebNavigatorContentUtilsClient.h", 497 "web/WebNavigatorContentUtilsClient.h",
497 "web/WebNetworkStateNotifier.h", 498 "web/WebNetworkStateNotifier.h",
498 "web/WebNode.h", 499 "web/WebNode.h",
499 "web/WebOptionElement.h", 500 "web/WebOptionElement.h",
500 "web/WebPagePopup.h", 501 "web/WebPagePopup.h",
501 "web/WebPepperSocket.h", 502 "web/WebPepperSocket.h",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 # relegated to a separate target to avoid duplication between the variants. 743 # relegated to a separate target to avoid duplication between the variants.
743 source_set("shared_typemap_traits") { 744 source_set("shared_typemap_traits") {
744 visibility = [ ":*" ] 745 visibility = [ ":*" ]
745 sources = [ 746 sources = [
746 "web/WindowFeaturesStructTraits.cpp", 747 "web/WindowFeaturesStructTraits.cpp",
747 ] 748 ]
748 deps = [ 749 deps = [
749 ":new_wrapper_types_mojo_bindings_shared__generator", 750 ":new_wrapper_types_mojo_bindings_shared__generator",
750 ] 751 ]
751 } 752 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698