Chromium Code Reviews| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 598 ['OS=="mac"', { | 598 ['OS=="mac"', { |
| 599 'sources!': [ | 599 'sources!': [ |
| 600 'browser/power_save_blocker_stub.cc', | 600 'browser/power_save_blocker_stub.cc', |
| 601 ], | 601 ], |
| 602 'link_settings': { | 602 'link_settings': { |
| 603 'mac_bundle_resources': [ | 603 'mac_bundle_resources': [ |
| 604 'browser/gpu.sb', | 604 'browser/gpu.sb', |
| 605 'browser/worker.sb', | 605 'browser/worker.sb', |
| 606 ], | 606 ], |
| 607 }, | 607 }, |
| 608 'dependencies': [ | |
|
Mark Mentovai
2011/09/27 21:45:50
You’re not using this in here yet, right? Could yo
Avi (use Gerrit)
2011/09/27 21:50:09
OK.
| |
| 609 'closure_blocks_leopard_compat', | |
| 610 ], | |
| 608 }, { # OS!="mac" | 611 }, { # OS!="mac" |
| 609 'dependencies': [ | 612 'dependencies': [ |
| 610 '../sandbox/sandbox.gyp:sandbox', | 613 '../sandbox/sandbox.gyp:sandbox', |
| 611 ], | 614 ], |
| 612 }], | 615 }], |
| 613 ['chromeos==1', { | 616 ['chromeos==1', { |
| 614 'dependencies': [ | 617 'dependencies': [ |
| 615 '../build/linux/system.gyp:dbus-glib', | 618 '../build/linux/system.gyp:dbus-glib', |
| 616 ], | 619 ], |
| 617 'sources!': [ | 620 'sources!': [ |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 636 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 639 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 637 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 640 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 638 ['exclude', '^browser/renderer_host/render_widget_host.h'], | 641 ['exclude', '^browser/renderer_host/render_widget_host.h'], |
| 639 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], | 642 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], |
| 640 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], | 643 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], |
| 641 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], | 644 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], |
| 642 ], | 645 ], |
| 643 }], | 646 }], |
| 644 ], | 647 ], |
| 645 } | 648 } |
| OLD | NEW |