| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 'dependencies': [ | 562 'dependencies': [ |
| 563 '../build/linux/system.gyp:dbus', | 563 '../build/linux/system.gyp:dbus', |
| 564 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 564 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
| 565 '../build/linux/system.gyp:fontconfig', | 565 '../build/linux/system.gyp:fontconfig', |
| 566 '../build/linux/system.gyp:gtk', | 566 '../build/linux/system.gyp:gtk', |
| 567 # For XShm* in backing_store_x.cc | 567 # For XShm* in backing_store_x.cc |
| 568 '../build/linux/system.gyp:x11', | 568 '../build/linux/system.gyp:x11', |
| 569 '../dbus/dbus.gyp:dbus', | 569 '../dbus/dbus.gyp:dbus', |
| 570 ], | 570 ], |
| 571 }], | 571 }], |
| 572 ['OS=="linux" and chromeos==1', { | |
| 573 'sources/': [ | |
| 574 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], | |
| 575 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], | |
| 576 ] | |
| 577 }], | |
| 578 ['OS=="linux" and toolkit_views==1',{ | 572 ['OS=="linux" and toolkit_views==1',{ |
| 579 'dependencies': [ | 573 'dependencies': [ |
| 580 '../views/views.gyp:views', | 574 '../views/views.gyp:views', |
| 581 ], | 575 ], |
| 582 }], | 576 }], |
| 583 ['OS=="mac"', { | 577 ['OS=="mac"', { |
| 584 'sources!': [ | 578 'sources!': [ |
| 585 'browser/power_save_blocker_stub.cc', | 579 'browser/power_save_blocker_stub.cc', |
| 586 ], | 580 ], |
| 587 'link_settings': { | 581 'link_settings': { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 606 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 600 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 607 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 601 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 608 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 602 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
| 609 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 603 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
| 610 ], | 604 ], |
| 611 }], | 605 }], |
| 612 ], | 606 ], |
| 613 }, | 607 }, |
| 614 ], | 608 ], |
| 615 } | 609 } |
| OLD | NEW |