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

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

Issue 289333003: Adds type information to the NetworkStateNotifier. Also allows for registration of observers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unused member Created 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/core/page/NetworkStateNotifier.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 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationTimeline.idl', 8 'animation/AnimationTimeline.idl',
9 'animation/TimedItem.idl', 9 'animation/TimedItem.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after
3379 'frame/ImageBitmapTest.cpp', 3379 'frame/ImageBitmapTest.cpp',
3380 'html/HTMLDimensionTest.cpp', 3380 'html/HTMLDimensionTest.cpp',
3381 'html/HTMLLinkElementSizesAttributeTest.cpp', 3381 'html/HTMLLinkElementSizesAttributeTest.cpp',
3382 'html/LinkRelAttributeTest.cpp', 3382 'html/LinkRelAttributeTest.cpp',
3383 'html/TimeRangesTest.cpp', 3383 'html/TimeRangesTest.cpp',
3384 'html/parser/HTMLParserThreadTest.cpp', 3384 'html/parser/HTMLParserThreadTest.cpp',
3385 'html/parser/HTMLSrcsetParserTest.cpp', 3385 'html/parser/HTMLSrcsetParserTest.cpp',
3386 'html/track/vtt/BufferedLineReaderTest.cpp', 3386 'html/track/vtt/BufferedLineReaderTest.cpp',
3387 'html/track/vtt/VTTScannerTest.cpp', 3387 'html/track/vtt/VTTScannerTest.cpp',
3388 'loader/MixedContentCheckerTest.cpp', 3388 'loader/MixedContentCheckerTest.cpp',
3389 'page/NetworkStateNotifierTest.cpp',
3389 'rendering/RenderOverflowTest.cpp', 3390 'rendering/RenderOverflowTest.cpp',
3390 'rendering/shapes/BoxShapeTest.cpp', 3391 'rendering/shapes/BoxShapeTest.cpp',
3391 'testing/UnitTestHelpers.cpp', 3392 'testing/UnitTestHelpers.cpp',
3392 'testing/UnitTestHelpers.h', 3393 'testing/UnitTestHelpers.h',
3393 'xml/parser/SharedBufferReaderTest.cpp', 3394 'xml/parser/SharedBufferReaderTest.cpp',
3394 ], 3395 ],
3395 } 3396 }
3396 } 3397 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/NetworkStateNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698