| 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 # For accessibility | 543 # For accessibility |
| 544 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 544 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 545 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 545 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 546 ], | 546 ], |
| 547 'sources!': [ | 547 'sources!': [ |
| 548 'browser/power_save_blocker_stub.cc', | 548 'browser/power_save_blocker_stub.cc', |
| 549 ], | 549 ], |
| 550 }], | 550 }], |
| 551 ['toolkit_uses_gtk == 1', { | 551 ['toolkit_uses_gtk == 1', { |
| 552 'dependencies': [ | 552 'dependencies': [ |
| 553 '../build/linux/system.gyp:dbus-glib', | 553 '../build/linux/system.gyp:dbus', |
| 554 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 554 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
| 555 '../build/linux/system.gyp:fontconfig', | 555 '../build/linux/system.gyp:fontconfig', |
| 556 '../build/linux/system.gyp:gtk', | 556 '../build/linux/system.gyp:gtk', |
| 557 # For XShm* in backing_store_x.cc | 557 # For XShm* in backing_store_x.cc |
| 558 '../build/linux/system.gyp:x11', | 558 '../build/linux/system.gyp:x11', |
| 559 '../dbus/dbus.gyp:dbus', |
| 559 ], | 560 ], |
| 560 }], | 561 }], |
| 561 ['OS=="linux" and chromeos==1', { | 562 ['OS=="linux" and chromeos==1', { |
| 562 'sources/': [ | 563 'sources/': [ |
| 563 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], | 564 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], |
| 564 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], | 565 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], |
| 565 ] | 566 ] |
| 566 }], | 567 }], |
| 567 ['OS=="mac"', { | 568 ['OS=="mac"', { |
| 568 'sources!': [ | 569 'sources!': [ |
| (...skipping 21 matching lines...) Expand all Loading... |
| 590 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 591 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 591 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 592 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 592 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 593 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
| 593 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 594 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
| 594 ], | 595 ], |
| 595 }], | 596 }], |
| 596 ], | 597 ], |
| 597 }, | 598 }, |
| 598 ], | 599 ], |
| 599 } | 600 } |
| OLD | NEW |