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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 'gfx/transform_util.h', | 460 'gfx/transform_util.h', |
461 'gfx/video_decode_acceleration_support_mac.h', | 461 'gfx/video_decode_acceleration_support_mac.h', |
462 'gfx/video_decode_acceleration_support_mac.mm', | 462 'gfx/video_decode_acceleration_support_mac.mm', |
463 'ui_controls/ui_controls.h', | 463 'ui_controls/ui_controls.h', |
464 'ui_controls/ui_controls_aura.cc', | 464 'ui_controls/ui_controls_aura.cc', |
465 'ui_controls/ui_controls_internal_win.h', | 465 'ui_controls/ui_controls_internal_win.h', |
466 'ui_controls/ui_controls_internal_win.cc', | 466 'ui_controls/ui_controls_internal_win.cc', |
467 'ui_controls/ui_controls_gtk.cc', | 467 'ui_controls/ui_controls_gtk.cc', |
468 'ui_controls/ui_controls_mac.mm', | 468 'ui_controls/ui_controls_mac.mm', |
469 'ui_controls/ui_controls_win.cc', | 469 'ui_controls/ui_controls_win.cc', |
470 'window_snapshot/window_snapshot_aura.cc', | |
471 'window_snapshot/window_snapshot_gtk.cc', | |
472 'window_snapshot/window_snapshot_mac.mm', | |
473 'window_snapshot/window_snapshot_win.cc', | |
474 ], | 470 ], |
475 'conditions': [ | 471 'conditions': [ |
476 ['OS!="ios"', { | 472 ['OS!="ios"', { |
477 'dependencies': [ | 473 'dependencies': [ |
478 '<(libjpeg_gyp_path):libjpeg', | 474 '<(libjpeg_gyp_path):libjpeg', |
479 ], | 475 ], |
480 }], | 476 }], |
481 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc. | 477 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc. |
482 # http://crbug.com/105550 | 478 # http://crbug.com/105550 |
483 ['use_canvas_skia==1', { | 479 ['use_canvas_skia==1', { |
(...skipping 21 matching lines...) Expand all Loading... |
505 ['exclude', 'base/win/mouse_wheel_util.h'], | 501 ['exclude', 'base/win/mouse_wheel_util.h'], |
506 ['exclude', 'base/work_area_watcher_observer.h'], | 502 ['exclude', 'base/work_area_watcher_observer.h'], |
507 ['exclude', 'base/x/active_window_watcher_x.cc'], | 503 ['exclude', 'base/x/active_window_watcher_x.cc'], |
508 ['exclude', 'base/x/active_window_watcher_x.h'], | 504 ['exclude', 'base/x/active_window_watcher_x.h'], |
509 ['exclude', 'base/x/active_window_watcher_x_observer.h'], | 505 ['exclude', 'base/x/active_window_watcher_x_observer.h'], |
510 ['exclude', 'base/x/root_window_property_watcher_x.cc'], | 506 ['exclude', 'base/x/root_window_property_watcher_x.cc'], |
511 ['exclude', 'base/x/root_window_property_watcher_x.h'], | 507 ['exclude', 'base/x/root_window_property_watcher_x.h'], |
512 ['exclude', 'base/x/work_area_watcher_x.cc'], | 508 ['exclude', 'base/x/work_area_watcher_x.cc'], |
513 ['exclude', 'base/x/work_area_watcher_x.h'], | 509 ['exclude', 'base/x/work_area_watcher_x.h'], |
514 ['exclude', 'ui_controls_win.cc'], | 510 ['exclude', 'ui_controls_win.cc'], |
515 ['exclude', 'window_snapshot/window_snapshot_win.cc'], | |
516 ], | 511 ], |
517 }, { # use_aura!=1 | 512 }, { # use_aura!=1 |
518 'sources!': [ | 513 'sources!': [ |
519 'base/cursor/cursor.cc', | 514 'base/cursor/cursor.cc', |
520 'base/cursor/cursor.h', | 515 'base/cursor/cursor.h', |
521 'base/cursor/cursor_win.cc', | 516 'base/cursor/cursor_win.cc', |
522 'base/cursor/cursor_x11.cc', | 517 'base/cursor/cursor_x11.cc', |
523 'base/native_theme/native_theme_aura.cc', | 518 'base/native_theme/native_theme_aura.cc', |
524 'base/native_theme/native_theme_aura.h', | 519 'base/native_theme/native_theme_aura.h', |
525 ] | 520 ] |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 791 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
797 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 792 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
798 ] | 793 ] |
799 } | 794 } |
800 ], | 795 ], |
801 }, | 796 }, |
802 ], | 797 ], |
803 }], | 798 }], |
804 ], | 799 ], |
805 } | 800 } |
OLD | NEW |