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

Side by Side Diff: webkit/build/WebCore/SConscript

Issue 17010: Chromium side of merge 39453:39501.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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
« no previous file with comments | « webkit/build/JavaScriptCore/WTF.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('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.Bit('windows'): 9 if env.Bit('windows'):
10 env.Append( 10 env.Append(
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 '$WEBCORE_DIR/platform/FileChooser.cpp', 414 '$WEBCORE_DIR/platform/FileChooser.cpp',
415 '$WEBCORE_DIR/platform/GeolocationService.cpp', 415 '$WEBCORE_DIR/platform/GeolocationService.cpp',
416 '$WEBCORE_DIR/platform/GKURL.cpp', 416 '$WEBCORE_DIR/platform/GKURL.cpp',
417 '$WEBCORE_DIR/platform/Length.cpp', 417 '$WEBCORE_DIR/platform/Length.cpp',
418 '$WEBCORE_DIR/platform/LinkHash.cpp', 418 '$WEBCORE_DIR/platform/LinkHash.cpp',
419 '$WEBCORE_DIR/platform/Logging.cpp', 419 '$WEBCORE_DIR/platform/Logging.cpp',
420 '$WEBCORE_DIR/platform/Scrollbar.cpp', 420 '$WEBCORE_DIR/platform/Scrollbar.cpp',
421 '$WEBCORE_DIR/platform/ScrollbarThemeComposite.cpp', 421 '$WEBCORE_DIR/platform/ScrollbarThemeComposite.cpp',
422 '$WEBCORE_DIR/platform/ScrollView.cpp', 422 '$WEBCORE_DIR/platform/ScrollView.cpp',
423 '$WEBCORE_DIR/platform/SharedBuffer.cpp', 423 '$WEBCORE_DIR/platform/SharedBuffer.cpp',
424 '$WEBCORE_DIR/platform/ThreadGlobalData.cpp',
424 '$WEBCORE_DIR/platform/Timer.cpp', 425 '$WEBCORE_DIR/platform/Timer.cpp',
425 '$WEBCORE_DIR/platform/Widget.cpp', 426 '$WEBCORE_DIR/platform/Widget.cpp',
426 427
427 '$WEBCORE_DIR/platform/animation/Animation.cpp', 428 '$WEBCORE_DIR/platform/animation/Animation.cpp',
428 '$WEBCORE_DIR/platform/animation/AnimationList.cpp', 429 '$WEBCORE_DIR/platform/animation/AnimationList.cpp',
429 430
430 '$WEBCORE_DIR/platform/graphics/BitmapImage.cpp', 431 '$WEBCORE_DIR/platform/graphics/BitmapImage.cpp',
431 '$WEBCORE_DIR/platform/graphics/Color.cpp', 432 '$WEBCORE_DIR/platform/graphics/Color.cpp',
432 '$WEBCORE_DIR/platform/graphics/FloatPoint.cpp', 433 '$WEBCORE_DIR/platform/graphics/FloatPoint.cpp',
433 '$WEBCORE_DIR/platform/graphics/FloatPoint3D.cpp', 434 '$WEBCORE_DIR/platform/graphics/FloatPoint3D.cpp',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 '$WEBCORE_DIR/rendering/RenderSVGTransformableContainer.cpp', 632 '$WEBCORE_DIR/rendering/RenderSVGTransformableContainer.cpp',
632 '$WEBCORE_DIR/rendering/RenderSVGTSpan.cpp', 633 '$WEBCORE_DIR/rendering/RenderSVGTSpan.cpp',
633 '$WEBCORE_DIR/rendering/RenderSVGViewportContainer.cpp', 634 '$WEBCORE_DIR/rendering/RenderSVGViewportContainer.cpp',
634 '$WEBCORE_DIR/rendering/RenderTable.cpp', 635 '$WEBCORE_DIR/rendering/RenderTable.cpp',
635 '$WEBCORE_DIR/rendering/RenderTableCell.cpp', 636 '$WEBCORE_DIR/rendering/RenderTableCell.cpp',
636 '$WEBCORE_DIR/rendering/RenderTableCol.cpp', 637 '$WEBCORE_DIR/rendering/RenderTableCol.cpp',
637 '$WEBCORE_DIR/rendering/RenderTableRow.cpp', 638 '$WEBCORE_DIR/rendering/RenderTableRow.cpp',
638 '$WEBCORE_DIR/rendering/RenderTableSection.cpp', 639 '$WEBCORE_DIR/rendering/RenderTableSection.cpp',
639 '$WEBCORE_DIR/rendering/RenderText.cpp', 640 '$WEBCORE_DIR/rendering/RenderText.cpp',
640 '$WEBCORE_DIR/rendering/RenderTextControl.cpp', 641 '$WEBCORE_DIR/rendering/RenderTextControl.cpp',
642 '$WEBCORE_DIR/rendering/RenderTextControlMultiLine.cpp',
643 '$WEBCORE_DIR/rendering/RenderTextControlSingleLine.cpp',
641 '$WEBCORE_DIR/rendering/RenderTextFragment.cpp', 644 '$WEBCORE_DIR/rendering/RenderTextFragment.cpp',
642 '$WEBCORE_DIR/rendering/RenderTheme.cpp', 645 '$WEBCORE_DIR/rendering/RenderTheme.cpp',
643 '$WEBCORE_DIR/rendering/RenderTreeAsText.cpp', 646 '$WEBCORE_DIR/rendering/RenderTreeAsText.cpp',
644 '$WEBCORE_DIR/rendering/RenderVideo.cpp', 647 '$WEBCORE_DIR/rendering/RenderVideo.cpp',
645 '$WEBCORE_DIR/rendering/RenderView.cpp', 648 '$WEBCORE_DIR/rendering/RenderView.cpp',
646 '$WEBCORE_DIR/rendering/RenderWidget.cpp', 649 '$WEBCORE_DIR/rendering/RenderWidget.cpp',
647 '$WEBCORE_DIR/rendering/RenderWordBreak.cpp', 650 '$WEBCORE_DIR/rendering/RenderWordBreak.cpp',
648 '$WEBCORE_DIR/rendering/RootInlineBox.cpp', 651 '$WEBCORE_DIR/rendering/RootInlineBox.cpp',
649 '$WEBCORE_DIR/rendering/SVGCharacterLayoutInfo.cpp', 652 '$WEBCORE_DIR/rendering/SVGCharacterLayoutInfo.cpp',
650 '$WEBCORE_DIR/rendering/SVGInlineFlowBox.cpp', 653 '$WEBCORE_DIR/rendering/SVGInlineFlowBox.cpp',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 958
956 env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj', 959 env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj',
957 dependencies = [ 960 dependencies = [
958 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', 961 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
959 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', 962 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj',
960 '$LIBXML_DIR/build/libxml_config.vcproj', 963 '$LIBXML_DIR/build/libxml_config.vcproj',
961 '$LIBXSLT_DIR/build/libxslt_config.vcproj', 964 '$LIBXSLT_DIR/build/libxslt_config.vcproj',
962 '$SQLITE_DIR/sqlite.vcproj', 965 '$SQLITE_DIR/sqlite.vcproj',
963 ], 966 ],
964 guid='{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}') 967 guid='{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}')
OLDNEW
« no previous file with comments | « webkit/build/JavaScriptCore/WTF.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698