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

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

Issue 910313004: Replace PlaceholderFrameOwner with RemoteBridgeFrameOwner. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Nit: remove newline Created 5 years, 10 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 | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebRemoteFrame.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 '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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'PopupContainer.h', 71 'PopupContainer.h',
72 'PopupContainerClient.h', 72 'PopupContainerClient.h',
73 'PopupListBox.cpp', 73 'PopupListBox.cpp',
74 'PopupListBox.h', 74 'PopupListBox.h',
75 'PopupMenuChromium.cpp', 75 'PopupMenuChromium.cpp',
76 'PopupMenuChromium.h', 76 'PopupMenuChromium.h',
77 'PopupMenuImpl.cpp', 77 'PopupMenuImpl.cpp',
78 'PopupMenuImpl.h', 78 'PopupMenuImpl.h',
79 'PrerendererClientImpl.cpp', 79 'PrerendererClientImpl.cpp',
80 'PrerendererClientImpl.h', 80 'PrerendererClientImpl.h',
81 'RemoteBridgeFrameOwner.cpp',
82 'RemoteBridgeFrameOwner.h',
81 'RemoteFrameClientImpl.cpp', 83 'RemoteFrameClientImpl.cpp',
82 'RemoteFrameClientImpl.h', 84 'RemoteFrameClientImpl.h',
83 'ScrollbarGroup.cpp', 85 'ScrollbarGroup.cpp',
84 'ScrollbarGroup.h', 86 'ScrollbarGroup.h',
85 'ServiceWorkerGlobalScopeClientImpl.cpp', 87 'ServiceWorkerGlobalScopeClientImpl.cpp',
86 'ServiceWorkerGlobalScopeClientImpl.h', 88 'ServiceWorkerGlobalScopeClientImpl.h',
87 'ServiceWorkerGlobalScopeProxy.cpp', 89 'ServiceWorkerGlobalScopeProxy.cpp',
88 'ServiceWorkerGlobalScopeProxy.h', 90 'ServiceWorkerGlobalScopeProxy.h',
89 'SharedWorkerRepositoryClientImpl.cpp', 91 'SharedWorkerRepositoryClientImpl.cpp',
90 'SharedWorkerRepositoryClientImpl.h', 92 'SharedWorkerRepositoryClientImpl.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ['os_posix==1 and OS!="mac"', 351 ['os_posix==1 and OS!="mac"',
350 { 352 {
351 'web_unittest_files': [ 353 'web_unittest_files': [
352 'tests/LocaleICUTest.cpp', 354 'tests/LocaleICUTest.cpp',
353 ], 355 ],
354 } 356 }
355 ], 357 ],
356 ], 358 ],
357 }, 359 },
358 } 360 }
OLDNEW
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebRemoteFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698