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 3895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3906 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], | 3906 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], |
3907 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], | 3907 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], |
3908 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'], | 3908 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'], |
3909 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'], | 3909 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'], |
3910 ['exclude', 'browser/ui/webui/repost_form_warning_ui.cc'], | 3910 ['exclude', 'browser/ui/webui/repost_form_warning_ui.cc'], |
3911 ['exclude', 'browser/ui/webui/repost_form_warning_ui.h'], | 3911 ['exclude', 'browser/ui/webui/repost_form_warning_ui.h'], |
3912 ], | 3912 ], |
3913 }], | 3913 }], |
3914 ['chromeos==1', { | 3914 ['chromeos==1', { |
3915 'dependencies': [ | 3915 'dependencies': [ |
| 3916 '../build/linux/system.gyp:dbus-glib', |
3916 '../third_party/libevent/libevent.gyp:libevent', | 3917 '../third_party/libevent/libevent.gyp:libevent', |
3917 'browser/chromeos/input_method/input_method.gyp:gencode', | 3918 'browser/chromeos/input_method/input_method.gyp:gencode', |
3918 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto'
, | 3919 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto'
, |
3919 ], | 3920 ], |
3920 'sources!': [ | 3921 'sources!': [ |
3921 'browser/background_mode_manager_linux.cc', | 3922 'browser/background_mode_manager_linux.cc', |
3922 'browser/first_run/upgrade_util.cc', | 3923 'browser/first_run/upgrade_util.cc', |
3923 'browser/first_run/upgrade_util.h', | 3924 'browser/first_run/upgrade_util.h', |
3924 'browser/first_run/upgrade_util_linux.cc', | 3925 'browser/first_run/upgrade_util_linux.cc', |
3925 'browser/idle_linux.cc', | 3926 'browser/idle_linux.cc', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4103 ['webui_dialogs == 1', { | 4104 ['webui_dialogs == 1', { |
4104 'sources/': [ | 4105 'sources/': [ |
4105 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], | 4106 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], |
4106 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], | 4107 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], |
4107 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], | 4108 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], |
4108 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'], | 4109 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'], |
4109 ], | 4110 ], |
4110 }], | 4111 }], |
4111 ['toolkit_uses_gtk == 1', { | 4112 ['toolkit_uses_gtk == 1', { |
4112 'dependencies': [ | 4113 'dependencies': [ |
4113 '../build/linux/system.gyp:dbus-glib', | 4114 '../build/linux/system.gyp:dbus', |
4114 '../build/linux/system.gyp:gconf', | 4115 '../build/linux/system.gyp:gconf', |
4115 '../build/linux/system.gyp:gtk', | 4116 '../build/linux/system.gyp:gtk', |
4116 '../build/linux/system.gyp:gtkprint', | 4117 '../build/linux/system.gyp:gtkprint', |
4117 '../build/linux/system.gyp:ssl', | 4118 '../build/linux/system.gyp:ssl', |
4118 '../build/linux/system.gyp:x11', | 4119 '../build/linux/system.gyp:x11', |
| 4120 '../dbus/dbus.gyp:dbus', |
4119 '../third_party/undoview/undoview.gyp:undoview', | 4121 '../third_party/undoview/undoview.gyp:undoview', |
4120 ], | 4122 ], |
4121 'link_settings': { | 4123 'link_settings': { |
4122 'libraries': [ | 4124 'libraries': [ |
4123 # For dlsym() in 'browser/zygote_main_linux.cc' | 4125 # For dlsym() in 'browser/zygote_main_linux.cc' |
4124 '-ldl', | 4126 '-ldl', |
4125 ], | 4127 ], |
4126 }, | 4128 }, |
4127 'sources!': [ | 4129 'sources!': [ |
4128 'browser/ui/views/extensions/extension_view.cc', | 4130 'browser/ui/views/extensions/extension_view.cc', |
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5048 # weak imports in dependents, who still must #include | 5050 # weak imports in dependents, who still must #include |
5049 # closure_blocks_leopard_compat.h to get weak imports. | 5051 # closure_blocks_leopard_compat.h to get weak imports. |
5050 'type': 'none', | 5052 'type': 'none', |
5051 }], | 5053 }], |
5052 ], | 5054 ], |
5053 }, | 5055 }, |
5054 ], | 5056 ], |
5055 }], | 5057 }], |
5056 ], | 5058 ], |
5057 } | 5059 } |
OLD | NEW |