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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2391383002: Moving platform tracing things into platform/tracing. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 6914c41ae11428a75cb89d99016c246539d07174..106e7eda9b54a55b0cdcb2be448b4e5e02daba61 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -262,8 +262,6 @@ component("platform") {
"MIMETypeFromURL.h",
"MIMETypeRegistry.cpp",
"MIMETypeRegistry.h",
- "MemoryCacheDumpProvider.cpp",
- "MemoryCacheDumpProvider.h",
"MemoryCoordinator.cpp",
"MemoryCoordinator.h",
"PODArena.h",
@@ -309,9 +307,6 @@ component("platform") {
"ThemeTypes.h",
"Timer.cpp",
"Timer.h",
- "TraceEvent.h",
- "TracedValue.cpp",
- "TracedValue.h",
"UUID.cpp",
"UUID.h",
"UserGestureIndicator.cpp",
@@ -1291,6 +1286,15 @@ component("platform") {
"text/win/HyphenationWin.cpp",
"threading/BackgroundTaskRunner.cpp",
"threading/BackgroundTaskRunner.h",
+ "tracing/MemoryCacheDumpProvider.cpp",
+ "tracing/MemoryCacheDumpProvider.h",
+ "tracing/TraceEvent.h",
+ "tracing/TracedValue.cpp",
+ "tracing/TracedValue.h",
+ "tracing/web_memory_allocator_dump.cc",
+ "tracing/web_memory_allocator_dump.h",
+ "tracing/web_process_memory_dump.cc",
+ "tracing/web_process_memory_dump.h",
"transforms/AffineTransform.cpp",
"transforms/AffineTransform.h",
"transforms/IdentityTransformOperation.h",
@@ -1315,10 +1319,6 @@ component("platform") {
"transforms/TransformationMatrix.h",
"transforms/TranslateTransformOperation.cpp",
"transforms/TranslateTransformOperation.h",
- "web_memory_allocator_dump.cc",
- "web_memory_allocator_dump.h",
- "web_process_memory_dump.cc",
- "web_process_memory_dump.h",
"weborigin/KURL.cpp",
"weborigin/KURL.h",
"weborigin/KURLHash.h",
@@ -1605,7 +1605,6 @@ test("blink_platform_unittests") {
"ScopedOrientationChangeIndicatorTest.cpp",
"SharedBufferTest.cpp",
"TimerTest.cpp",
- "TracedValueTest.cpp",
"UUIDTest.cpp",
"UserGestureIndicatorTest.cpp",
"WebIconSizesParserTest.cpp",
@@ -1727,11 +1726,12 @@ test("blink_platform_unittests") {
"text/TextEncodingDetectorTest.cpp",
"text/UnicodeUtilitiesTest.cpp",
"threading/BackgroundTaskRunnerTest.cpp",
+ "tracing/TracedValueTest.cpp",
+ "tracing/web_process_memory_dump_test.cc",
"transforms/AffineTransformTest.cpp",
"transforms/RotationTest.cpp",
"transforms/TransformOperationsTest.cpp",
"transforms/TransformationMatrixTest.cpp",
- "web_process_memory_dump_test.cc",
"weborigin/KURLTest.cpp",
"weborigin/KnownPortsTest.cpp",
"weborigin/OriginAccessEntryTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698