| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 'dragdrop/drop_target_event.cc', | 235 'dragdrop/drop_target_event.cc', |
| 236 'dragdrop/drop_target_event.h', | 236 'dragdrop/drop_target_event.h', |
| 237 'dragdrop/drop_target_win.cc', | 237 'dragdrop/drop_target_win.cc', |
| 238 'dragdrop/drop_target_win.h', | 238 'dragdrop/drop_target_win.h', |
| 239 'dragdrop/file_info.cc', | 239 'dragdrop/file_info.cc', |
| 240 'dragdrop/file_info.h', | 240 'dragdrop/file_info.h', |
| 241 'dragdrop/os_exchange_data.cc', | 241 'dragdrop/os_exchange_data.cc', |
| 242 'dragdrop/os_exchange_data.h', | 242 'dragdrop/os_exchange_data.h', |
| 243 'dragdrop/os_exchange_data_provider_aura.cc', | 243 'dragdrop/os_exchange_data_provider_aura.cc', |
| 244 'dragdrop/os_exchange_data_provider_aura.h', | 244 'dragdrop/os_exchange_data_provider_aura.h', |
| 245 'dragdrop/os_exchange_data_provider_builder_mac.h', |
| 246 'dragdrop/os_exchange_data_provider_builder_mac.mm', |
| 245 'dragdrop/os_exchange_data_provider_aurax11.cc', | 247 'dragdrop/os_exchange_data_provider_aurax11.cc', |
| 246 'dragdrop/os_exchange_data_provider_aurax11.h', | 248 'dragdrop/os_exchange_data_provider_aurax11.h', |
| 249 'dragdrop/os_exchange_data_provider_factory.cc', |
| 250 'dragdrop/os_exchange_data_provider_factory.h', |
| 247 'dragdrop/os_exchange_data_provider_mac.h', | 251 'dragdrop/os_exchange_data_provider_mac.h', |
| 248 'dragdrop/os_exchange_data_provider_mac.mm', | 252 'dragdrop/os_exchange_data_provider_mac.mm', |
| 249 'dragdrop/os_exchange_data_provider_win.cc', | 253 'dragdrop/os_exchange_data_provider_win.cc', |
| 250 'dragdrop/os_exchange_data_provider_win.h', | 254 'dragdrop/os_exchange_data_provider_win.h', |
| 251 'hit_test.h', | 255 'hit_test.h', |
| 252 'idle/idle.cc', | 256 'idle/idle.cc', |
| 253 'idle/idle.h', | 257 'idle/idle.h', |
| 254 'idle/idle_android.cc', | 258 'idle/idle_android.cc', |
| 255 'idle/idle_chromeos.cc', | 259 'idle/idle_chromeos.cc', |
| 256 'idle/idle_linux.cc', | 260 'idle/idle_linux.cc', |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 '../../build/linux/system.gyp:xscrnsaver', | 609 '../../build/linux/system.gyp:xscrnsaver', |
| 606 ], | 610 ], |
| 607 }], | 611 }], |
| 608 ['toolkit_views==0', { | 612 ['toolkit_views==0', { |
| 609 'sources!': [ | 613 'sources!': [ |
| 610 'dragdrop/drag_drop_types.h', | 614 'dragdrop/drag_drop_types.h', |
| 611 'dragdrop/drop_target_event.cc', | 615 'dragdrop/drop_target_event.cc', |
| 612 'dragdrop/drop_target_event.h', | 616 'dragdrop/drop_target_event.h', |
| 613 'dragdrop/os_exchange_data.cc', | 617 'dragdrop/os_exchange_data.cc', |
| 614 'dragdrop/os_exchange_data.h', | 618 'dragdrop/os_exchange_data.h', |
| 619 'dragdrop/os_exchange_data_provider_factory.cc', |
| 620 'dragdrop/os_exchange_data_provider_factory.h', |
| 615 'nine_image_painter_factory.cc', | 621 'nine_image_painter_factory.cc', |
| 616 'nine_image_painter_factory.h', | 622 'nine_image_painter_factory.h', |
| 617 ], | 623 ], |
| 618 }], | 624 }], |
| 619 ['OS=="android"', { | 625 ['OS=="android"', { |
| 620 'sources!': [ | 626 'sources!': [ |
| 621 'cursor/image_cursors.cc', | 627 'cursor/image_cursors.cc', |
| 622 'cursor/image_cursors.h', | 628 'cursor/image_cursors.h', |
| 623 'default_theme_provider.cc', | 629 'default_theme_provider.cc', |
| 624 'dragdrop/drag_utils.cc', | 630 'dragdrop/drag_utils.cc', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 ], | 775 ], |
| 770 'variables': { | 776 'variables': { |
| 771 'jni_gen_package': 'ui', | 777 'jni_gen_package': 'ui', |
| 772 }, | 778 }, |
| 773 'includes': [ '../../build/jni_generator.gypi' ], | 779 'includes': [ '../../build/jni_generator.gypi' ], |
| 774 }, | 780 }, |
| 775 ], | 781 ], |
| 776 }], | 782 }], |
| 777 ], | 783 ], |
| 778 } | 784 } |
| OLD | NEW |