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

Side by Side Diff: Source/WebKit/chromium/WebKit.gyp

Issue 10037002: Datalist UI (WebKit part) (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk
Patch Set: fixed Created 8 years, 8 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 | Source/WebKit/chromium/features.gypi » ('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 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'public/WebCommonWorkerClient.h', 111 'public/WebCommonWorkerClient.h',
112 'public/WebCompositionUnderline.h', 112 'public/WebCompositionUnderline.h',
113 'public/WebCompositor.h', 113 'public/WebCompositor.h',
114 'public/WebCompositorClient.h', 114 'public/WebCompositorClient.h',
115 'public/WebCompositorInputHandler.h', 115 'public/WebCompositorInputHandler.h',
116 'public/WebCompositorInputHandlerClient.h', 116 'public/WebCompositorInputHandlerClient.h',
117 'public/WebConsoleMessage.h', 117 'public/WebConsoleMessage.h',
118 'public/WebContextMenuData.h', 118 'public/WebContextMenuData.h',
119 'public/WebCrossOriginPreflightResultCache.h', 119 'public/WebCrossOriginPreflightResultCache.h',
120 'public/WebCursorInfo.h', 120 'public/WebCursorInfo.h',
121 'public/WebDataListElement.h',
121 'public/WebDOMEvent.h', 122 'public/WebDOMEvent.h',
122 'public/WebDOMEventListener.h', 123 'public/WebDOMEventListener.h',
123 'public/WebDOMMessageEvent.h', 124 'public/WebDOMMessageEvent.h',
124 'public/WebDOMMouseEvent.h', 125 'public/WebDOMMouseEvent.h',
125 'public/WebDOMMutationEvent.h', 126 'public/WebDOMMutationEvent.h',
126 'public/WebDOMStringList.h', 127 'public/WebDOMStringList.h',
127 'public/WebDataSource.h', 128 'public/WebDataSource.h',
128 'public/WebDatabase.h', 129 'public/WebDatabase.h',
129 'public/WebDatabaseObserver.h', 130 'public/WebDatabaseObserver.h',
130 'public/WebDevToolsAgent.h', 131 'public/WebDevToolsAgent.h',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'src/WebCursorInfo.cpp', 509 'src/WebCursorInfo.cpp',
509 'src/WebDOMEvent.cpp', 510 'src/WebDOMEvent.cpp',
510 'src/WebDOMEventListener.cpp', 511 'src/WebDOMEventListener.cpp',
511 'src/WebDOMEventListenerPrivate.cpp', 512 'src/WebDOMEventListenerPrivate.cpp',
512 'src/WebDOMEventListenerPrivate.h', 513 'src/WebDOMEventListenerPrivate.h',
513 'src/WebDOMMessageEvent.cpp', 514 'src/WebDOMMessageEvent.cpp',
514 'src/WebDOMMouseEvent.cpp', 515 'src/WebDOMMouseEvent.cpp',
515 'src/WebDOMMutationEvent.cpp', 516 'src/WebDOMMutationEvent.cpp',
516 'src/WebDOMStringList.cpp', 517 'src/WebDOMStringList.cpp',
517 'src/WebDatabase.cpp', 518 'src/WebDatabase.cpp',
519 'src/WebDataListElement.cpp',
518 'src/WebDataSourceImpl.cpp', 520 'src/WebDataSourceImpl.cpp',
519 'src/WebDataSourceImpl.h', 521 'src/WebDataSourceImpl.h',
520 'src/WebDevToolsAgentImpl.cpp', 522 'src/WebDevToolsAgentImpl.cpp',
521 'src/WebDevToolsAgentImpl.h', 523 'src/WebDevToolsAgentImpl.h',
522 'src/WebDevToolsFrontendImpl.cpp', 524 'src/WebDevToolsFrontendImpl.cpp',
523 'src/WebDevToolsFrontendImpl.h', 525 'src/WebDevToolsFrontendImpl.h',
524 'src/WebDeviceOrientation.cpp', 526 'src/WebDeviceOrientation.cpp',
525 'src/WebDeviceOrientationClientMock.cpp', 527 'src/WebDeviceOrientationClientMock.cpp',
526 'src/WebDeviceOrientationController.cpp', 528 'src/WebDeviceOrientationController.cpp',
527 'src/WebDocument.cpp', 529 'src/WebDocument.cpp',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 'destination': '<(PRODUCT_DIR)/resources/inspector', 1150 'destination': '<(PRODUCT_DIR)/resources/inspector',
1149 'files': [ 1151 'files': [
1150 '<@(webinspector_standalone_css_files)', 1152 '<@(webinspector_standalone_css_files)',
1151 ], 1153 ],
1152 }], 1154 }],
1153 }, 1155 },
1154 ], 1156 ],
1155 }], 1157 }],
1156 ], # conditions 1158 ], # conditions
1157 } 1159 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698