| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'dragdrop/os_exchange_data_provider_aura.h', | 191 'dragdrop/os_exchange_data_provider_aura.h', |
| 192 'dragdrop/os_exchange_data_provider_aurax11.cc', | 192 'dragdrop/os_exchange_data_provider_aurax11.cc', |
| 193 'dragdrop/os_exchange_data_provider_aurax11.h', | 193 'dragdrop/os_exchange_data_provider_aurax11.h', |
| 194 'dragdrop/os_exchange_data_provider_mac.h', | 194 'dragdrop/os_exchange_data_provider_mac.h', |
| 195 'dragdrop/os_exchange_data_provider_mac.mm', | 195 'dragdrop/os_exchange_data_provider_mac.mm', |
| 196 'dragdrop/os_exchange_data_provider_win.cc', | 196 'dragdrop/os_exchange_data_provider_win.cc', |
| 197 'dragdrop/os_exchange_data_provider_win.h', | 197 'dragdrop/os_exchange_data_provider_win.h', |
| 198 'hit_test.h', | 198 'hit_test.h', |
| 199 'idle/idle.cc', | 199 'idle/idle.cc', |
| 200 'idle/idle.h', | 200 'idle/idle.h', |
| 201 'idle/idle_android.cc', |
| 201 'idle/idle_chromeos.cc', | 202 'idle/idle_chromeos.cc', |
| 202 'idle/idle_linux.cc', | 203 'idle/idle_linux.cc', |
| 203 'idle/idle_mac.mm', | 204 'idle/idle_mac.mm', |
| 204 'idle/idle_query_x11.cc', | 205 'idle/idle_query_x11.cc', |
| 205 'idle/idle_query_x11.h', | 206 'idle/idle_query_x11.h', |
| 206 'idle/idle_win.cc', | 207 'idle/idle_win.cc', |
| 207 'idle/screensaver_window_finder_x11.cc', | 208 'idle/screensaver_window_finder_x11.cc', |
| 208 'idle/screensaver_window_finder_x11.h', | 209 'idle/screensaver_window_finder_x11.h', |
| 209 'ios/cru_context_menu_controller.h', | 210 'ios/cru_context_menu_controller.h', |
| 210 'ios/cru_context_menu_controller.mm', | 211 'ios/cru_context_menu_controller.mm', |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 'nine_image_painter_factory.h', | 578 'nine_image_painter_factory.h', |
| 578 ], | 579 ], |
| 579 }], | 580 }], |
| 580 ['OS=="android"', { | 581 ['OS=="android"', { |
| 581 'sources!': [ | 582 'sources!': [ |
| 582 'cursor/image_cursors.cc', | 583 'cursor/image_cursors.cc', |
| 583 'cursor/image_cursors.h', | 584 'cursor/image_cursors.h', |
| 584 'default_theme_provider.cc', | 585 'default_theme_provider.cc', |
| 585 'dragdrop/drag_utils.cc', | 586 'dragdrop/drag_utils.cc', |
| 586 'dragdrop/drag_utils.h', | 587 'dragdrop/drag_utils.h', |
| 587 'idle/idle.cc', | |
| 588 'idle/idle.h', | |
| 589 'l10n/l10n_font_util.cc', | 588 'l10n/l10n_font_util.cc', |
| 590 'models/button_menu_item_model.cc', | 589 'models/button_menu_item_model.cc', |
| 591 'models/dialog_model.cc', | 590 'models/dialog_model.cc', |
| 592 'theme_provider.cc', | 591 'theme_provider.cc', |
| 593 'touch/touch_device.cc', | 592 'touch/touch_device.cc', |
| 594 'touch/touch_editing_controller.cc', | 593 'touch/touch_editing_controller.cc', |
| 595 'ui_base_types.cc', | 594 'ui_base_types.cc', |
| 596 ], | 595 ], |
| 597 'dependencies': [ | 596 'dependencies': [ |
| 598 '../android/ui_android.gyp:ui_java', | 597 '../android/ui_android.gyp:ui_java', |
| 599 'ui_base_jni_headers', | 598 'ui_base_jni_headers', |
| 600 ], | 599 ], |
| 601 'link_settings': { | 600 'link_settings': { |
| 602 'libraries': [ | 601 'libraries': [ |
| 603 '-ljnigraphics', | 602 '-ljnigraphics', |
| 604 ], | 603 ], |
| 605 }, | 604 }, |
| 606 }], | 605 }], |
| 607 ['OS=="android" and use_aura==0', { | 606 ['OS=="android" and use_aura==0', { |
| 608 'sources!': [ | 607 'sources!': [ |
| 609 'cursor/cursor_android.cc' | 608 'cursor/cursor_android.cc', |
| 609 'idle/idle.cc', |
| 610 'idle/idle.h', |
| 611 'idle/idle_android.cc', |
| 610 ], | 612 ], |
| 611 }], | 613 }], |
| 612 ['OS=="android" and use_aura==1', { | 614 ['OS=="android" and use_aura==1', { |
| 613 'sources!': [ | 615 'sources!': [ |
| 614 'clipboard/clipboard_aura.cc' | 616 'clipboard/clipboard_aura.cc' |
| 615 ], | 617 ], |
| 616 }], | 618 }], |
| 617 ['OS=="android" or OS=="ios"', { | 619 ['OS=="android" or OS=="ios"', { |
| 618 'sources!': [ | 620 'sources!': [ |
| 619 'device_form_factor_desktop.cc' | 621 'device_form_factor_desktop.cc' |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 ], | 724 ], |
| 723 'variables': { | 725 'variables': { |
| 724 'jni_gen_package': 'ui', | 726 'jni_gen_package': 'ui', |
| 725 }, | 727 }, |
| 726 'includes': [ '../../build/jni_generator.gypi' ], | 728 'includes': [ '../../build/jni_generator.gypi' ], |
| 727 }, | 729 }, |
| 728 ], | 730 ], |
| 729 }], | 731 }], |
| 730 ], | 732 ], |
| 731 } | 733 } |
| OLD | NEW |