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

Unified Diff: Source/core/core.gypi

Issue 14773013: Rename BarInfo to BarProp and remove [NoInterfaceObject] attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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 | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/page/BarInfo.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 9915d67e30ec5866b691764c9890526a9fc30644..260e4f7a289ca4c629b673583644f7c5cbc0fee6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -264,7 +264,7 @@
'inspector/ScriptProfile.idl',
'inspector/ScriptProfileNode.idl',
'loader/appcache/DOMApplicationCache.idl',
- 'page/BarInfo.idl',
+ 'page/BarProp.idl',
'page/Console.idl',
'page/Crypto.idl',
'page/DOMPoint.idl',
@@ -1104,8 +1104,8 @@
'loader/cache/MemoryCache.cpp',
'page/AutoscrollController.cpp',
'page/AutoscrollController.h',
- 'page/BarInfo.cpp',
- 'page/BarInfo.h',
+ 'page/BarProp.cpp',
+ 'page/BarProp.h',
'page/CaptionUserPreferences.cpp',
'page/Chrome.cpp',
'page/Console.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/page/BarInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698