OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'gfx/canvas_skia_paint.h', | 314 'gfx/canvas_skia_paint.h', |
315 'gfx/canvas_win.cc', | 315 'gfx/canvas_win.cc', |
316 'gfx/codec/jpeg_codec.cc', | 316 'gfx/codec/jpeg_codec.cc', |
317 'gfx/codec/jpeg_codec.h', | 317 'gfx/codec/jpeg_codec.h', |
318 'gfx/codec/png_codec.cc', | 318 'gfx/codec/png_codec.cc', |
319 'gfx/codec/png_codec.h', | 319 'gfx/codec/png_codec.h', |
320 'gfx/color_analysis.cc', | 320 'gfx/color_analysis.cc', |
321 'gfx/color_analysis.h', | 321 'gfx/color_analysis.h', |
322 'gfx/color_utils.cc', | 322 'gfx/color_utils.cc', |
323 'gfx/color_utils.h', | 323 'gfx/color_utils.h', |
| 324 'gfx/display.cc', |
| 325 'gfx/display.h', |
324 'gfx/favicon_size.cc', | 326 'gfx/favicon_size.cc', |
325 'gfx/favicon_size.h', | 327 'gfx/favicon_size.h', |
326 'gfx/font.h', | 328 'gfx/font.h', |
327 'gfx/font.cc', | 329 'gfx/font.cc', |
328 'gfx/font_list.h', | 330 'gfx/font_list.h', |
329 'gfx/font_list.cc', | 331 'gfx/font_list.cc', |
330 'gfx/font_smoothing_win.cc', | 332 'gfx/font_smoothing_win.cc', |
331 'gfx/font_smoothing_win.h', | 333 'gfx/font_smoothing_win.h', |
332 'gfx/gfx_paths.cc', | 334 'gfx/gfx_paths.cc', |
333 'gfx/gfx_paths.h', | 335 'gfx/gfx_paths.h', |
334 'gfx/image/image.cc', | 336 'gfx/image/image.cc', |
335 'gfx/image/image.h', | 337 'gfx/image/image.h', |
336 'gfx/image/image_mac.mm', | 338 'gfx/image/image_mac.mm', |
337 'gfx/image/image_skia.cc', | 339 'gfx/image/image_skia.cc', |
338 'gfx/image/image_skia.h', | 340 'gfx/image/image_skia.h', |
339 'gfx/image/image_util.cc', | 341 'gfx/image/image_util.cc', |
340 'gfx/image/image_util.h', | 342 'gfx/image/image_util.h', |
341 'gfx/insets.cc', | 343 'gfx/insets.cc', |
342 'gfx/insets.h', | 344 'gfx/insets.h', |
343 'gfx/interpolated_transform.h', | 345 'gfx/interpolated_transform.h', |
344 'gfx/interpolated_transform.cc', | 346 'gfx/interpolated_transform.cc', |
345 'gfx/mac/nsimage_cache.h', | 347 'gfx/mac/nsimage_cache.h', |
346 'gfx/mac/nsimage_cache.mm', | 348 'gfx/mac/nsimage_cache.mm', |
347 'gfx/mac/scoped_ns_disable_screen_updates.h', | 349 'gfx/mac/scoped_ns_disable_screen_updates.h', |
348 'gfx/monitor.cc', | |
349 'gfx/monitor.h', | |
350 'gfx/native_widget_types.h', | 350 'gfx/native_widget_types.h', |
351 'gfx/pango_util.h', | 351 'gfx/pango_util.h', |
352 'gfx/pango_util.cc', | 352 'gfx/pango_util.cc', |
353 'gfx/path.cc', | 353 'gfx/path.cc', |
354 'gfx/path.h', | 354 'gfx/path.h', |
355 'gfx/path_aura.cc', | 355 'gfx/path_aura.cc', |
356 'gfx/path_gtk.cc', | 356 'gfx/path_gtk.cc', |
357 'gfx/path_win.cc', | 357 'gfx/path_win.cc', |
358 'gfx/platform_font.h', | 358 'gfx/platform_font.h', |
359 'gfx/platform_font_android.cc', | 359 'gfx/platform_font_android.cc', |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 727 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
728 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 728 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
729 ] | 729 ] |
730 } | 730 } |
731 ], | 731 ], |
732 }, | 732 }, |
733 ], | 733 ], |
734 }], | 734 }], |
735 ], | 735 ], |
736 } | 736 } |
OLD | NEW |