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

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: Actually remove a value from the list Created 4 years, 6 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 '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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'image-encoders/JPEGImageEncoder.cpp', 831 'image-encoders/JPEGImageEncoder.cpp',
832 'image-encoders/JPEGImageEncoder.h', 832 'image-encoders/JPEGImageEncoder.h',
833 'image-encoders/PNGImageEncoder.cpp', 833 'image-encoders/PNGImageEncoder.cpp',
834 'image-encoders/PNGImageEncoder.h', 834 'image-encoders/PNGImageEncoder.h',
835 'image-encoders/WEBPImageEncoder.cpp', 835 'image-encoders/WEBPImageEncoder.cpp',
836 'image-encoders/WEBPImageEncoder.h', 836 'image-encoders/WEBPImageEncoder.h',
837 'inspector_protocol/Allocator.h', 837 'inspector_protocol/Allocator.h',
838 'inspector_protocol/Array.h', 838 'inspector_protocol/Array.h',
839 'inspector_protocol/BackendCallback.h', 839 'inspector_protocol/BackendCallback.h',
840 'inspector_protocol/Collections.h', 840 'inspector_protocol/Collections.h',
841 'inspector_protocol/CollectionsWTF.h',
842 'inspector_protocol/DispatcherBase.cpp', 841 'inspector_protocol/DispatcherBase.cpp',
843 'inspector_protocol/DispatcherBase.h', 842 'inspector_protocol/DispatcherBase.h',
844 'inspector_protocol/ErrorSupport.cpp', 843 'inspector_protocol/ErrorSupport.cpp',
845 'inspector_protocol/ErrorSupport.h', 844 'inspector_protocol/ErrorSupport.h',
846 'inspector_protocol/Maybe.h', 845 'inspector_protocol/Maybe.h',
847 'inspector_protocol/Object.cpp', 846 'inspector_protocol/Object.cpp',
848 'inspector_protocol/Object.h', 847 'inspector_protocol/Object.h',
849 'inspector_protocol/Parser.cpp', 848 'inspector_protocol/Parser.cpp',
850 'inspector_protocol/Parser.h', 849 'inspector_protocol/Parser.h',
851 'inspector_protocol/Platform.h', 850 'inspector_protocol/Platform.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 ['use_default_render_theme==1', 1336 ['use_default_render_theme==1',
1338 { 1337 {
1339 'platform_test_files': [ 1338 'platform_test_files': [
1340 'scroll/ScrollbarThemeAuraTest.cpp', 1339 'scroll/ScrollbarThemeAuraTest.cpp',
1341 ], 1340 ],
1342 } 1341 }
1343 ], 1342 ],
1344 ], 1343 ],
1345 }, 1344 },
1346 } 1345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698