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

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

Issue 705363003: Remove internals.profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Landing Created 6 years, 1 month 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 | « Source/core/core.gyp ('k') | Source/core/testing/InternalProfilers.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 '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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3435 matching lines...) Expand 10 before | Expand all | Expand 10 after
3446 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3446 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3447 '<(blink_core_output_dir)/page/EventSourceInit.h', 3447 '<(blink_core_output_dir)/page/EventSourceInit.h',
3448 ], 3448 ],
3449 'core_testing_dictionary_idl_files': [ 3449 'core_testing_dictionary_idl_files': [
3450 'testing/InternalDictionary.idl', 3450 'testing/InternalDictionary.idl',
3451 ], 3451 ],
3452 'webcore_testing_idl_files': [ 3452 'webcore_testing_idl_files': [
3453 'testing/DictionaryTest.idl', 3453 'testing/DictionaryTest.idl',
3454 'testing/GarbageCollectedScriptWrappable.idl', 3454 'testing/GarbageCollectedScriptWrappable.idl',
3455 'testing/GCObservation.idl', 3455 'testing/GCObservation.idl',
3456 'testing/InternalProfilers.idl',
3457 'testing/InternalSettings.idl', 3456 'testing/InternalSettings.idl',
3458 'testing/LayerRect.idl', 3457 'testing/LayerRect.idl',
3459 'testing/LayerRectList.idl', 3458 'testing/LayerRectList.idl',
3460 'testing/PrivateScriptTest.idl', 3459 'testing/PrivateScriptTest.idl',
3461 'testing/RefCountedScriptWrappable.idl', 3460 'testing/RefCountedScriptWrappable.idl',
3462 'testing/TypeConversions.idl', 3461 'testing/TypeConversions.idl',
3463 'testing/UnionTypesTest.idl', 3462 'testing/UnionTypesTest.idl',
3464 ], 3463 ],
3465 # testing IDL files that have partial interfaces in modules. 3464 # testing IDL files that have partial interfaces in modules.
3466 'webcore_testing_idl_with_modules_dependency_files': [ 3465 'webcore_testing_idl_with_modules_dependency_files': [
(...skipping 14 matching lines...) Expand all
3481 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3480 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3482 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3481 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3483 'testing/DictionaryTest.cpp', 3482 'testing/DictionaryTest.cpp',
3484 'testing/DictionaryTest.h', 3483 'testing/DictionaryTest.h',
3485 'testing/DummyPageHolder.cpp', 3484 'testing/DummyPageHolder.cpp',
3486 'testing/DummyPageHolder.h', 3485 'testing/DummyPageHolder.h',
3487 'testing/GarbageCollectedScriptWrappable.cpp', 3486 'testing/GarbageCollectedScriptWrappable.cpp',
3488 'testing/GarbageCollectedScriptWrappable.h', 3487 'testing/GarbageCollectedScriptWrappable.h',
3489 'testing/GCObservation.cpp', 3488 'testing/GCObservation.cpp',
3490 'testing/GCObservation.h', 3489 'testing/GCObservation.h',
3491 'testing/InternalProfilers.cpp',
3492 'testing/InternalProfilers.h',
3493 'testing/InternalSettings.cpp', 3490 'testing/InternalSettings.cpp',
3494 'testing/InternalSettings.h', 3491 'testing/InternalSettings.h',
3495 'testing/Internals.cpp', 3492 'testing/Internals.cpp',
3496 'testing/Internals.h', 3493 'testing/Internals.h',
3497 'testing/LayerRect.h', 3494 'testing/LayerRect.h',
3498 'testing/LayerRectList.cpp', 3495 'testing/LayerRectList.cpp',
3499 'testing/LayerRectList.h', 3496 'testing/LayerRectList.h',
3500 'testing/MockPagePopupDriver.cpp', 3497 'testing/MockPagePopupDriver.cpp',
3501 'testing/MockPagePopupDriver.h', 3498 'testing/MockPagePopupDriver.h',
3502 'testing/NullExecutionContext.cpp', 3499 'testing/NullExecutionContext.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3621 'rendering/style/OutlineValueTest.cpp', 3618 'rendering/style/OutlineValueTest.cpp',
3622 'rendering/style/RenderStyleTest.cpp', 3619 'rendering/style/RenderStyleTest.cpp',
3623 'testing/PrivateScriptTestTest.cpp', 3620 'testing/PrivateScriptTestTest.cpp',
3624 'streams/ReadableStreamTest.cpp', 3621 'streams/ReadableStreamTest.cpp',
3625 'testing/UnitTestHelpers.cpp', 3622 'testing/UnitTestHelpers.cpp',
3626 'testing/UnitTestHelpers.h', 3623 'testing/UnitTestHelpers.h',
3627 'xml/parser/SharedBufferReaderTest.cpp', 3624 'xml/parser/SharedBufferReaderTest.cpp',
3628 ], 3625 ],
3629 } 3626 }
3630 } 3627 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/testing/InternalProfilers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698