| 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 4123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4134 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h'
], | 4134 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h'
], |
| 4135 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'], | 4135 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'], |
| 4136 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'], | 4136 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'], |
| 4137 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'], | 4137 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'], |
| 4138 ['exclude', '^browser/ui/views/task_manager_view.cc'], | 4138 ['exclude', '^browser/ui/views/task_manager_view.cc'], |
| 4139 ['exclude', '^browser/ui/views/task_manager_view.h'], | 4139 ['exclude', '^browser/ui/views/task_manager_view.h'], |
| 4140 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'], | 4140 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'], |
| 4141 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], | 4141 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], |
| 4142 ['include', '^browser/ui/views/simple_message_box_views.cc'], | 4142 ['include', '^browser/ui/views/simple_message_box_views.cc'], |
| 4143 ['include', '^browser/ui/views/simple_message_box_views.h'], | 4143 ['include', '^browser/ui/views/simple_message_box_views.h'], |
| 4144 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'], |
| 4145 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], |
| 4146 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], |
| 4147 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], |
| 4148 ['include', '^browser/ui/webui/repost_form_warning_ui.cc'], |
| 4149 ['include', '^browser/ui/webui/repost_form_warning_ui.h'], |
| 4144 ], | 4150 ], |
| 4145 'dependencies': [ | 4151 'dependencies': [ |
| 4146 '../ui/aura_shell/aura_shell.gyp:aura_shell', | 4152 '../ui/aura_shell/aura_shell.gyp:aura_shell', |
| 4147 ], | 4153 ], |
| 4148 }], | 4154 }], |
| 4149 ['use_virtual_keyboard==0', { | 4155 ['use_virtual_keyboard==0', { |
| 4150 'sources/': [ | 4156 'sources/': [ |
| 4151 ['exclude', '^browser/ui/virtual_keyboard/*'], | 4157 ['exclude', '^browser/ui/virtual_keyboard/*'], |
| 4152 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 4158 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
| 4153 ], | 4159 ], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 4174 # breakpad_linux.cc uses generated file_version_info_linux.h. | 4180 # breakpad_linux.cc uses generated file_version_info_linux.h. |
| 4175 '<(SHARED_INTERMEDIATE_DIR)', | 4181 '<(SHARED_INTERMEDIATE_DIR)', |
| 4176 '../breakpad/src', | 4182 '../breakpad/src', |
| 4177 ], | 4183 ], |
| 4178 }, { # linux_breakpad==0 | 4184 }, { # linux_breakpad==0 |
| 4179 'sources': [ | 4185 'sources': [ |
| 4180 'browser/crash_handler_host_linux_stub.cc', | 4186 'browser/crash_handler_host_linux_stub.cc', |
| 4181 ], | 4187 ], |
| 4182 }], | 4188 }], |
| 4183 ], | 4189 ], |
| 4184 }], | 4190 }], |
| 4185 ['OS=="linux" and use_aura==1', { | 4191 ['OS=="linux" and use_aura==1', { |
| 4186 'dependencies': [ | 4192 'dependencies': [ |
| 4187 '../build/linux/system.gyp:dbus', | 4193 '../build/linux/system.gyp:dbus', |
| 4188 '../build/linux/system.gyp:fontconfig', | 4194 '../build/linux/system.gyp:fontconfig', |
| 4189 '../build/linux/system.gyp:x11', | 4195 '../build/linux/system.gyp:x11', |
| 4190 '../dbus/dbus.gyp:dbus', | 4196 '../dbus/dbus.gyp:dbus', |
| 4191 ], | 4197 ], |
| 4192 }], | 4198 }], |
| 4193 # Exclude WebUI certificate viewer if not POSIX or mac (these OS's have | 4199 # Exclude WebUI certificate viewer if not POSIX or mac (these OS's have |
| 4194 # native certificate viewers). | 4200 # native certificate viewers). |
| 4195 ['os_posix == 0 or OS == "mac"', { | 4201 ['os_posix == 0 or OS == "mac"', { |
| 4196 'sources/': [ | 4202 'sources/': [ |
| 4197 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], | 4203 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], |
| 4198 ['exclude', '^browser/ui/webui/certificate_viewer.h'], | 4204 ['exclude', '^browser/ui/webui/certificate_viewer.h'], |
| 4199 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], | 4205 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], |
| 4200 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], | 4206 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], |
| 4201 ], | 4207 ], |
| 4202 }], | 4208 }], |
| (...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5085 'type': 'static_library', | 5091 'type': 'static_library', |
| 5086 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5092 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5087 'variables': { | 5093 'variables': { |
| 5088 'proto_in_dir': 'browser/history', | 5094 'proto_in_dir': 'browser/history', |
| 5089 'proto_out_dir': 'chrome/browser/history', | 5095 'proto_out_dir': 'chrome/browser/history', |
| 5090 }, | 5096 }, |
| 5091 'includes': [ '../build/protoc.gypi' ] | 5097 'includes': [ '../build/protoc.gypi' ] |
| 5092 }, | 5098 }, |
| 5093 ], | 5099 ], |
| 5094 } | 5100 } |
| OLD | NEW |