| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'base/clipboard/custom_data_helper_x.cc', | 87 'base/clipboard/custom_data_helper_x.cc', |
| 88 'base/clipboard/scoped_clipboard_writer.cc', | 88 'base/clipboard/scoped_clipboard_writer.cc', |
| 89 'base/clipboard/scoped_clipboard_writer.h', | 89 'base/clipboard/scoped_clipboard_writer.h', |
| 90 'base/cocoa/base_view.h', | 90 'base/cocoa/base_view.h', |
| 91 'base/cocoa/base_view.mm', | 91 'base/cocoa/base_view.mm', |
| 92 'base/cocoa/events_mac.mm', | 92 'base/cocoa/events_mac.mm', |
| 93 'base/cocoa/focus_tracker.h', | 93 'base/cocoa/focus_tracker.h', |
| 94 'base/cocoa/focus_tracker.mm', | 94 'base/cocoa/focus_tracker.mm', |
| 95 'base/cocoa/find_pasteboard.h', | 95 'base/cocoa/find_pasteboard.h', |
| 96 'base/cocoa/find_pasteboard.mm', | 96 'base/cocoa/find_pasteboard.mm', |
| 97 'base/cursor/cursor.h', |
| 98 'base/cursor/cursor_win.cc', |
| 99 'base/cursor/cursor_x11.cc', |
| 97 'base/dragdrop/cocoa_dnd_util.h', | 100 'base/dragdrop/cocoa_dnd_util.h', |
| 98 'base/dragdrop/cocoa_dnd_util.mm', | 101 'base/dragdrop/cocoa_dnd_util.mm', |
| 99 'base/dragdrop/drag_drop_types_gtk.cc', | 102 'base/dragdrop/drag_drop_types_gtk.cc', |
| 100 'base/dragdrop/drag_drop_types.h', | 103 'base/dragdrop/drag_drop_types.h', |
| 101 'base/dragdrop/drag_drop_types_win.cc', | 104 'base/dragdrop/drag_drop_types_win.cc', |
| 102 'base/dragdrop/drag_source.cc', | 105 'base/dragdrop/drag_source.cc', |
| 103 'base/dragdrop/drag_source.h', | 106 'base/dragdrop/drag_source.h', |
| 104 'base/dragdrop/drop_target.cc', | 107 'base/dragdrop/drop_target.cc', |
| 105 'base/dragdrop/drop_target.h', | 108 'base/dragdrop/drop_target.h', |
| 106 'base/dragdrop/drag_utils.cc', | 109 'base/dragdrop/drag_utils.cc', |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 ['exclude', 'base/x/root_window_property_watcher_x.h'], | 407 ['exclude', 'base/x/root_window_property_watcher_x.h'], |
| 405 ['exclude', 'base/x/work_area_watcher_x.cc'], | 408 ['exclude', 'base/x/work_area_watcher_x.cc'], |
| 406 ['exclude', 'base/x/work_area_watcher_x.h'], | 409 ['exclude', 'base/x/work_area_watcher_x.h'], |
| 407 ['exclude', 'base/x/work_area_watcher_x_observer.h'], | 410 ['exclude', 'base/x/work_area_watcher_x_observer.h'], |
| 408 ['exclude', 'ui_controls_win.cc'], | 411 ['exclude', 'ui_controls_win.cc'], |
| 409 ], | 412 ], |
| 410 }, { # use_aura!=1 | 413 }, { # use_aura!=1 |
| 411 'sources!': [ | 414 'sources!': [ |
| 412 'gfx/native_theme_aura.cc', | 415 'gfx/native_theme_aura.cc', |
| 413 'gfx/native_theme_aura.h', | 416 'gfx/native_theme_aura.h', |
| 417 'base/cursor/cursor.h', |
| 418 'base/cursor/cursor_win.cc', |
| 419 'base/cursor/cursor_x11.cc', |
| 414 ] | 420 ] |
| 415 }], | 421 }], |
| 416 ['use_aura==1 and OS=="win"', { | 422 ['use_aura==1 and OS=="win"', { |
| 417 'sources/': [ | 423 'sources/': [ |
| 418 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], | 424 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], |
| 419 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], | 425 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], |
| 420 ['exclude', 'gfx/native_theme_win.cc'], | 426 ['exclude', 'gfx/native_theme_win.cc'], |
| 421 ['exclude', 'gfx/native_theme_win.h'], | 427 ['exclude', 'gfx/native_theme_win.h'], |
| 422 ['exclude', 'gfx/path_win.cc'], | 428 ['exclude', 'gfx/path_win.cc'], |
| 423 ], | 429 ], |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 'gfx/platform_font_pango.cc', | 597 'gfx/platform_font_pango.cc', |
| 592 ], | 598 ], |
| 593 }], | 599 }], |
| 594 ['use_x11==1', { | 600 ['use_x11==1', { |
| 595 'all_dependent_settings': { | 601 'all_dependent_settings': { |
| 596 'ldflags': [ | 602 'ldflags': [ |
| 597 '-L<(PRODUCT_DIR)', | 603 '-L<(PRODUCT_DIR)', |
| 598 ], | 604 ], |
| 599 'link_settings': { | 605 'link_settings': { |
| 600 'libraries': [ | 606 'libraries': [ |
| 601 '-lX11', | 607 '-lX11 -lXcursor', |
| 602 ], | 608 ], |
| 603 }, | 609 }, |
| 604 }, | 610 }, |
| 605 }, { # use_x11==0 | 611 }, { # use_x11==0 |
| 606 'sources!': [ | 612 'sources!': [ |
| 607 'base/keycodes/keyboard_code_conversion_x.cc', | 613 'base/keycodes/keyboard_code_conversion_x.cc', |
| 608 'base/keycodes/keyboard_code_conversion_x.h', | 614 'base/keycodes/keyboard_code_conversion_x.h', |
| 609 'base/x/', | 615 'base/x/', |
| 610 ], | 616 ], |
| 611 }], | 617 }], |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 700 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 695 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 701 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 696 ] | 702 ] |
| 697 } | 703 } |
| 698 ], | 704 ], |
| 699 }, | 705 }, |
| 700 ], | 706 ], |
| 701 }], | 707 }], |
| 702 ], | 708 ], |
| 703 } | 709 } |
| OLD | NEW |