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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 # For accessibility | 537 # For accessibility |
538 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 538 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
539 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 539 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
540 ], | 540 ], |
541 'sources!': [ | 541 'sources!': [ |
542 'browser/power_save_blocker_stub.cc', | 542 'browser/power_save_blocker_stub.cc', |
543 ], | 543 ], |
544 }], | 544 }], |
545 ['toolkit_uses_gtk == 1', { | 545 ['toolkit_uses_gtk == 1', { |
546 'dependencies': [ | 546 'dependencies': [ |
547 '../build/linux/system.gyp:dbus-glib', | 547 '../build/linux/system.gyp:dbus', |
548 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 548 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
549 '../build/linux/system.gyp:fontconfig', | 549 '../build/linux/system.gyp:fontconfig', |
550 '../build/linux/system.gyp:gtk', | 550 '../build/linux/system.gyp:gtk', |
551 # For XShm* in backing_store_x.cc | 551 # For XShm* in backing_store_x.cc |
552 '../build/linux/system.gyp:x11', | 552 '../build/linux/system.gyp:x11', |
| 553 '../dbus/dbus.gyp:dbus', |
553 ], | 554 ], |
554 }], | 555 }], |
555 ['OS=="linux" and chromeos==1', { | 556 ['OS=="linux" and chromeos==1', { |
556 'sources/': [ | 557 'sources/': [ |
557 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], | 558 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], |
558 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], | 559 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], |
559 ] | 560 ] |
560 }], | 561 }], |
561 ['OS=="mac"', { | 562 ['OS=="mac"', { |
562 'sources!': [ | 563 'sources!': [ |
(...skipping 21 matching lines...) Expand all Loading... |
584 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 585 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
585 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 586 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
586 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 587 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
587 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 588 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
588 ], | 589 ], |
589 }], | 590 }], |
590 ], | 591 ], |
591 }, | 592 }, |
592 ], | 593 ], |
593 } | 594 } |
OLD | NEW |