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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 'gfx/selection_model.cc', | 353 'gfx/selection_model.cc', |
354 'gfx/selection_model.h', | 354 'gfx/selection_model.h', |
355 'gfx/size.cc', | 355 'gfx/size.cc', |
356 'gfx/size.h', | 356 'gfx/size.h', |
357 'gfx/skbitmap_operations.cc', | 357 'gfx/skbitmap_operations.cc', |
358 'gfx/skbitmap_operations.h', | 358 'gfx/skbitmap_operations.h', |
359 'gfx/skia_util.cc', | 359 'gfx/skia_util.cc', |
360 'gfx/skia_util.h', | 360 'gfx/skia_util.h', |
361 'gfx/skia_utils_gtk.cc', | 361 'gfx/skia_utils_gtk.cc', |
362 'gfx/skia_utils_gtk.h', | 362 'gfx/skia_utils_gtk.h', |
| 363 'gfx/transform.cc', |
363 'gfx/transform.h', | 364 'gfx/transform.h', |
364 'gfx/transform.cc', | 365 'gfx/transform_util.cc', |
| 366 'gfx/transform_util.h', |
365 ], | 367 ], |
366 'conditions': [ | 368 'conditions': [ |
367 # TODO(asvitkine): Switch all platforms to use_canvas_skia_skia.cc. | 369 # TODO(asvitkine): Switch all platforms to use_canvas_skia_skia.cc. |
368 # http://crbug.com/105550 | 370 # http://crbug.com/105550 |
369 ['use_canvas_skia_skia==1', { | 371 ['use_canvas_skia_skia==1', { |
370 'sources!': [ | 372 'sources!': [ |
371 'gfx/canvas_skia_android.cc', | 373 'gfx/canvas_skia_android.cc', |
372 'gfx/canvas_skia_linux.cc', | 374 'gfx/canvas_skia_linux.cc', |
373 'gfx/canvas_skia_mac.mm', | 375 'gfx/canvas_skia_mac.mm', |
374 'gfx/canvas_skia_win.cc', | 376 'gfx/canvas_skia_win.cc', |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
700 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 702 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
701 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 703 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
702 ] | 704 ] |
703 } | 705 } |
704 ], | 706 ], |
705 }, | 707 }, |
706 ], | 708 ], |
707 }], | 709 }], |
708 ], | 710 ], |
709 } | 711 } |
OLD | NEW |