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

Unified Diff: Source/core/core.gypi

Issue 997073004: Move inspector/InspectorNodeIds to dom/DOMNodeIds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/dom/DOMNodeIds.h » ('j') | no next file with comments »
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 dfd86ed345a373043a10ed738432038372d8596e..653412cf646e0f3f8a193228a656bfdf468cff25 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1611,8 +1611,6 @@
'inspector/InspectorLayerTreeAgent.h',
'inspector/InspectorMemoryAgent.cpp',
'inspector/InspectorMemoryAgent.h',
- 'inspector/InspectorNodeIds.cpp',
- 'inspector/InspectorNodeIds.h',
'inspector/InspectorOverlay.h',
'inspector/InspectorOverlayHost.cpp',
'inspector/InspectorOverlayHost.h',
@@ -2125,6 +2123,8 @@
'dom/DOMMatrix.h',
'dom/DOMMatrixReadOnly.cpp',
'dom/DOMMatrixReadOnly.h',
+ 'dom/DOMNodeIds.cpp',
+ 'dom/DOMNodeIds.h',
'dom/DOMPoint.cpp',
'dom/DOMPoint.h',
'dom/DOMPointReadOnly.cpp',
« no previous file with comments | « no previous file | Source/core/dom/DOMNodeIds.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698