OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 3649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3660 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], | 3660 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], |
3661 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], | 3661 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], |
3662 ], | 3662 ], |
3663 }], | 3663 }], |
3664 ['toolkit_uses_gtk == 1', { | 3664 ['toolkit_uses_gtk == 1', { |
3665 'dependencies': [ | 3665 'dependencies': [ |
3666 '../build/linux/system.gyp:dbus-glib', | 3666 '../build/linux/system.gyp:dbus-glib', |
3667 '../build/linux/system.gyp:gconf', | 3667 '../build/linux/system.gyp:gconf', |
3668 '../build/linux/system.gyp:gtk', | 3668 '../build/linux/system.gyp:gtk', |
3669 '../build/linux/system.gyp:gtkprint', | 3669 '../build/linux/system.gyp:gtkprint', |
3670 '../build/linux/system.gyp:ssl', | 3670 '../build/linux/system.gyp:nss', |
3671 '../build/linux/system.gyp:x11', | 3671 '../build/linux/system.gyp:x11', |
3672 '../third_party/undoview/undoview.gyp:undoview', | 3672 '../third_party/undoview/undoview.gyp:undoview', |
3673 ], | 3673 ], |
3674 'link_settings': { | 3674 'link_settings': { |
3675 'libraries': [ | 3675 'libraries': [ |
3676 # For dlsym() in 'browser/zygote_main_linux.cc' | 3676 # For dlsym() in 'browser/zygote_main_linux.cc' |
3677 '-ldl', | 3677 '-ldl', |
3678 ], | 3678 ], |
3679 }, | 3679 }, |
3680 'sources!': [ | 3680 'sources!': [ |
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4622 'hard_dependency': 1, | 4622 'hard_dependency': 1, |
4623 }, | 4623 }, |
4624 ], | 4624 ], |
4625 } | 4625 } |
4626 | 4626 |
4627 # Local Variables: | 4627 # Local Variables: |
4628 # tab-width:2 | 4628 # tab-width:2 |
4629 # indent-tabs-mode:nil | 4629 # indent-tabs-mode:nil |
4630 # End: | 4630 # End: |
4631 # vim: set expandtab tabstop=2 shiftwidth=2: | 4631 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |