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

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

Issue 1014933002: Add begin()/end() to WebVector to enable range-based for loops (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add unit test Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'win/WebFontRendering.cpp', 271 'win/WebFontRendering.cpp',
272 ], 272 ],
273 'web_unittest_files': [ 273 'web_unittest_files': [
274 'ExternalPopupMenuTest.cpp', 274 'ExternalPopupMenuTest.cpp',
275 'PageOverlayTest.cpp', 275 'PageOverlayTest.cpp',
276 'PluginPlaceholderImplTest.cpp', 276 'PluginPlaceholderImplTest.cpp',
277 'PopupContainerTest.cpp', 277 'PopupContainerTest.cpp',
278 'PopupMenuTest.cpp', 278 'PopupMenuTest.cpp',
279 'WebDragDataTest.cpp', 279 'WebDragDataTest.cpp',
280 'WebNodeTest.cpp', 280 'WebNodeTest.cpp',
281 'WebVectorTest.cpp',
281 # FIXME: Move the tests from web/tests/ to appropriate places. 282 # FIXME: Move the tests from web/tests/ to appropriate places.
282 # crbug.com/353585 283 # crbug.com/353585
283 'tests/ActivityLoggerTest.cpp', 284 'tests/ActivityLoggerTest.cpp',
284 'tests/AssociatedURLLoaderTest.cpp', 285 'tests/AssociatedURLLoaderTest.cpp',
285 'tests/ChromeClientImplTest.cpp', 286 'tests/ChromeClientImplTest.cpp',
286 'tests/CustomEventTest.cpp', 287 'tests/CustomEventTest.cpp',
287 'tests/FakeWebPlugin.cpp', 288 'tests/FakeWebPlugin.cpp',
288 'tests/FakeWebPlugin.h', 289 'tests/FakeWebPlugin.h',
289 'tests/FrameLoaderClientImplTest.cpp', 290 'tests/FrameLoaderClientImplTest.cpp',
290 'tests/FrameTestHelpers.cpp', 291 'tests/FrameTestHelpers.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 ['os_posix==1 and OS!="mac"', 355 ['os_posix==1 and OS!="mac"',
355 { 356 {
356 'web_unittest_files': [ 357 'web_unittest_files': [
357 'tests/LocaleICUTest.cpp', 358 'tests/LocaleICUTest.cpp',
358 ], 359 ],
359 } 360 }
360 ], 361 ],
361 ], 362 ],
362 }, 363 },
363 } 364 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698