| 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 4047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4058 'sources!': [ | 4058 'sources!': [ |
| 4059 'browser/password_manager/native_backend_gnome_x.cc', | 4059 'browser/password_manager/native_backend_gnome_x.cc', |
| 4060 'browser/password_manager/native_backend_gnome_x.h', | 4060 'browser/password_manager/native_backend_gnome_x.h', |
| 4061 ], | 4061 ], |
| 4062 }], | 4062 }], |
| 4063 ['touchui==0', { | 4063 ['touchui==0', { |
| 4064 'sources/': [ | 4064 'sources/': [ |
| 4065 ['exclude', '^browser/chromeos/login/touch_*'], | 4065 ['exclude', '^browser/chromeos/login/touch_*'], |
| 4066 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | 4066 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], |
| 4067 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | 4067 ['exclude', '^browser/extensions/extension_input_ui_api.h'], |
| 4068 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.cc'], | |
| 4069 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.h'], | |
| 4070 ['exclude', '^browser/renderer_host/render_widget_host_view_views_to
uch.cc'], | 4068 ['exclude', '^browser/renderer_host/render_widget_host_view_views_to
uch.cc'], |
| 4071 ['exclude', '^browser/ui/touch/*'], | 4069 ['exclude', '^browser/ui/touch/*'], |
| 4072 ], | 4070 ], |
| 4073 }], | 4071 }], |
| 4074 ['touchui==1', { | 4072 ['touchui==1', { |
| 4075 'dependencies': [ | |
| 4076 '../ui/gfx/compositor/compositor.gyp:compositor', | |
| 4077 '../ui/gfx/gl/gl.gyp:gl', | |
| 4078 ], | |
| 4079 'sources/': [ | 4073 'sources/': [ |
| 4080 ['include', '^browser/ui/touch/*'], | 4074 ['include', '^browser/ui/touch/*'], |
| 4081 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], | 4075 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], |
| 4082 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 4076 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
| 4083 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 4077 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
| 4084 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_x11.cc'], | 4078 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_x11.cc'], |
| 4085 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], | 4079 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], |
| 4086 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view
_gtk.*'], | 4080 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view
_gtk.*'], |
| 4087 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], | 4081 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], |
| 4088 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], | 4082 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], |
| 4089 ], | 4083 ], |
| 4090 'include_dirs': [ | |
| 4091 '../third_party/angle/include', | |
| 4092 ], | |
| 4093 'link_settings': { | |
| 4094 'libraries': [ | |
| 4095 '-lXcomposite', | |
| 4096 ], | |
| 4097 }, | |
| 4098 }], | 4084 }], |
| 4099 ['use_aura==1', { | 4085 ['use_aura==1', { |
| 4100 'sources/': [ | 4086 'sources/': [ |
| 4101 ['exclude', '^browser/aeropeek_manager.cc'], | 4087 ['exclude', '^browser/aeropeek_manager.cc'], |
| 4102 ['exclude', '^browser/automation/automation_provider_win.cc'], | 4088 ['exclude', '^browser/automation/automation_provider_win.cc'], |
| 4103 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], | 4089 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], |
| 4104 ['exclude', '^browser/chromeos/native_dialog_window.cc'], | 4090 ['exclude', '^browser/chromeos/native_dialog_window.cc'], |
| 4105 ['exclude', '^browser/chromeos/native_dialog_window.h'], | 4091 ['exclude', '^browser/chromeos/native_dialog_window.h'], |
| 4106 ['exclude', '^browser/external_tab_container_win.cc'], | 4092 ['exclude', '^browser/external_tab_container_win.cc'], |
| 4107 ['exclude', '^browser/external_tab_container_win.h'], | 4093 ['exclude', '^browser/external_tab_container_win.h'], |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4162 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], | 4148 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], |
| 4163 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], | 4149 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], |
| 4164 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], | 4150 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], |
| 4165 ['include', '^browser/ui/webui/repost_form_warning_ui.cc'], | 4151 ['include', '^browser/ui/webui/repost_form_warning_ui.cc'], |
| 4166 ['include', '^browser/ui/webui/repost_form_warning_ui.h'], | 4152 ['include', '^browser/ui/webui/repost_form_warning_ui.h'], |
| 4167 ], | 4153 ], |
| 4168 'dependencies': [ | 4154 'dependencies': [ |
| 4169 '../ui/aura_shell/aura_shell.gyp:aura_shell', | 4155 '../ui/aura_shell/aura_shell.gyp:aura_shell', |
| 4170 ], | 4156 ], |
| 4171 }], | 4157 }], |
| 4158 ['views_gpu_image_transport==0', { |
| 4159 'sources/': [ |
| 4160 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.cc'], |
| 4161 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.h'], |
| 4162 ], |
| 4163 }], |
| 4164 ['views_gpu_image_transport==1', { |
| 4165 'dependencies': [ |
| 4166 '../ui/gfx/compositor/compositor.gyp:compositor', |
| 4167 '../ui/gfx/gl/gl.gyp:gl', |
| 4168 ], |
| 4169 'link_settings': { |
| 4170 'libraries': [ |
| 4171 '-lXcomposite', |
| 4172 ], |
| 4173 }, |
| 4174 'include_dirs': [ |
| 4175 '../third_party/angle/include', |
| 4176 ], |
| 4177 }], |
| 4172 ['use_virtual_keyboard==0', { | 4178 ['use_virtual_keyboard==0', { |
| 4173 'sources/': [ | 4179 'sources/': [ |
| 4174 ['exclude', '^browser/ui/virtual_keyboard/*'], | 4180 ['exclude', '^browser/ui/virtual_keyboard/*'], |
| 4175 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 4181 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
| 4176 ], | 4182 ], |
| 4177 }], | 4183 }], |
| 4178 ['os_posix == 1 and OS != "mac"', { | 4184 ['os_posix == 1 and OS != "mac"', { |
| 4179 'link_settings': { | 4185 'link_settings': { |
| 4180 'libraries': [ | 4186 'libraries': [ |
| 4181 '-lXss', | 4187 '-lXss', |
| (...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5129 'type': 'static_library', | 5135 'type': 'static_library', |
| 5130 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5136 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5131 'variables': { | 5137 'variables': { |
| 5132 'proto_in_dir': 'browser/history', | 5138 'proto_in_dir': 'browser/history', |
| 5133 'proto_out_dir': 'chrome/browser/history', | 5139 'proto_out_dir': 'chrome/browser/history', |
| 5134 }, | 5140 }, |
| 5135 'includes': [ '../build/protoc.gypi' ] | 5141 'includes': [ '../build/protoc.gypi' ] |
| 5136 }, | 5142 }, |
| 5137 ], | 5143 ], |
| 5138 } | 5144 } |
| OLD | NEW |