| 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': 'content_browser', | 8 'target_name': 'content_browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 'browser/renderer_host/p2p/socket_host_tcp_server.h', | 354 'browser/renderer_host/p2p/socket_host_tcp_server.h', |
| 355 'browser/renderer_host/p2p/socket_host_udp.cc', | 355 'browser/renderer_host/p2p/socket_host_udp.cc', |
| 356 'browser/renderer_host/p2p/socket_host_udp.h', | 356 'browser/renderer_host/p2p/socket_host_udp.h', |
| 357 'browser/renderer_host/p2p/socket_dispatcher_host.cc', | 357 'browser/renderer_host/p2p/socket_dispatcher_host.cc', |
| 358 'browser/renderer_host/p2p/socket_dispatcher_host.h', | 358 'browser/renderer_host/p2p/socket_dispatcher_host.h', |
| 359 ], | 359 ], |
| 360 }], | 360 }], |
| 361 ['OS=="win"', { | 361 ['OS=="win"', { |
| 362 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', | 362 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', |
| 363 }], | 363 }], |
| 364 ['OS=="linux"', { | 364 ['toolkit_uses_gtk == 1', { |
| 365 'dependencies': [ | 365 'dependencies': [ |
| 366 '../build/linux/system.gyp:dbus-glib', | 366 '../build/linux/system.gyp:dbus-glib', |
| 367 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 367 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
| 368 '../build/linux/system.gyp:fontconfig', | 368 '../build/linux/system.gyp:fontconfig', |
| 369 '../build/linux/system.gyp:gtk', | 369 '../build/linux/system.gyp:gtk', |
| 370 # For XShm* in backing_store_x.cc | 370 # For XShm* in backing_store_x.cc |
| 371 '../build/linux/system.gyp:x11', | 371 '../build/linux/system.gyp:x11', |
| 372 ], | 372 ], |
| 373 }], | 373 }], |
| 374 ['OS=="linux" and chromeos==1', { | 374 ['OS=="linux" and chromeos==1', { |
| 375 'sources/': [ | 375 'sources/': [ |
| 376 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], | 376 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], |
| 377 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], | 377 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], |
| 378 ] | 378 ] |
| 379 }], | 379 }], |
| 380 ['OS=="mac"', { | 380 ['OS=="mac"', { |
| 381 'link_settings': { | 381 'link_settings': { |
| 382 'mac_bundle_resources': [ | 382 'mac_bundle_resources': [ |
| 383 'browser/gpu.sb', | 383 'browser/gpu.sb', |
| 384 'browser/worker.sb', | 384 'browser/worker.sb', |
| 385 ], | 385 ], |
| 386 }, | 386 }, |
| 387 }], | 387 }], |
| 388 ], | 388 ], |
| 389 }, | 389 }, |
| 390 ], | 390 ], |
| 391 } | 391 } |
| OLD | NEW |