| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr
ameworks', | 476 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr
ameworks', |
| 477 ], | 477 ], |
| 478 'conditions': [ | 478 'conditions': [ |
| 479 [ 'use_glib==0', { | 479 [ 'use_glib==0', { |
| 480 'sources/': [ | 480 'sources/': [ |
| 481 ['exclude', '^nix/'], | 481 ['exclude', '^nix/'], |
| 482 ], | 482 ], |
| 483 'sources!': [ | 483 'sources!': [ |
| 484 'atomicops_internals_x86_gcc.cc', | 484 'atomicops_internals_x86_gcc.cc', |
| 485 'message_pump_glib.cc', | 485 'message_pump_glib.cc', |
| 486 'message_pump_x.cc', | 486 'message_pump_aurax11.cc', |
| 487 ], | 487 ], |
| 488 }], | 488 }], |
| 489 [ 'toolkit_uses_gtk==0', { | 489 [ 'toolkit_uses_gtk==0', { |
| 490 'sources!': [ 'message_pump_gtk.cc', ], | 490 'sources!': [ 'message_pump_gtk.cc', ], |
| 491 }], | 491 }], |
| 492 [ 'use_aura==0 or OS == "win" or OS == "mac"', { | |
| 493 'sources!' : [ 'message_pump_x.cc', ], | |
| 494 }, { | |
| 495 'sources!' : [ 'message_pump_gtk.cc', ], | |
| 496 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ], | |
| 497 }], | |
| 498 [ 'OS != "linux" and os_bsd != 1', { | 492 [ 'OS != "linux" and os_bsd != 1', { |
| 499 'sources!': [ | 493 'sources!': [ |
| 500 # Not automatically excluded by the *linux.cc rules. | 494 # Not automatically excluded by the *linux.cc rules. |
| 501 'linux_util.cc', | 495 'linux_util.cc', |
| 502 ], | 496 ], |
| 503 }, | 497 }, |
| 504 ], | 498 ], |
| 505 [ 'OS == "android"', { | 499 [ 'OS == "android"', { |
| 506 'sources!': [ | 500 'sources!': [ |
| 507 'files/file_path_watcher_kqueue.cc', | 501 'files/file_path_watcher_kqueue.cc', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 'linux_util.h', | 784 'linux_util.h', |
| 791 'md5.cc', | 785 'md5.cc', |
| 792 'md5.h', | 786 'md5.h', |
| 793 'message_pump_android.cc', | 787 'message_pump_android.cc', |
| 794 'message_pump_android.h', | 788 'message_pump_android.h', |
| 795 'message_pump_glib.cc', | 789 'message_pump_glib.cc', |
| 796 'message_pump_glib.h', | 790 'message_pump_glib.h', |
| 797 'message_pump_gtk.cc', | 791 'message_pump_gtk.cc', |
| 798 'message_pump_gtk.h', | 792 'message_pump_gtk.h', |
| 799 'message_pump_observer.h', | 793 'message_pump_observer.h', |
| 800 'message_pump_x.cc', | 794 'message_pump_aurax11.cc', |
| 801 'message_pump_x.h', | 795 'message_pump_aurax11.h', |
| 802 'message_pump_libevent.cc', | 796 'message_pump_libevent.cc', |
| 803 'message_pump_libevent.h', | 797 'message_pump_libevent.h', |
| 804 'message_pump_mac.h', | 798 'message_pump_mac.h', |
| 805 'message_pump_mac.mm', | 799 'message_pump_mac.mm', |
| 806 'metrics/field_trial.cc', | 800 'metrics/field_trial.cc', |
| 807 'metrics/field_trial.h', | 801 'metrics/field_trial.h', |
| 808 'string16.cc', | 802 'string16.cc', |
| 809 'string16.h', | 803 'string16.h', |
| 810 'sync_socket.h', | 804 'sync_socket.h', |
| 811 'sync_socket_win.cc', | 805 'sync_socket_win.cc', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 'third_party/xdg_mime/xdgmimemagic.c', | 937 'third_party/xdg_mime/xdgmimemagic.c', |
| 944 'third_party/xdg_mime/xdgmimemagic.h', | 938 'third_party/xdg_mime/xdgmimemagic.h', |
| 945 'third_party/xdg_mime/xdgmimeparent.c', | 939 'third_party/xdg_mime/xdgmimeparent.c', |
| 946 'third_party/xdg_mime/xdgmimeparent.h', | 940 'third_party/xdg_mime/xdgmimeparent.h', |
| 947 ], | 941 ], |
| 948 }, | 942 }, |
| 949 ], | 943 ], |
| 950 }], | 944 }], |
| 951 ], | 945 ], |
| 952 } | 946 } |
| OLD | NEW |