| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 'variables': { | 8 'variables': { |
| 9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
| 10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'worker/websharedworker_stub.h', | 653 'worker/websharedworker_stub.h', |
| 654 'worker/webworker_stub_base.cc', | 654 'worker/webworker_stub_base.cc', |
| 655 'worker/webworker_stub_base.h', | 655 'worker/webworker_stub_base.h', |
| 656 'worker/webworker_stub.cc', | 656 'worker/webworker_stub.cc', |
| 657 'worker/webworker_stub.h', | 657 'worker/webworker_stub.h', |
| 658 'worker/webworkerclient_proxy.cc', | 658 'worker/webworkerclient_proxy.cc', |
| 659 'worker/webworkerclient_proxy.h', | 659 'worker/webworkerclient_proxy.h', |
| 660 'worker/worker_main.cc', | 660 'worker/worker_main.cc', |
| 661 'worker/worker_thread.cc', | 661 'worker/worker_thread.cc', |
| 662 'worker/worker_thread.h', | 662 'worker/worker_thread.h', |
| 663 'worker/worker_webapplicationcachehost_impl.cc', |
| 664 'worker/worker_webapplicationcachehost_impl.h', |
| 663 'worker/worker_webkitclient_impl.cc', | 665 'worker/worker_webkitclient_impl.cc', |
| 664 'worker/worker_webkitclient_impl.h', | 666 'worker/worker_webkitclient_impl.h', |
| 665 ], | 667 ], |
| 666 'include_dirs': [ | 668 'include_dirs': [ |
| 667 '..', | 669 '..', |
| 668 ], | 670 ], |
| 669 }, | 671 }, |
| 670 { | 672 { |
| 671 # Provides a syncapi dynamic library target from checked-in binaries, | 673 # Provides a syncapi dynamic library target from checked-in binaries, |
| 672 # or from compiling a stub implementation. | 674 # or from compiling a stub implementation. |
| (...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1617 }], # targets | 1619 }], # targets |
| 1618 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1620 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1619 ], # 'conditions' | 1621 ], # 'conditions' |
| 1620 } | 1622 } |
| 1621 | 1623 |
| 1622 # Local Variables: | 1624 # Local Variables: |
| 1623 # tab-width:2 | 1625 # tab-width:2 |
| 1624 # indent-tabs-mode:nil | 1626 # indent-tabs-mode:nil |
| 1625 # End: | 1627 # End: |
| 1626 # vim: set expandtab tabstop=2 shiftwidth=2: | 1628 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |