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 4092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4103 ['webui_dialogs == 1', { | 4103 ['webui_dialogs == 1', { |
4104 'sources/': [ | 4104 'sources/': [ |
4105 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], | 4105 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], |
4106 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], | 4106 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], |
4107 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], | 4107 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], |
4108 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'], | 4108 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'], |
4109 ], | 4109 ], |
4110 }], | 4110 }], |
4111 ['toolkit_uses_gtk == 1', { | 4111 ['toolkit_uses_gtk == 1', { |
4112 'dependencies': [ | 4112 'dependencies': [ |
4113 '../build/linux/system.gyp:dbus-glib', | |
4114 '../build/linux/system.gyp:gconf', | 4113 '../build/linux/system.gyp:gconf', |
4115 '../build/linux/system.gyp:gtk', | 4114 '../build/linux/system.gyp:gtk', |
4116 '../build/linux/system.gyp:gtkprint', | 4115 '../build/linux/system.gyp:gtkprint', |
4117 '../build/linux/system.gyp:ssl', | 4116 '../build/linux/system.gyp:ssl', |
4118 '../build/linux/system.gyp:x11', | 4117 '../build/linux/system.gyp:x11', |
4119 '../third_party/undoview/undoview.gyp:undoview', | 4118 '../third_party/undoview/undoview.gyp:undoview', |
4120 ], | 4119 ], |
4121 'link_settings': { | 4120 'link_settings': { |
4122 'libraries': [ | 4121 'libraries': [ |
4123 # For dlsym() in 'browser/zygote_main_linux.cc' | 4122 # For dlsym() in 'browser/zygote_main_linux.cc' |
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5048 # weak imports in dependents, who still must #include | 5047 # weak imports in dependents, who still must #include |
5049 # closure_blocks_leopard_compat.h to get weak imports. | 5048 # closure_blocks_leopard_compat.h to get weak imports. |
5050 'type': 'none', | 5049 'type': 'none', |
5051 }], | 5050 }], |
5052 ], | 5051 ], |
5053 }, | 5052 }, |
5054 ], | 5053 ], |
5055 }], | 5054 }], |
5056 ], | 5055 ], |
5057 } | 5056 } |
OLD | NEW |