| 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 '-lsensorsapi.lib', | 556 '-lsensorsapi.lib', |
| 557 ], | 557 ], |
| 558 }, | 558 }, |
| 559 'sources!': [ | 559 'sources!': [ |
| 560 'browser/power_save_blocker_stub.cc', | 560 'browser/power_save_blocker_stub.cc', |
| 561 ], | 561 ], |
| 562 }], | 562 }], |
| 563 ['toolkit_uses_gtk == 1', { | 563 ['toolkit_uses_gtk == 1', { |
| 564 'dependencies': [ | 564 'dependencies': [ |
| 565 '../build/linux/system.gyp:dbus', | 565 '../build/linux/system.gyp:dbus', |
| 566 '../build/linux/system.gyp:dbus-glib', |
| 566 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 567 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
| 567 '../build/linux/system.gyp:fontconfig', | 568 '../build/linux/system.gyp:fontconfig', |
| 568 '../build/linux/system.gyp:gtk', | 569 '../build/linux/system.gyp:gtk', |
| 569 # For XShm* in backing_store_x.cc | 570 # For XShm* in backing_store_x.cc |
| 570 '../build/linux/system.gyp:x11', | 571 '../build/linux/system.gyp:x11', |
| 571 '../dbus/dbus.gyp:dbus', | 572 '../dbus/dbus.gyp:dbus', |
| 572 ], | 573 ], |
| 573 'conditions': [ | 574 'conditions': [ |
| 574 ['linux_sandbox_path != ""', { | 575 ['linux_sandbox_path != ""', { |
| 575 'defines': [ | 576 'defines': [ |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], | 621 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], |
| 621 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc']
, | 622 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc']
, |
| 622 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], | 623 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], |
| 623 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], | 624 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], |
| 624 ], | 625 ], |
| 625 }], | 626 }], |
| 626 ], | 627 ], |
| 627 }, | 628 }, |
| 628 ], | 629 ], |
| 629 } | 630 } |
| OLD | NEW |