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

Side by Side Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2350423003: [Tentaive patch for discussion] Add Purge+Suspend metrics as UMA.
Patch Set: Add v8 heap usage 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.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("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "WebInputEventConversion.cpp", 193 "WebInputEventConversion.cpp",
194 "WebInputEventConversion.h", 194 "WebInputEventConversion.h",
195 "WebKit.cpp", 195 "WebKit.cpp",
196 "WebLabelElement.cpp", 196 "WebLabelElement.cpp",
197 "WebLeakDetector.cpp", 197 "WebLeakDetector.cpp",
198 "WebLocalFrameImpl.cpp", 198 "WebLocalFrameImpl.cpp",
199 "WebLocalFrameImpl.h", 199 "WebLocalFrameImpl.h",
200 "WebMediaDeviceChangeObserver.cpp", 200 "WebMediaDeviceChangeObserver.cpp",
201 "WebMediaDevicesRequest.cpp", 201 "WebMediaDevicesRequest.cpp",
202 "WebMediaStreamRegistry.cpp", 202 "WebMediaStreamRegistry.cpp",
203 "WebMemoryStatistics.cpp",
203 "WebMetaElement.cpp", 204 "WebMetaElement.cpp",
204 "WebNetworkStateNotifier.cpp", 205 "WebNetworkStateNotifier.cpp",
205 "WebNode.cpp", 206 "WebNode.cpp",
206 "WebOptionElement.cpp", 207 "WebOptionElement.cpp",
207 "WebPageImportanceSignals.cpp", 208 "WebPageImportanceSignals.cpp",
208 "WebPagePopupImpl.cpp", 209 "WebPagePopupImpl.cpp",
209 "WebPagePopupImpl.h", 210 "WebPagePopupImpl.h",
210 "WebPepperSocket.cpp", 211 "WebPepperSocket.cpp",
211 "WebPepperSocketChannelClientProxy.h", 212 "WebPepperSocketChannelClientProxy.h",
212 "WebPepperSocketImpl.cpp", 213 "WebPepperSocketImpl.cpp",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 422
422 if (is_android) { 423 if (is_android) {
423 deps += [ 424 deps += [
424 "//base:base_java", 425 "//base:base_java",
425 "//content/public/android:content_java", 426 "//content/public/android:content_java",
426 "//content/shell/android:content_shell_assets", 427 "//content/shell/android:content_shell_assets",
427 "//net/android:net_java", 428 "//net/android:net_java",
428 ] 429 ]
429 } 430 }
430 } 431 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698