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

Unified Diff: base/base_gfx.scons

Issue 28207: Start stitching GYP-generated files into the Linux build:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base_lib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_gfx.scons
===================================================================
--- base/base_gfx.scons (revision 10484)
+++ base/base_gfx.scons (working copy)
@@ -26,36 +26,36 @@
)
input_files = ChromeFileList([
- 'jpeg_codec.cc',
- 'jpeg_codec.h',
- 'png_decoder.cc',
- 'png_decoder.h',
- 'png_encoder.cc',
- 'png_encoder.h',
- 'point.cc',
- 'point.h',
- 'rect.cc',
- 'rect.h',
- 'size.cc',
- 'size.h',
+ 'gfx/jpeg_codec.cc',
+ 'gfx/jpeg_codec.h',
+ 'gfx/png_decoder.cc',
+ 'gfx/png_decoder.h',
+ 'gfx/png_encoder.cc',
+ 'gfx/png_encoder.h',
+ 'gfx/point.cc',
+ 'gfx/point.h',
+ 'gfx/rect.cc',
+ 'gfx/rect.h',
+ 'gfx/size.cc',
+ 'gfx/size.h',
])
if env.Bit('windows'):
input_files.Extend([
- 'native_theme.cc',
- 'native_theme.h',
- 'gdi_util.cc',
- 'gdi_util.h',
+ 'gfx/native_theme.cc',
+ 'gfx/native_theme.h',
+ 'gfx/gdi_util.cc',
+ 'gfx/gdi_util.h',
])
elif env.Bit('linux'):
input_files.Extend([
- 'gtk_util.cc',
- 'gtk_util.h',
+ 'gfx/gtk_util.cc',
+ 'gfx/gtk_util.h',
])
env.ChromeLibrary('base_gfx', input_files)
-p = env.ChromeMSVSProject('../build/base_gfx.vcproj',
+p = env.ChromeMSVSProject('build/base_gfx.vcproj',
dest='$CHROME_SRC_DIR/base/build/base_gfx.vcproj',
guid='{A508ADD3-CECE-4E0F-8448-2F5E454DF551}',
keyword='Win32Proj',
« no previous file with comments | « no previous file | base/base_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698