Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1897783002: [DO NOT COMMIT] CallWith=ScriptState with iframe Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index c99940bb39aa930c1c7b61e89ad0a3c1f725c7c5..d73dc20a99a6a1694ee5e880e48fe6b4be7f84db 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -105,6 +105,7 @@
'dom/Range.idl',
'dom/SharedArrayBuffer.idl',
'dom/StringCallback.idl',
+ 'dom/TestObject.idl',
'dom/Text.idl',
'dom/Touch.idl',
'dom/TouchList.idl',
@@ -3952,6 +3953,7 @@
'dom/SelectorQueryTest.cpp',
'dom/StyleElementTest.cpp',
'dom/StyleEngineTest.cpp',
+ 'dom/TestObject.h',
'dom/TextTest.cpp',
'dom/TreeScopeStyleSheetCollectionTest.cpp',
'dom/TreeScopeTest.cpp',
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/fetch/referrer/test.html ('k') | third_party/WebKit/Source/core/dom/TestObject.h » ('j') | no next file with comments »

Powered by Google App Engine