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

Side by Side Diff: third_party/WebKit/Source/core/exported/BUILD.gn

Issue 2887523003: Introduced WebFactory and WebFactoryImpl for constructing web/ classes (Closed)
Patch Set: Added TODOs for review feedback Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/exported/WebFactory.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 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 import("//third_party/WebKit/Source/core/core.gni") 4 import("//third_party/WebKit/Source/core/core.gni")
5 5
6 blink_core_sources("exported") { 6 blink_core_sources("exported") {
7 sources = [ 7 sources = [
8 "SharedWorkerRepositoryClientImpl.cpp", 8 "SharedWorkerRepositoryClientImpl.cpp",
9 "SharedWorkerRepositoryClientImpl.h", 9 "SharedWorkerRepositoryClientImpl.h",
10 "WebArrayBuffer.cpp", 10 "WebArrayBuffer.cpp",
11 "WebArrayBufferConverter.cpp", 11 "WebArrayBufferConverter.cpp",
12 "WebArrayBufferView.cpp", 12 "WebArrayBufferView.cpp",
13 "WebAssociatedURLLoaderImpl.cpp", 13 "WebAssociatedURLLoaderImpl.cpp",
14 "WebAssociatedURLLoaderImpl.h", 14 "WebAssociatedURLLoaderImpl.h",
15 "WebBlob.cpp", 15 "WebBlob.cpp",
16 "WebCSSParser.cpp", 16 "WebCSSParser.cpp",
17 "WebColorSuggestion.cpp", 17 "WebColorSuggestion.cpp",
18 "WebCustomElement.cpp", 18 "WebCustomElement.cpp",
19 "WebDOMActivityLogger.cpp", 19 "WebDOMActivityLogger.cpp",
20 "WebDOMEvent.cpp", 20 "WebDOMEvent.cpp",
21 "WebDataSourceImpl.cpp", 21 "WebDataSourceImpl.cpp",
22 "WebDataSourceImpl.h", 22 "WebDataSourceImpl.h",
23 "WebDateTimeSuggestion.cpp", 23 "WebDateTimeSuggestion.cpp",
24 "WebFactory.cpp",
25 "WebFactory.h",
24 "WebFileChooserCompletionImpl.cpp", 26 "WebFileChooserCompletionImpl.cpp",
25 "WebFileChooserCompletionImpl.h", 27 "WebFileChooserCompletionImpl.h",
26 "WebHeap.cpp", 28 "WebHeap.cpp",
27 "WebHistoryItem.cpp", 29 "WebHistoryItem.cpp",
28 "WebImageCache.cpp", 30 "WebImageCache.cpp",
29 "WebImageDecoder.cpp", 31 "WebImageDecoder.cpp",
30 "WebInputMethodControllerImpl.cpp", 32 "WebInputMethodControllerImpl.cpp",
31 "WebInputMethodControllerImpl.h", 33 "WebInputMethodControllerImpl.h",
32 "WebMemoryStatistics.cpp", 34 "WebMemoryStatistics.cpp",
33 "WebPerformance.cpp", 35 "WebPerformance.cpp",
34 "WebPluginContainerBase.cpp", 36 "WebPluginContainerBase.cpp",
35 "WebPluginContainerBase.h", 37 "WebPluginContainerBase.h",
36 "WebRange.cpp", 38 "WebRange.cpp",
37 "WebRenderTheme.cpp", 39 "WebRenderTheme.cpp",
38 "WebScriptController.cpp", 40 "WebScriptController.cpp",
39 "WebScriptSource.cpp", 41 "WebScriptSource.cpp",
40 "WebSecurityPolicy.cpp", 42 "WebSecurityPolicy.cpp",
41 "WebSelection.cpp", 43 "WebSelection.cpp",
42 "WebSelector.cpp", 44 "WebSelector.cpp",
43 "WebSerializedScriptValue.cpp", 45 "WebSerializedScriptValue.cpp",
44 "WebViewBase.h", 46 "WebViewBase.h",
45 ] 47 ]
46 48
47 defines = [ "BLINK_IMPLEMENTATION=1" ] 49 defines = [ "BLINK_IMPLEMENTATION=1" ]
48 } 50 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/exported/WebFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698