| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'plugin/npobject_stub.h', | 431 'plugin/npobject_stub.h', |
| 432 'plugin/npobject_util.cc', | 432 'plugin/npobject_util.cc', |
| 433 'plugin/npobject_util.h', | 433 'plugin/npobject_util.h', |
| 434 'plugin/plugin_channel.cc', | 434 'plugin/plugin_channel.cc', |
| 435 'plugin/plugin_channel.h', | 435 'plugin/plugin_channel.h', |
| 436 'plugin/plugin_channel_base.cc', | 436 'plugin/plugin_channel_base.cc', |
| 437 'plugin/plugin_channel_base.h', | 437 'plugin/plugin_channel_base.h', |
| 438 'plugin/plugin_interpose_util_mac.mm', | 438 'plugin/plugin_interpose_util_mac.mm', |
| 439 'plugin/plugin_interpose_util_mac.h', | 439 'plugin/plugin_interpose_util_mac.h', |
| 440 'plugin/plugin_main.cc', | 440 'plugin/plugin_main.cc', |
| 441 'plugin/plugin_main_linux.cc', |
| 441 'plugin/plugin_main_mac.mm', | 442 'plugin/plugin_main_mac.mm', |
| 442 'plugin/plugin_thread.cc', | 443 'plugin/plugin_thread.cc', |
| 443 'plugin/plugin_thread.h', | 444 'plugin/plugin_thread.h', |
| 444 'plugin/webplugin_delegate_stub.cc', | 445 'plugin/webplugin_delegate_stub.cc', |
| 445 'plugin/webplugin_delegate_stub.h', | 446 'plugin/webplugin_delegate_stub.h', |
| 446 'plugin/webplugin_proxy.cc', | 447 'plugin/webplugin_proxy.cc', |
| 447 'plugin/webplugin_proxy.h', | 448 'plugin/webplugin_proxy.h', |
| 448 ], | 449 ], |
| 449 # These are layered in conditionals in the event other platforms | 450 # These are layered in conditionals in the event other platforms |
| 450 # end up using this module as well. | 451 # end up using this module as well. |
| (...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1470 }], # targets | 1471 }], # targets |
| 1471 }], # OS=="linux" or OS=="freebsd" | 1472 }], # OS=="linux" or OS=="freebsd" |
| 1472 ], # 'conditions' | 1473 ], # 'conditions' |
| 1473 } | 1474 } |
| 1474 | 1475 |
| 1475 # Local Variables: | 1476 # Local Variables: |
| 1476 # tab-width:2 | 1477 # tab-width:2 |
| 1477 # indent-tabs-mode:nil | 1478 # indent-tabs-mode:nil |
| 1478 # End: | 1479 # End: |
| 1479 # vim: set expandtab tabstop=2 shiftwidth=2: | 1480 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |