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

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

Issue 2341333003: Use chromium trace_event implementation in blink (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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "Cursor.cpp", 220 "Cursor.cpp",
221 "Cursor.h", 221 "Cursor.h",
222 "DateComponents.cpp", 222 "DateComponents.cpp",
223 "DateComponents.h", 223 "DateComponents.h",
224 "Decimal.cpp", 224 "Decimal.cpp",
225 "Decimal.h", 225 "Decimal.h",
226 "DragImage.cpp", 226 "DragImage.cpp",
227 "DragImage.h", 227 "DragImage.h",
228 "EventDispatchForbiddenScope.cpp", 228 "EventDispatchForbiddenScope.cpp",
229 "EventDispatchForbiddenScope.h", 229 "EventDispatchForbiddenScope.h",
230 "EventTracer.cpp",
231 "EventTracer.h",
232 "FileChooser.cpp", 230 "FileChooser.cpp",
233 "FileChooser.h", 231 "FileChooser.h",
234 "FileMetadata.cpp", 232 "FileMetadata.cpp",
235 "FileMetadata.h", 233 "FileMetadata.h",
236 "FileSystemType.h", 234 "FileSystemType.h",
237 "Histogram.cpp", 235 "Histogram.cpp",
238 "Histogram.h", 236 "Histogram.h",
239 "HostWindow.h", 237 "HostWindow.h",
240 "KeyboardCodes.h", 238 "KeyboardCodes.h",
241 "KillRing.h", 239 "KillRing.h",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "SharedBufferChunkReader.h", 303 "SharedBufferChunkReader.h",
306 "StorageQuotaCallbacks.h", 304 "StorageQuotaCallbacks.h",
307 "Supplementable.cpp", 305 "Supplementable.cpp",
308 "Supplementable.h", 306 "Supplementable.h",
309 "Theme.cpp", 307 "Theme.cpp",
310 "Theme.h", 308 "Theme.h",
311 "ThemeTypes.h", 309 "ThemeTypes.h",
312 "Timer.cpp", 310 "Timer.cpp",
313 "Timer.h", 311 "Timer.h",
314 "TraceEvent.h", 312 "TraceEvent.h",
315 "TraceEventCommon.h",
316 "TracedValue.cpp", 313 "TracedValue.cpp",
317 "TracedValue.h", 314 "TracedValue.h",
318 "UUID.cpp", 315 "UUID.cpp",
319 "UUID.h", 316 "UUID.h",
320 "UserGestureIndicator.cpp", 317 "UserGestureIndicator.cpp",
321 "UserGestureIndicator.h", 318 "UserGestureIndicator.h",
322 "WaitableEvent.cpp", 319 "WaitableEvent.cpp",
323 "WaitableEvent.h", 320 "WaitableEvent.h",
324 "WebIconSizesParser.cpp", 321 "WebIconSizesParser.cpp",
325 "WebScheduler.cpp", 322 "WebScheduler.cpp",
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 "//third_party/WebKit/Source:inside_blink", 1948 "//third_party/WebKit/Source:inside_blink",
1952 ] 1949 ]
1953 1950
1954 deps = [ 1951 deps = [
1955 ":test_support", 1952 ":test_support",
1956 "//cc/surfaces:surface_id", 1953 "//cc/surfaces:surface_id",
1957 "//testing/gmock", 1954 "//testing/gmock",
1958 "//testing/gtest", 1955 "//testing/gtest",
1959 ] 1956 ]
1960 } 1957 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceUserTiming.cpp ('k') | third_party/WebKit/Source/platform/EventTracer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698