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

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

Issue 2346663004: Moving platform tracing things into platform/tracing. (Closed)
Patch Set: Created 4 years, 3 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "LengthPoint.h", 259 "LengthPoint.h",
260 "LengthSize.h", 260 "LengthSize.h",
261 "LifecycleNotifier.h", 261 "LifecycleNotifier.h",
262 "LifecycleObserver.h", 262 "LifecycleObserver.h",
263 "LinkHash.cpp", 263 "LinkHash.cpp",
264 "LinkHash.h", 264 "LinkHash.h",
265 "MIMETypeFromURL.cpp", 265 "MIMETypeFromURL.cpp",
266 "MIMETypeFromURL.h", 266 "MIMETypeFromURL.h",
267 "MIMETypeRegistry.cpp", 267 "MIMETypeRegistry.cpp",
268 "MIMETypeRegistry.h", 268 "MIMETypeRegistry.h",
269 "MemoryCacheDumpProvider.cpp",
270 "MemoryCacheDumpProvider.h",
271 "MemoryCoordinator.cpp", 269 "MemoryCoordinator.cpp",
272 "MemoryCoordinator.h", 270 "MemoryCoordinator.h",
273 "PODArena.h", 271 "PODArena.h",
274 "PODFreeListArena.h", 272 "PODFreeListArena.h",
275 "PODInterval.h", 273 "PODInterval.h",
276 "PODIntervalTree.h", 274 "PODIntervalTree.h",
277 "PODRedBlackTree.h", 275 "PODRedBlackTree.h",
278 "PartitionAllocMemoryDumpProvider.cpp", 276 "PartitionAllocMemoryDumpProvider.cpp",
279 "PartitionAllocMemoryDumpProvider.h", 277 "PartitionAllocMemoryDumpProvider.h",
280 "PasteMode.h", 278 "PasteMode.h",
(...skipping 25 matching lines...) Expand all
306 "SharedBufferChunkReader.cpp", 304 "SharedBufferChunkReader.cpp",
307 "SharedBufferChunkReader.h", 305 "SharedBufferChunkReader.h",
308 "StorageQuotaCallbacks.h", 306 "StorageQuotaCallbacks.h",
309 "Supplementable.cpp", 307 "Supplementable.cpp",
310 "Supplementable.h", 308 "Supplementable.h",
311 "Theme.cpp", 309 "Theme.cpp",
312 "Theme.h", 310 "Theme.h",
313 "ThemeTypes.h", 311 "ThemeTypes.h",
314 "Timer.cpp", 312 "Timer.cpp",
315 "Timer.h", 313 "Timer.h",
316 "TraceEvent.h",
317 "TraceEventCommon.h",
318 "TracedValue.cpp",
319 "TracedValue.h",
320 "UUID.cpp", 314 "UUID.cpp",
321 "UUID.h", 315 "UUID.h",
322 "UserGestureIndicator.cpp", 316 "UserGestureIndicator.cpp",
323 "UserGestureIndicator.h", 317 "UserGestureIndicator.h",
324 "WaitableEvent.cpp", 318 "WaitableEvent.cpp",
325 "WaitableEvent.h", 319 "WaitableEvent.h",
326 "WebIconSizesParser.cpp", 320 "WebIconSizesParser.cpp",
327 "WebScheduler.cpp", 321 "WebScheduler.cpp",
328 "WebTaskRunner.cpp", 322 "WebTaskRunner.cpp",
329 "WebThread.cpp", 323 "WebThread.cpp",
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 "text/UnicodeBidi.h", 1287 "text/UnicodeBidi.h",
1294 "text/UnicodeRange.cpp", 1288 "text/UnicodeRange.cpp",
1295 "text/UnicodeRange.h", 1289 "text/UnicodeRange.h",
1296 "text/UnicodeUtilities.cpp", 1290 "text/UnicodeUtilities.cpp",
1297 "text/UnicodeUtilities.h", 1291 "text/UnicodeUtilities.h",
1298 "text/linux/HyphenationLinux.cpp", 1292 "text/linux/HyphenationLinux.cpp",
1299 "text/mac/HyphenationMac.cpp", 1293 "text/mac/HyphenationMac.cpp",
1300 "text/win/HyphenationWin.cpp", 1294 "text/win/HyphenationWin.cpp",
1301 "threading/BackgroundTaskRunner.cpp", 1295 "threading/BackgroundTaskRunner.cpp",
1302 "threading/BackgroundTaskRunner.h", 1296 "threading/BackgroundTaskRunner.h",
1297 "tracing/MemoryCacheDumpProvider.cpp",
1298 "tracing/MemoryCacheDumpProvider.h",
1299 "tracing/TraceEvent.h",
1300 "tracing/TraceEventCommon.h",
1301 "tracing/TracedValue.cpp",
1302 "tracing/TracedValue.h",
1303 "tracing/web_memory_allocator_dump.cc",
1304 "tracing/web_memory_allocator_dump.h",
1305 "tracing/web_process_memory_dump.cc",
1306 "tracing/web_process_memory_dump.h",
1303 "transforms/AffineTransform.cpp", 1307 "transforms/AffineTransform.cpp",
1304 "transforms/AffineTransform.h", 1308 "transforms/AffineTransform.h",
1305 "transforms/IdentityTransformOperation.h", 1309 "transforms/IdentityTransformOperation.h",
1306 "transforms/InterpolatedTransformOperation.cpp", 1310 "transforms/InterpolatedTransformOperation.cpp",
1307 "transforms/InterpolatedTransformOperation.h", 1311 "transforms/InterpolatedTransformOperation.h",
1308 "transforms/Matrix3DTransformOperation.cpp", 1312 "transforms/Matrix3DTransformOperation.cpp",
1309 "transforms/Matrix3DTransformOperation.h", 1313 "transforms/Matrix3DTransformOperation.h",
1310 "transforms/MatrixTransformOperation.cpp", 1314 "transforms/MatrixTransformOperation.cpp",
1311 "transforms/MatrixTransformOperation.h", 1315 "transforms/MatrixTransformOperation.h",
1312 "transforms/PerspectiveTransformOperation.cpp", 1316 "transforms/PerspectiveTransformOperation.cpp",
1313 "transforms/PerspectiveTransformOperation.h", 1317 "transforms/PerspectiveTransformOperation.h",
1314 "transforms/RotateTransformOperation.cpp", 1318 "transforms/RotateTransformOperation.cpp",
1315 "transforms/RotateTransformOperation.h", 1319 "transforms/RotateTransformOperation.h",
1316 "transforms/Rotation.cpp", 1320 "transforms/Rotation.cpp",
1317 "transforms/Rotation.h", 1321 "transforms/Rotation.h",
1318 "transforms/ScaleTransformOperation.cpp", 1322 "transforms/ScaleTransformOperation.cpp",
1319 "transforms/ScaleTransformOperation.h", 1323 "transforms/ScaleTransformOperation.h",
1320 "transforms/SkewTransformOperation.cpp", 1324 "transforms/SkewTransformOperation.cpp",
1321 "transforms/SkewTransformOperation.h", 1325 "transforms/SkewTransformOperation.h",
1322 "transforms/TransformOperations.cpp", 1326 "transforms/TransformOperations.cpp",
1323 "transforms/TransformationMatrix.cpp", 1327 "transforms/TransformationMatrix.cpp",
1324 "transforms/TransformationMatrix.h", 1328 "transforms/TransformationMatrix.h",
1325 "transforms/TranslateTransformOperation.cpp", 1329 "transforms/TranslateTransformOperation.cpp",
1326 "transforms/TranslateTransformOperation.h", 1330 "transforms/TranslateTransformOperation.h",
1327 "web_memory_allocator_dump.cc",
1328 "web_memory_allocator_dump.h",
1329 "web_process_memory_dump.cc",
1330 "web_process_memory_dump.h",
1331 "weborigin/KURL.cpp", 1331 "weborigin/KURL.cpp",
1332 "weborigin/KURL.h", 1332 "weborigin/KURL.h",
1333 "weborigin/KURLHash.h", 1333 "weborigin/KURLHash.h",
1334 "weborigin/KnownPorts.cpp", 1334 "weborigin/KnownPorts.cpp",
1335 "weborigin/KnownPorts.h", 1335 "weborigin/KnownPorts.h",
1336 "weborigin/OriginAccessEntry.cpp", 1336 "weborigin/OriginAccessEntry.cpp",
1337 "weborigin/OriginAccessEntry.h", 1337 "weborigin/OriginAccessEntry.h",
1338 "weborigin/Referrer.h", 1338 "weborigin/Referrer.h",
1339 "weborigin/ReferrerPolicy.h", 1339 "weborigin/ReferrerPolicy.h",
1340 "weborigin/SchemeRegistry.cpp", 1340 "weborigin/SchemeRegistry.cpp",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 "LayoutLocaleTest.cpp", 1606 "LayoutLocaleTest.cpp",
1607 "LayoutUnitTest.cpp", 1607 "LayoutUnitTest.cpp",
1608 "LifecycleContextTest.cpp", 1608 "LifecycleContextTest.cpp",
1609 "PODArenaTest.cpp", 1609 "PODArenaTest.cpp",
1610 "PODFreeListArenaTest.cpp", 1610 "PODFreeListArenaTest.cpp",
1611 "PODIntervalTreeTest.cpp", 1611 "PODIntervalTreeTest.cpp",
1612 "PODRedBlackTreeTest.cpp", 1612 "PODRedBlackTreeTest.cpp",
1613 "ScopedOrientationChangeIndicatorTest.cpp", 1613 "ScopedOrientationChangeIndicatorTest.cpp",
1614 "SharedBufferTest.cpp", 1614 "SharedBufferTest.cpp",
1615 "TimerTest.cpp", 1615 "TimerTest.cpp",
1616 "TracedValueTest.cpp",
1617 "UUIDTest.cpp", 1616 "UUIDTest.cpp",
1618 "UserGestureIndicatorTest.cpp", 1617 "UserGestureIndicatorTest.cpp",
1619 "WebIconSizesParserTest.cpp", 1618 "WebIconSizesParserTest.cpp",
1620 "WebScreenInfoTest.cpp", 1619 "WebScreenInfoTest.cpp",
1621 "WebVectorTest.cpp", 1620 "WebVectorTest.cpp",
1622 "animation/AnimationTranslationUtilTest.cpp", 1621 "animation/AnimationTranslationUtilTest.cpp",
1623 "animation/CompositorAnimationHostTest.cpp", 1622 "animation/CompositorAnimationHostTest.cpp",
1624 "animation/CompositorAnimationPlayerTest.cpp", 1623 "animation/CompositorAnimationPlayerTest.cpp",
1625 "animation/CompositorAnimationTest.cpp", 1624 "animation/CompositorAnimationTest.cpp",
1626 "animation/CompositorAnimationTimelineTest.cpp", 1625 "animation/CompositorAnimationTimelineTest.cpp",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 "testing/TreeTestHelpers.h", 1729 "testing/TreeTestHelpers.h",
1731 "text/BidiResolverTest.cpp", 1730 "text/BidiResolverTest.cpp",
1732 "text/CharacterTest.cpp", 1731 "text/CharacterTest.cpp",
1733 "text/DateTimeFormatTest.cpp", 1732 "text/DateTimeFormatTest.cpp",
1734 "text/HyphenationTest.cpp", 1733 "text/HyphenationTest.cpp",
1735 "text/SegmentedStringTest.cpp", 1734 "text/SegmentedStringTest.cpp",
1736 "text/TextBreakIteratorTest.cpp", 1735 "text/TextBreakIteratorTest.cpp",
1737 "text/TextEncodingDetectorTest.cpp", 1736 "text/TextEncodingDetectorTest.cpp",
1738 "text/UnicodeUtilitiesTest.cpp", 1737 "text/UnicodeUtilitiesTest.cpp",
1739 "threading/BackgroundTaskRunnerTest.cpp", 1738 "threading/BackgroundTaskRunnerTest.cpp",
1739 "tracing/TracedValueTest.cpp",
1740 "tracing/web_process_memory_dump_test.cc",
1740 "transforms/AffineTransformTest.cpp", 1741 "transforms/AffineTransformTest.cpp",
1741 "transforms/RotationTest.cpp", 1742 "transforms/RotationTest.cpp",
1742 "transforms/TransformOperationsTest.cpp", 1743 "transforms/TransformOperationsTest.cpp",
1743 "transforms/TransformationMatrixTest.cpp", 1744 "transforms/TransformationMatrixTest.cpp",
1744 "web_process_memory_dump_test.cc",
1745 "weborigin/KURLTest.cpp", 1745 "weborigin/KURLTest.cpp",
1746 "weborigin/KnownPortsTest.cpp", 1746 "weborigin/KnownPortsTest.cpp",
1747 "weborigin/OriginAccessEntryTest.cpp", 1747 "weborigin/OriginAccessEntryTest.cpp",
1748 "weborigin/SchemeRegistryTest.cpp", 1748 "weborigin/SchemeRegistryTest.cpp",
1749 "weborigin/SecurityOriginTest.cpp", 1749 "weborigin/SecurityOriginTest.cpp",
1750 "weborigin/SecurityPolicyTest.cpp", 1750 "weborigin/SecurityPolicyTest.cpp",
1751 "weborigin/SuboriginTest.cpp", 1751 "weborigin/SuboriginTest.cpp",
1752 ] 1752 ]
1753 1753
1754 if (is_win) { 1754 if (is_win) {
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 "//third_party/WebKit/Source:inside_blink", 1953 "//third_party/WebKit/Source:inside_blink",
1954 ] 1954 ]
1955 1955
1956 deps = [ 1956 deps = [
1957 ":test_support", 1957 ":test_support",
1958 "//cc/surfaces:surface_id", 1958 "//cc/surfaces:surface_id",
1959 "//testing/gmock", 1959 "//testing/gmock",
1960 "//testing/gtest", 1960 "//testing/gtest",
1961 ] 1961 ]
1962 } 1962 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698