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

Side by Side Diff: chrome/common/common.scons

Issue 28297: Implement gfx::Path on GTK. (Closed)
Patch Set: Created 11 years, 9 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
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 env.SConscript([ 9 env.SConscript([
10 '$BREAKPAD_DIR/using_breakpad.scons', 10 '$BREAKPAD_DIR/using_breakpad.scons',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'gfx/chrome_font_skia.cc', 66 'gfx/chrome_font_skia.cc',
67 'gfx/chrome_font_win.cc', 67 'gfx/chrome_font_win.cc',
68 'gfx/color_utils.cc', 68 'gfx/color_utils.cc',
69 'gfx/color_utils.h', 69 'gfx/color_utils.h',
70 'gfx/emf.cc', 70 'gfx/emf.cc',
71 'gfx/emf.h', 71 'gfx/emf.h',
72 'gfx/favicon_size.h', 72 'gfx/favicon_size.h',
73 'gfx/icon_util.cc', 73 'gfx/icon_util.cc',
74 'gfx/icon_util.h', 74 'gfx/icon_util.h',
75 'gfx/insets.h', 75 'gfx/insets.h',
76 'gfx/path.cc', 76 'gfx/path_gtk.cc',
77 'gfx/path_win.cc',
77 'gfx/path.h', 78 'gfx/path.h',
78 'gfx/text_elider.cc', 79 'gfx/text_elider.cc',
79 'gfx/text_elider.h', 80 'gfx/text_elider.h',
80 'gfx/utils.h', 81 'gfx/utils.h',
81 ]), 82 ]),
82 MSVSFilter('ipc', [ 83 MSVSFilter('ipc', [
83 'ipc_channel.h', 84 'ipc_channel.h',
84 'ipc_channel_posix.cc', 85 'ipc_channel_posix.cc',
85 'ipc_channel_proxy.cc', 86 'ipc_channel_proxy.cc',
86 'ipc_channel_proxy.h', 87 'ipc_channel_proxy.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'temp_scaffolding_stubs.cc', 230 'temp_scaffolding_stubs.cc',
230 'file_descriptor_set_posix.cc', 231 'file_descriptor_set_posix.cc',
231 ) 232 )
232 233
233 # TODO(port): Port these. 234 # TODO(port): Port these.
234 input_files.Remove( 235 input_files.Remove(
235 'chrome_process_filter.cc', 236 'chrome_process_filter.cc',
236 'drag_drop_types.cc', 237 'drag_drop_types.cc',
237 'gfx/emf.cc', 238 'gfx/emf.cc',
238 'gfx/icon_util.cc', 239 'gfx/icon_util.cc',
239 'gfx/path.cc',
240 'os_exchange_data.cc', 240 'os_exchange_data.cc',
241 'process_watcher.cc', 241 'process_watcher.cc',
242 ) 242 )
243 243
244 if not env.Bit('windows'): 244 if not env.Bit('windows'):
245 # Windows specific files 245 # Windows specific files
246 input_files.Remove( 246 input_files.Remove(
247 'chrome_paths_win.cc', 247 'chrome_paths_win.cc',
248 'classfactory.cc', 248 'classfactory.cc',
249 'gfx/chrome_canvas_win.cc', 249 'gfx/chrome_canvas_win.cc',
250 'gfx/chrome_font_win.cc', 250 'gfx/chrome_font_win.cc',
251 'gfx/path_win.cc',
251 'ipc_channel_win.cc', 252 'ipc_channel_win.cc',
252 'resource_bundle_win.cc', 253 'resource_bundle_win.cc',
253 'win_safe_util.cc', 254 'win_safe_util.cc',
254 'win_util.cc', 255 'win_util.cc',
255 '$CHROME_DIR/tools/build/win/precompiled$OBJSUFFIX', 256 '$CHROME_DIR/tools/build/win/precompiled$OBJSUFFIX',
256 ) 257 )
257 258
258 if not env.Bit('linux'): 259 if not env.Bit('linux'):
259 # Linux specific files 260 # Linux specific files
260 input_files.Remove( 261 input_files.Remove(
261 'chrome_paths_linux.cc', 262 'chrome_paths_linux.cc',
262 'resource_bundle_linux.cc', 263 'resource_bundle_linux.cc',
263 'gfx/chrome_canvas_skia.cc', 264 'gfx/chrome_canvas_skia.cc',
264 'gfx/chrome_font_gtk.cc', 265 'gfx/chrome_font_gtk.cc',
265 'gfx/chrome_font_skia.cc', 266 'gfx/chrome_font_skia.cc',
267 'gfx/path_gtk.cc',
266 ) 268 )
267 269
268 if not env.Bit('mac'): 270 if not env.Bit('mac'):
269 # Mac specific files 271 # Mac specific files
270 input_files.Remove( 272 input_files.Remove(
271 'chrome_paths_mac.cc', 273 'chrome_paths_mac.cc',
272 ) 274 )
273 275
274 if not env.Bit('posix'): 276 if not env.Bit('posix'):
275 input_files.Remove( 277 input_files.Remove(
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 './common.vsprops', 344 './common.vsprops',
343 '$(SolutionDir)../build/release.vsprops', 345 '$(SolutionDir)../build/release.vsprops',
344 ]) 346 ])
345 347
346 p.AddFileConfig('../tools/build/win/precompiled.cc', 348 p.AddFileConfig('../tools/build/win/precompiled.cc',
347 'Debug|Win32', 349 'Debug|Win32',
348 tools=[ 350 tools=[
349 MSVSTool('VCCLCompilerTool', 351 MSVSTool('VCCLCompilerTool',
350 UsePrecompiledHeader='1'), 352 UsePrecompiledHeader='1'),
351 ]) 353 ])
OLDNEW
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | chrome/common/common.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698