| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 'resource/resource_handle.h', | 345 'resource/resource_handle.h', |
| 346 'text/bytes_formatting.cc', | 346 'text/bytes_formatting.cc', |
| 347 'text/bytes_formatting.h', | 347 'text/bytes_formatting.h', |
| 348 'theme_provider.cc', | 348 'theme_provider.cc', |
| 349 'theme_provider.h', | 349 'theme_provider.h', |
| 350 'touch/selection_bound.cc', | 350 'touch/selection_bound.cc', |
| 351 'touch/selection_bound.h', | 351 'touch/selection_bound.h', |
| 352 'touch/touch_device.cc', | 352 'touch/touch_device.cc', |
| 353 'touch/touch_device.h', | 353 'touch/touch_device.h', |
| 354 'touch/touch_device_android.cc', | 354 'touch/touch_device_android.cc', |
| 355 'touch/touch_device_aurax11.cc', | 355 'touch/touch_device_linux.cc', |
| 356 'touch/touch_device_ozone.cc', | |
| 357 'touch/touch_device_win.cc', | 356 'touch/touch_device_win.cc', |
| 358 'touch/touch_editing_controller.cc', | 357 'touch/touch_editing_controller.cc', |
| 359 'touch/touch_editing_controller.h', | 358 'touch/touch_editing_controller.h', |
| 360 'touch/touch_enabled.cc', | 359 'touch/touch_enabled.cc', |
| 361 'touch/touch_enabled.h', | 360 'touch/touch_enabled.h', |
| 362 'ui_base_export.h', | 361 'ui_base_export.h', |
| 363 'ui_base_exports.cc', | 362 'ui_base_exports.cc', |
| 364 'ui_base_paths.cc', | 363 'ui_base_paths.cc', |
| 365 'ui_base_paths.h', | 364 'ui_base_paths.h', |
| 366 'ui_base_switches.cc', | 365 'ui_base_switches.cc', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 }], | 524 }], |
| 526 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { | 525 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { |
| 527 'sources!': [ | 526 'sources!': [ |
| 528 'dragdrop/os_exchange_data_provider_aurax11.cc', | 527 'dragdrop/os_exchange_data_provider_aurax11.cc', |
| 529 'touch/touch_device.cc', | 528 'touch/touch_device.cc', |
| 530 ], | 529 ], |
| 531 }, { | 530 }, { |
| 532 'sources!': [ | 531 'sources!': [ |
| 533 'dragdrop/os_exchange_data_provider_aura.cc', | 532 'dragdrop/os_exchange_data_provider_aura.cc', |
| 534 'dragdrop/os_exchange_data_provider_aura.h', | 533 'dragdrop/os_exchange_data_provider_aura.h', |
| 535 'touch/touch_device_aurax11.cc', | 534 'touch/touch_device_linux.cc', |
| 536 ], | 535 ], |
| 537 }], | 536 }], |
| 538 ['OS=="win"', { | 537 ['OS=="win"', { |
| 539 'sources!': [ | 538 'sources!': [ |
| 540 'touch/touch_device.cc', | 539 'touch/touch_device.cc', |
| 541 ], | 540 ], |
| 542 'include_dirs': [ | 541 'include_dirs': [ |
| 543 '../..', | 542 '../..', |
| 544 '../../third_party/wtl/include', | 543 '../../third_party/wtl/include', |
| 545 ], | 544 ], |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 ], | 787 ], |
| 789 'variables': { | 788 'variables': { |
| 790 'jni_gen_package': 'ui', | 789 'jni_gen_package': 'ui', |
| 791 }, | 790 }, |
| 792 'includes': [ '../../build/jni_generator.gypi' ], | 791 'includes': [ '../../build/jni_generator.gypi' ], |
| 793 }, | 792 }, |
| 794 ], | 793 ], |
| 795 }], | 794 }], |
| 796 ], | 795 ], |
| 797 } | 796 } |
| OLD | NEW |