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

Side by Side Diff: webkit/SConscript.port

Issue 8746: Linux fixes for the WebKit merge. (Closed)
Patch Set: Created 12 years, 1 month 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 | webkit/build/V8Bindings/SConscript » ('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 (c) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 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 4
5 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 if env['PLATFORM'] == 'win32': 9 if env['PLATFORM'] == 'win32':
10 env.Prepend( 10 env.Prepend(
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '$PORT_DIR/page/chromium/FrameChromium.cpp', 43 '$PORT_DIR/page/chromium/FrameChromium.cpp',
44 44
45 '$PORT_DIR/platform/GKURL.cpp', 45 '$PORT_DIR/platform/GKURL.cpp',
46 46
47 '$PORT_DIR/platform/chromium/ContextMenuItemChromium.cpp', 47 '$PORT_DIR/platform/chromium/ContextMenuItemChromium.cpp',
48 '$PORT_DIR/platform/chromium/ContextMenuChromium.cpp', 48 '$PORT_DIR/platform/chromium/ContextMenuChromium.cpp',
49 '$PORT_DIR/platform/chromium/CursorChromium.cpp', 49 '$PORT_DIR/platform/chromium/CursorChromium.cpp',
50 '$PORT_DIR/platform/chromium/DragDataChromium.cpp', 50 '$PORT_DIR/platform/chromium/DragDataChromium.cpp',
51 '$PORT_DIR/platform/chromium/DragImageChromium.cpp', 51 '$PORT_DIR/platform/chromium/DragImageChromium.cpp',
52 '$PORT_DIR/platform/chromium/FileChooserChromium.cpp', 52 '$PORT_DIR/platform/chromium/FileChooserChromium.cpp',
53 '$PORT_DIR/platform/chromium/FileSystemChromium.cpp',
53 '$PORT_DIR/platform/chromium/FramelessScrollView.cpp', 54 '$PORT_DIR/platform/chromium/FramelessScrollView.cpp',
54 '$PORT_DIR/platform/chromium/Language.cpp', 55 '$PORT_DIR/platform/chromium/Language.cpp',
55 '$PORT_DIR/platform/chromium/MimeTypeRegistryChromium.cpp', 56 '$PORT_DIR/platform/chromium/MimeTypeRegistryChromium.cpp',
56 '$PORT_DIR/platform/chromium/PlatformKeyboardEventChromium.cpp', 57 '$PORT_DIR/platform/chromium/PlatformKeyboardEventChromium.cpp',
57 '$PORT_DIR/platform/chromium/PlatformScrollBarChromium.cpp',
58 '$PORT_DIR/platform/chromium/PopupMenuChromium.cpp', 58 '$PORT_DIR/platform/chromium/PopupMenuChromium.cpp',
59 '$PORT_DIR/platform/chromium/SSLKeyGeneratorChromium.cpp', 59 '$PORT_DIR/platform/chromium/SSLKeyGeneratorChromium.cpp',
60 '$PORT_DIR/platform/chromium/SearchPopupMenuChromium.cpp', 60 '$PORT_DIR/platform/chromium/SearchPopupMenuChromium.cpp',
61 '$PORT_DIR/platform/chromium/SharedTimerChromium.cpp', 61 '$PORT_DIR/platform/chromium/SharedTimerChromium.cpp',
62 '$PORT_DIR/platform/chromium/SystemTimeChromium.cpp', 62 '$PORT_DIR/platform/chromium/SystemTimeChromium.cpp',
63 '$PORT_DIR/platform/chromium/TemporaryLinkStubs.cpp', 63 '$PORT_DIR/platform/chromium/TemporaryLinkStubs.cpp',
64 '$PORT_DIR/platform/chromium/TextBoundariesChromium.cpp', 64 '$PORT_DIR/platform/chromium/TextBoundariesChromium.cpp',
65 '$PORT_DIR/platform/chromium/TextBreakIteratorInternalICUChromium.cpp', 65 '$PORT_DIR/platform/chromium/TextBreakIteratorInternalICUChromium.cpp',
66 '$PORT_DIR/platform/chromium/WidgetChromium.cpp', 66 '$PORT_DIR/platform/chromium/WidgetChromium.cpp',
67 67
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 '$PORT_DIR/bridge/KJSBridge.cpp', 201 '$PORT_DIR/bridge/KJSBridge.cpp',
202 '$PORT_DIR/bridge/ScriptControllerKJS.cpp', 202 '$PORT_DIR/bridge/ScriptControllerKJS.cpp',
203 ]) 203 ])
204 else: 204 else:
205 input_files.extend([ 205 input_files.extend([
206 '$PORT_DIR/bindings/v8/ScriptController.cpp', 206 '$PORT_DIR/bindings/v8/ScriptController.cpp',
207 '$PORT_DIR/bridge/ExceptionContextV8.cpp', 207 '$PORT_DIR/bridge/ExceptionContextV8.cpp',
208 ]) 208 ])
209 209
210 env.ChromeStaticLibrary("port", input_files) 210 env.ChromeStaticLibrary("port", input_files)
OLDNEW
« no previous file with comments | « no previous file | webkit/build/V8Bindings/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698