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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 4097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4108 ['webui_dialogs == 1', { | 4108 ['webui_dialogs == 1', { |
4109 'sources/': [ | 4109 'sources/': [ |
4110 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], | 4110 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], |
4111 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], | 4111 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], |
4112 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], | 4112 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], |
4113 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'], | 4113 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'], |
4114 ], | 4114 ], |
4115 }], | 4115 }], |
4116 ['toolkit_uses_gtk == 1', { | 4116 ['toolkit_uses_gtk == 1', { |
4117 'dependencies': [ | 4117 'dependencies': [ |
| 4118 '../build/linux/system.gyp:dbus', |
4118 '../build/linux/system.gyp:gconf', | 4119 '../build/linux/system.gyp:gconf', |
4119 '../build/linux/system.gyp:gtk', | 4120 '../build/linux/system.gyp:gtk', |
4120 '../build/linux/system.gyp:gtkprint', | 4121 '../build/linux/system.gyp:gtkprint', |
4121 '../build/linux/system.gyp:ssl', | 4122 '../build/linux/system.gyp:ssl', |
4122 '../build/linux/system.gyp:x11', | 4123 '../build/linux/system.gyp:x11', |
| 4124 '../dbus/dbus.gyp:dbus', |
4123 '../third_party/undoview/undoview.gyp:undoview', | 4125 '../third_party/undoview/undoview.gyp:undoview', |
4124 ], | 4126 ], |
4125 'link_settings': { | 4127 'link_settings': { |
4126 'libraries': [ | 4128 'libraries': [ |
4127 # For dlsym() in 'browser/zygote_main_linux.cc' | 4129 # For dlsym() in 'browser/zygote_main_linux.cc' |
4128 '-ldl', | 4130 '-ldl', |
4129 ], | 4131 ], |
4130 }, | 4132 }, |
4131 'sources!': [ | 4133 'sources!': [ |
4132 'browser/ui/views/extensions/extension_view.cc', | 4134 'browser/ui/views/extensions/extension_view.cc', |
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5055 # weak imports in dependents, who still must #include | 5057 # weak imports in dependents, who still must #include |
5056 # closure_blocks_leopard_compat.h to get weak imports. | 5058 # closure_blocks_leopard_compat.h to get weak imports. |
5057 'type': 'none', | 5059 'type': 'none', |
5058 }], | 5060 }], |
5059 ], | 5061 ], |
5060 }, | 5062 }, |
5061 ], | 5063 ], |
5062 }], | 5064 }], |
5063 ], | 5065 ], |
5064 } | 5066 } |
OLD | NEW |