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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 4018, | 681 4018, |
682 ], | 682 ], |
683 'target_conditions': [ | 683 'target_conditions': [ |
684 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { | 684 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { |
685 'sources/': [ | 685 'sources/': [ |
686 ['exclude', '^nix/'], | 686 ['exclude', '^nix/'], |
687 ], | 687 ], |
688 'sources!': [ | 688 'sources!': [ |
689 'atomicops_internals_x86_gcc.cc', | 689 'atomicops_internals_x86_gcc.cc', |
690 'message_loop/message_pump_glib.cc', | 690 'message_loop/message_pump_glib.cc', |
691 'message_loop/message_pump_aurax11.cc', | 691 'message_loop/message_pump_x11.cc', |
692 ], | 692 ], |
693 }], | 693 }], |
694 ['<(toolkit_uses_gtk)==0 or >(nacl_untrusted_build)==1', { | 694 ['<(toolkit_uses_gtk)==0 or >(nacl_untrusted_build)==1', { |
695 'sources!': ['message_loop/message_pump_gtk.cc'], | 695 'sources!': ['message_loop/message_pump_gtk.cc'], |
696 }], | 696 }], |
697 ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_unt
rusted_build)==1', { | 697 ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_unt
rusted_build)==1', { |
698 'sources!': [ | 698 'sources!': [ |
699 # Not automatically excluded by the *linux.cc rules. | 699 # Not automatically excluded by the *linux.cc rules. |
700 'linux_util.cc', | 700 'linux_util.cc', |
701 ], | 701 ], |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 'posix/file_descriptor_shuffle.cc', | 847 'posix/file_descriptor_shuffle.cc', |
848 # Not using sha1_win.cc because it may have caused a | 848 # Not using sha1_win.cc because it may have caused a |
849 # regression to page cycler moz. | 849 # regression to page cycler moz. |
850 'sha1_win.cc', | 850 'sha1_win.cc', |
851 'strings/string16.cc', | 851 'strings/string16.cc', |
852 ], | 852 ], |
853 },], | 853 },], |
854 ['<(use_ozone) == 1', { | 854 ['<(use_ozone) == 1', { |
855 'sources!': [ | 855 'sources!': [ |
856 'message_loop/message_pump_glib.cc', | 856 'message_loop/message_pump_glib.cc', |
857 'message_loop/message_pump_aurax11.cc', | 857 'message_loop/message_pump_x11.cc', |
858 ] | 858 ] |
859 }], | 859 }], |
860 ['OS == "linux" and >(nacl_untrusted_build)==0', { | 860 ['OS == "linux" and >(nacl_untrusted_build)==0', { |
861 'sources!': [ | 861 'sources!': [ |
862 'files/file_path_watcher_kqueue.cc', | 862 'files/file_path_watcher_kqueue.cc', |
863 'files/file_path_watcher_stub.cc', | 863 'files/file_path_watcher_stub.cc', |
864 ], | 864 ], |
865 }], | 865 }], |
866 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { | 866 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { |
867 'sources/': [ | 867 'sources/': [ |
(...skipping 28 matching lines...) Expand all Loading... |
896 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 896 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
897 'sources/': [ | 897 'sources/': [ |
898 ['exclude', '^third_party/nspr/'], | 898 ['exclude', '^third_party/nspr/'], |
899 ], | 899 ], |
900 }], | 900 }], |
901 ], | 901 ], |
902 }], | 902 }], |
903 ], | 903 ], |
904 }, | 904 }, |
905 } | 905 } |
OLD | NEW |