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

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: Added C++ tests 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
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/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 3370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3381 'frame/ImageBitmapTest.cpp', 3381 'frame/ImageBitmapTest.cpp',
3382 'html/HTMLDimensionTest.cpp', 3382 'html/HTMLDimensionTest.cpp',
3383 'html/HTMLLinkElementSizesAttributeTest.cpp', 3383 'html/HTMLLinkElementSizesAttributeTest.cpp',
3384 'html/LinkRelAttributeTest.cpp', 3384 'html/LinkRelAttributeTest.cpp',
3385 'html/TimeRangesTest.cpp', 3385 'html/TimeRangesTest.cpp',
3386 'html/parser/HTMLParserThreadTest.cpp', 3386 'html/parser/HTMLParserThreadTest.cpp',
3387 'html/parser/HTMLSrcsetParserTest.cpp', 3387 'html/parser/HTMLSrcsetParserTest.cpp',
3388 'html/track/vtt/BufferedLineReaderTest.cpp', 3388 'html/track/vtt/BufferedLineReaderTest.cpp',
3389 'html/track/vtt/VTTScannerTest.cpp', 3389 'html/track/vtt/VTTScannerTest.cpp',
3390 'loader/MixedContentCheckerTest.cpp', 3390 'loader/MixedContentCheckerTest.cpp',
3391 'page/NetworkStateNotifierTest.cpp',
3391 'rendering/RenderOverflowTest.cpp', 3392 'rendering/RenderOverflowTest.cpp',
3392 'rendering/shapes/BoxShapeTest.cpp', 3393 'rendering/shapes/BoxShapeTest.cpp',
3393 'testing/UnitTestHelpers.cpp', 3394 'testing/UnitTestHelpers.cpp',
3394 'testing/UnitTestHelpers.h', 3395 'testing/UnitTestHelpers.h',
3395 'xml/parser/SharedBufferReaderTest.cpp', 3396 'xml/parser/SharedBufferReaderTest.cpp',
3396 ], 3397 ],
3397 } 3398 }
3398 } 3399 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/NetworkStateNotifier.h » ('j') | Source/core/page/NetworkStateNotifierTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698