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

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

Issue 400763002: Adding relList attr to link and anchor element Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: modified as per review comment Created 6 years, 5 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2454 matching lines...) Expand 10 before | Expand all | Expand 10 after
2465 'html/MediaFragmentURIParser.h', 2465 'html/MediaFragmentURIParser.h',
2466 'html/MediaKeyError.h', 2466 'html/MediaKeyError.h',
2467 'html/MediaKeyEvent.cpp', 2467 'html/MediaKeyEvent.cpp',
2468 'html/MediaKeyEvent.h', 2468 'html/MediaKeyEvent.h',
2469 'html/PluginDocument.cpp', 2469 'html/PluginDocument.cpp',
2470 'html/PluginDocument.h', 2470 'html/PluginDocument.h',
2471 'html/PublicURLManager.cpp', 2471 'html/PublicURLManager.cpp',
2472 'html/PublicURLManager.h', 2472 'html/PublicURLManager.h',
2473 'html/RadioNodeList.cpp', 2473 'html/RadioNodeList.cpp',
2474 'html/RadioNodeList.h', 2474 'html/RadioNodeList.h',
2475 'html/RelList.cpp',
2476 'html/RelList.h',
2475 'html/TextDocument.cpp', 2477 'html/TextDocument.cpp',
2476 'html/TextDocument.h', 2478 'html/TextDocument.h',
2477 'html/TextMetrics.h', 2479 'html/TextMetrics.h',
2478 'html/TimeRanges.cpp', 2480 'html/TimeRanges.cpp',
2479 'html/TimeRanges.h', 2481 'html/TimeRanges.h',
2480 'html/URLRegistry.h', 2482 'html/URLRegistry.h',
2481 'html/ValidityState.cpp', 2483 'html/ValidityState.cpp',
2482 'html/ValidityState.h', 2484 'html/ValidityState.h',
2483 'html/WindowNameCollection.cpp', 2485 'html/WindowNameCollection.cpp',
2484 'html/WindowNameCollection.h', 2486 'html/WindowNameCollection.h',
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
3407 'rendering/RenderOverflowTest.cpp', 3409 'rendering/RenderOverflowTest.cpp',
3408 'rendering/RenderTableCellTest.cpp', 3410 'rendering/RenderTableCellTest.cpp',
3409 'rendering/RenderTableRowTest.cpp', 3411 'rendering/RenderTableRowTest.cpp',
3410 'rendering/shapes/BoxShapeTest.cpp', 3412 'rendering/shapes/BoxShapeTest.cpp',
3411 'testing/UnitTestHelpers.cpp', 3413 'testing/UnitTestHelpers.cpp',
3412 'testing/UnitTestHelpers.h', 3414 'testing/UnitTestHelpers.h',
3413 'xml/parser/SharedBufferReaderTest.cpp', 3415 'xml/parser/SharedBufferReaderTest.cpp',
3414 ], 3416 ],
3415 } 3417 }
3416 } 3418 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698