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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 'cursor/cursor_loader_x11.cc', | 125 'cursor/cursor_loader_x11.cc', |
126 'cursor/cursor_loader_x11.h', | 126 'cursor/cursor_loader_x11.h', |
127 'cursor/cursor_ozone.cc', | 127 'cursor/cursor_ozone.cc', |
128 'cursor/cursor_mac.mm', | 128 'cursor/cursor_mac.mm', |
129 'cursor/cursor_util.cc', | 129 'cursor/cursor_util.cc', |
130 'cursor/cursor_util.h', | 130 'cursor/cursor_util.h', |
131 'cursor/cursor_win.cc', | 131 'cursor/cursor_win.cc', |
132 'cursor/cursor_x11.cc', | 132 'cursor/cursor_x11.cc', |
133 'cursor/cursors_aura.cc', | 133 'cursor/cursors_aura.cc', |
134 'cursor/cursors_aura.h', | 134 'cursor/cursors_aura.h', |
| 135 'cursor/image_cursors.cc', |
| 136 'cursor/image_cursors.h', |
135 'cursor/ozone/bitmap_cursor_factory_ozone.cc', | 137 'cursor/ozone/bitmap_cursor_factory_ozone.cc', |
136 'cursor/ozone/bitmap_cursor_factory_ozone.h', | 138 'cursor/ozone/bitmap_cursor_factory_ozone.h', |
137 'cursor/ozone/cursor_factory_ozone.cc', | 139 'cursor/ozone/cursor_factory_ozone.cc', |
138 'cursor/ozone/cursor_factory_ozone.h', | 140 'cursor/ozone/cursor_factory_ozone.h', |
139 'default_theme_provider.cc', | 141 'default_theme_provider.cc', |
140 'default_theme_provider.h', | 142 'default_theme_provider.h', |
141 'default_theme_provider_mac.mm', | 143 'default_theme_provider_mac.mm', |
142 'device_form_factor_android.cc', | 144 'device_form_factor_android.cc', |
143 'device_form_factor_android.h', | 145 'device_form_factor_android.h', |
144 'device_form_factor_desktop.cc', | 146 'device_form_factor_desktop.cc', |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 'view_prop.h', | 462 'view_prop.h', |
461 ], | 463 ], |
462 }], | 464 }], |
463 ], | 465 ], |
464 }], | 466 }], |
465 ['OS=="mac"', { | 467 ['OS=="mac"', { |
466 'dependencies': [ | 468 'dependencies': [ |
467 '../../third_party/mozilla/mozilla.gyp:mozilla', | 469 '../../third_party/mozilla/mozilla.gyp:mozilla', |
468 ], | 470 ], |
469 'sources!': [ | 471 'sources!': [ |
| 472 'cursor/image_cursors.cc', |
| 473 'cursor/image_cursors.h', |
470 'dragdrop/drag_utils.cc', | 474 'dragdrop/drag_utils.cc', |
471 'dragdrop/drag_utils.h', | 475 'dragdrop/drag_utils.h', |
472 ], | 476 ], |
473 'link_settings': { | 477 'link_settings': { |
474 'libraries': [ | 478 'libraries': [ |
475 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 479 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
476 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 480 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
477 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', | 481 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', |
478 ], | 482 ], |
479 }, | 483 }, |
(...skipping 18 matching lines...) Expand all Loading... |
498 'dragdrop/drop_target_event.cc', | 502 'dragdrop/drop_target_event.cc', |
499 'dragdrop/drop_target_event.h', | 503 'dragdrop/drop_target_event.h', |
500 'dragdrop/os_exchange_data.cc', | 504 'dragdrop/os_exchange_data.cc', |
501 'dragdrop/os_exchange_data.h', | 505 'dragdrop/os_exchange_data.h', |
502 'nine_image_painter_factory.cc', | 506 'nine_image_painter_factory.cc', |
503 'nine_image_painter_factory.h', | 507 'nine_image_painter_factory.h', |
504 ], | 508 ], |
505 }], | 509 }], |
506 ['OS=="android"', { | 510 ['OS=="android"', { |
507 'sources!': [ | 511 'sources!': [ |
| 512 'cursor/image_cursors.cc', |
| 513 'cursor/image_cursors.h', |
508 'default_theme_provider.cc', | 514 'default_theme_provider.cc', |
509 'dragdrop/drag_utils.cc', | 515 'dragdrop/drag_utils.cc', |
510 'dragdrop/drag_utils.h', | 516 'dragdrop/drag_utils.h', |
511 'l10n/l10n_font_util.cc', | 517 'l10n/l10n_font_util.cc', |
512 'models/button_menu_item_model.cc', | 518 'models/button_menu_item_model.cc', |
513 'models/dialog_model.cc', | 519 'models/dialog_model.cc', |
514 'theme_provider.cc', | 520 'theme_provider.cc', |
515 'touch/touch_device.cc', | 521 'touch/touch_device.cc', |
516 'touch/touch_editing_controller.cc', | 522 'touch/touch_editing_controller.cc', |
517 'ui_base_types.cc', | 523 'ui_base_types.cc', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 'variables': { | 623 'variables': { |
618 'jni_gen_package': 'ui', | 624 'jni_gen_package': 'ui', |
619 'jni_generator_ptr_type': 'long', | 625 'jni_generator_ptr_type': 'long', |
620 }, | 626 }, |
621 'includes': [ '../../build/jni_generator.gypi' ], | 627 'includes': [ '../../build/jni_generator.gypi' ], |
622 }, | 628 }, |
623 ], | 629 ], |
624 }], | 630 }], |
625 ], | 631 ], |
626 } | 632 } |
OLD | NEW |