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

Side by Side Diff: Source/core/core.gypi

Issue 22927015: Introduce NavigatorID IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/page/Navigator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'inspector/JavaScriptCallFrame.idl', 238 'inspector/JavaScriptCallFrame.idl',
239 'loader/appcache/ApplicationCache.idl', 239 'loader/appcache/ApplicationCache.idl',
240 'page/BarProp.idl', 240 'page/BarProp.idl',
241 'page/Console.idl', 241 'page/Console.idl',
242 'page/EventSource.idl', 242 'page/EventSource.idl',
243 'page/History.idl', 243 'page/History.idl',
244 'page/ImageBitmap.idl', 244 'page/ImageBitmap.idl',
245 'page/Location.idl', 245 'page/Location.idl',
246 'page/MemoryInfo.idl', 246 'page/MemoryInfo.idl',
247 'page/Navigator.idl', 247 'page/Navigator.idl',
248 'page/NavigatorID.idl',
248 'page/NavigatorOnLine.idl', 249 'page/NavigatorOnLine.idl',
249 'page/PagePopupController.idl', 250 'page/PagePopupController.idl',
250 'page/Performance.idl', 251 'page/Performance.idl',
251 'page/PerformanceEntry.idl', 252 'page/PerformanceEntry.idl',
252 'page/PerformanceMark.idl', 253 'page/PerformanceMark.idl',
253 'page/PerformanceMeasure.idl', 254 'page/PerformanceMeasure.idl',
254 'page/PerformanceNavigation.idl', 255 'page/PerformanceNavigation.idl',
255 'page/PerformanceResourceTiming.idl', 256 'page/PerformanceResourceTiming.idl',
256 'page/PerformanceTiming.idl', 257 'page/PerformanceTiming.idl',
257 'page/Screen.idl', 258 'page/Screen.idl',
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'page/LayoutMilestones.h', 1191 'page/LayoutMilestones.h',
1191 'page/Location.cpp', 1192 'page/Location.cpp',
1192 'page/Location.h', 1193 'page/Location.h',
1193 'page/MemoryInfo.cpp', 1194 'page/MemoryInfo.cpp',
1194 'page/MouseEventWithHitTestResults.cpp', 1195 'page/MouseEventWithHitTestResults.cpp',
1195 'page/MouseEventWithHitTestResults.h', 1196 'page/MouseEventWithHitTestResults.h',
1196 'page/Navigator.cpp', 1197 'page/Navigator.cpp',
1197 'page/Navigator.h', 1198 'page/Navigator.h',
1198 'page/NavigatorBase.cpp', 1199 'page/NavigatorBase.cpp',
1199 'page/NavigatorBase.h', 1200 'page/NavigatorBase.h',
1201 'page/NavigatorID.cpp',
1202 'page/NavigatorID.h',
1200 'page/NavigatorOnLine.h', 1203 'page/NavigatorOnLine.h',
1201 'page/Page.cpp', 1204 'page/Page.cpp',
1202 'page/PageConsole.cpp', 1205 'page/PageConsole.cpp',
1203 'page/PageGroup.cpp', 1206 'page/PageGroup.cpp',
1204 'page/PageGroupLoadDeferrer.cpp', 1207 'page/PageGroupLoadDeferrer.cpp',
1205 'page/PageGroupLoadDeferrer.h', 1208 'page/PageGroupLoadDeferrer.h',
1206 'page/PageLifecycleNotifier.cpp', 1209 'page/PageLifecycleNotifier.cpp',
1207 'page/PageLifecycleNotifier.h', 1210 'page/PageLifecycleNotifier.h',
1208 'page/PageLifecycleObserver.cpp', 1211 'page/PageLifecycleObserver.cpp',
1209 'page/PageLifecycleObserver.h', 1212 'page/PageLifecycleObserver.h',
(...skipping 2631 matching lines...) Expand 10 before | Expand all | Expand 10 after
3841 'bison_exe': 'bison', 3844 'bison_exe': 'bison',
3842 # We specify a preprocess so it happens locally and won't get 3845 # We specify a preprocess so it happens locally and won't get
3843 # distributed to goma. 3846 # distributed to goma.
3844 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3845 # use /usr/bin/clang once we require Xcode 4.x. 3848 # use /usr/bin/clang once we require Xcode 4.x.
3846 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3847 }], 3850 }],
3848 ], 3851 ],
3849 } 3852 }
3850 } 3853 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/Navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698