Chromium Code Reviews| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 523 'clipboard/clipboard_aura.cc', | 522 'clipboard/clipboard_aura.cc', |
| 524 ], | 523 ], |
| 525 }, { | 524 }, { |
| 526 'sources!': [ | 525 'sources!': [ |
| 527 'clipboard/clipboard_aurax11.cc', | 526 'clipboard/clipboard_aurax11.cc', |
| 528 ], | 527 ], |
| 529 }], | 528 }], |
| 530 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { | 529 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { |
| 531 'sources!': [ | 530 'sources!': [ |
| 532 'dragdrop/os_exchange_data_provider_aurax11.cc', | 531 'dragdrop/os_exchange_data_provider_aurax11.cc', |
| 533 'touch/touch_device.cc', | |
| 534 ], | 532 ], |
| 535 }, { | 533 }, { |
| 536 'sources!': [ | 534 'sources!': [ |
| 537 'dragdrop/os_exchange_data_provider_aura.cc', | 535 'dragdrop/os_exchange_data_provider_aura.cc', |
| 538 'dragdrop/os_exchange_data_provider_aura.h', | 536 'dragdrop/os_exchange_data_provider_aura.h', |
| 539 'touch/touch_device_aurax11.cc', | 537 ], |
| 538 }], | |
| 539 ['chromeos==1 or OS=="linux"', { | |
|
sadrul
2015/01/20 18:44:08
I think you can use just 'OS=="linux"' here.
mustaq
2015/01/21 17:07:35
Done.
| |
| 540 'sources!': [ | |
| 541 'touch/touch_device.cc', | |
| 542 ], | |
| 543 }, { | |
| 544 'sources!': [ | |
| 545 'touch/touch_device_linux.cc', | |
| 540 ], | 546 ], |
| 541 }], | 547 }], |
| 542 ['OS=="win"', { | 548 ['OS=="win"', { |
| 543 'sources!': [ | 549 'sources!': [ |
| 544 'touch/touch_device.cc', | 550 'touch/touch_device.cc', |
| 545 ], | 551 ], |
| 546 'include_dirs': [ | 552 'include_dirs': [ |
| 547 '../..', | 553 '../..', |
| 548 '../../third_party/wtl/include', | 554 '../../third_party/wtl/include', |
| 549 ], | 555 ], |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 566 }, | 572 }, |
| 567 }, | 573 }, |
| 568 'link_settings': { | 574 'link_settings': { |
| 569 'libraries': [ | 575 'libraries': [ |
| 570 '-limm32.lib', | 576 '-limm32.lib', |
| 571 '-ld2d1.lib', | 577 '-ld2d1.lib', |
| 572 '-ldwmapi.lib', | 578 '-ldwmapi.lib', |
| 573 '-loleacc.lib', | 579 '-loleacc.lib', |
| 574 ], | 580 ], |
| 575 }, | 581 }, |
| 576 },{ # OS!="win" | 582 }, { # OS!="win" |
| 577 'conditions': [ | 583 'conditions': [ |
| 578 ['use_aura==0', { | 584 ['use_aura==0', { |
| 579 'sources!': [ | 585 'sources!': [ |
| 580 'view_prop.cc', | 586 'view_prop.cc', |
| 581 'view_prop.h', | 587 'view_prop.h', |
| 582 ], | 588 ], |
| 583 }], | 589 }], |
| 584 ], | 590 ], |
| 585 }], | 591 }], |
| 586 ['OS=="mac"', { | 592 ['OS=="mac"', { |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 792 ], | 798 ], |
| 793 'variables': { | 799 'variables': { |
| 794 'jni_gen_package': 'ui', | 800 'jni_gen_package': 'ui', |
| 795 }, | 801 }, |
| 796 'includes': [ '../../build/jni_generator.gypi' ], | 802 'includes': [ '../../build/jni_generator.gypi' ], |
| 797 }, | 803 }, |
| 798 ], | 804 ], |
| 799 }], | 805 }], |
| 800 ], | 806 ], |
| 801 } | 807 } |
| OLD | NEW |