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

Unified Diff: Source/core/core.gypi

Issue 950343002: Decouple memory() from Console (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: wrapperinfo and idl fixes Created 5 years, 10 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
« no previous file with comments | « no previous file | Source/core/frame/Console.h » ('j') | Source/core/timing/ConsoleMemory.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index a6f884bb498eff9708308542a8397a54c5c0314a..e7d6b46a6c2d7f6b6bc33232a5ffa85ee34a8c98 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -419,7 +419,7 @@
'svg/SVGViewElement.idl',
'svg/SVGViewSpec.idl',
'svg/SVGZoomEvent.idl',
- 'timing/MemoryInfo.idl',
+ 'timing/MemoryInfo.idl',
dsinclair 2015/02/24 16:18:43 nit: weird spacing.
'timing/Performance.idl',
'timing/PerformanceEntry.idl',
'timing/PerformanceMark.idl',
@@ -496,6 +496,7 @@
'svg/SVGTests.idl',
'svg/SVGURIReference.idl',
'svg/SVGZoomAndPan.idl',
+ 'timing/ConsoleMemory.idl',
'timing/WindowPerformance.idl',
'workers/AbstractWorker.idl',
'xml/DocumentXMLTreeViewer.idl',
@@ -1957,6 +1958,8 @@
'streams/Stream.cpp',
'streams/Stream.h',
'streams/UnderlyingSource.h',
+ 'timing/ConsoleMemory.cpp',
+ 'timing/ConsoleMemory.h',
'timing/DOMWindowPerformance.cpp',
'timing/DOMWindowPerformance.h',
'timing/MemoryInfo.cpp',
« no previous file with comments | « no previous file | Source/core/frame/Console.h » ('j') | Source/core/timing/ConsoleMemory.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698