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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2087953004: Switch v8 inspector to stl collections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/inspector_protocol/Array.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 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'image-encoders/JPEGImageEncoder.cpp', 835 'image-encoders/JPEGImageEncoder.cpp',
836 'image-encoders/JPEGImageEncoder.h', 836 'image-encoders/JPEGImageEncoder.h',
837 'image-encoders/PNGImageEncoder.cpp', 837 'image-encoders/PNGImageEncoder.cpp',
838 'image-encoders/PNGImageEncoder.h', 838 'image-encoders/PNGImageEncoder.h',
839 'image-encoders/WEBPImageEncoder.cpp', 839 'image-encoders/WEBPImageEncoder.cpp',
840 'image-encoders/WEBPImageEncoder.h', 840 'image-encoders/WEBPImageEncoder.h',
841 'inspector_protocol/Allocator.h', 841 'inspector_protocol/Allocator.h',
842 'inspector_protocol/Array.h', 842 'inspector_protocol/Array.h',
843 'inspector_protocol/BackendCallback.h', 843 'inspector_protocol/BackendCallback.h',
844 'inspector_protocol/Collections.h', 844 'inspector_protocol/Collections.h',
845 'inspector_protocol/CollectionsWTF.h',
846 'inspector_protocol/DispatcherBase.cpp', 845 'inspector_protocol/DispatcherBase.cpp',
847 'inspector_protocol/DispatcherBase.h', 846 'inspector_protocol/DispatcherBase.h',
848 'inspector_protocol/ErrorSupport.cpp', 847 'inspector_protocol/ErrorSupport.cpp',
849 'inspector_protocol/ErrorSupport.h', 848 'inspector_protocol/ErrorSupport.h',
850 'inspector_protocol/Maybe.h', 849 'inspector_protocol/Maybe.h',
851 'inspector_protocol/Object.cpp', 850 'inspector_protocol/Object.cpp',
852 'inspector_protocol/Object.h', 851 'inspector_protocol/Object.h',
853 'inspector_protocol/Parser.cpp', 852 'inspector_protocol/Parser.cpp',
854 'inspector_protocol/Parser.h', 853 'inspector_protocol/Parser.h',
855 'inspector_protocol/Platform.h', 854 'inspector_protocol/Platform.h',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 ['use_default_render_theme==1', 1341 ['use_default_render_theme==1',
1343 { 1342 {
1344 'platform_test_files': [ 1343 'platform_test_files': [
1345 'scroll/ScrollbarThemeAuraTest.cpp', 1344 'scroll/ScrollbarThemeAuraTest.cpp',
1346 ], 1345 ],
1347 } 1346 }
1348 ], 1347 ],
1349 ], 1348 ],
1350 }, 1349 },
1351 } 1350 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/inspector_protocol/Array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698