| 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 '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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'common', | 817 'common', |
| 818 'common_net', | 818 'common_net', |
| 819 '../base/base.gyp:base', | 819 '../base/base.gyp:base', |
| 820 '../jingle/jingle.gyp:notifier', | 820 '../jingle/jingle.gyp:notifier', |
| 821 '../net/net.gyp:net', | 821 '../net/net.gyp:net', |
| 822 '../printing/printing.gyp:printing', | 822 '../printing/printing.gyp:printing', |
| 823 '../skia/skia.gyp:skia', | 823 '../skia/skia.gyp:skia', |
| 824 '../third_party/libjingle/libjingle.gyp:libjingle', | 824 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 825 ], | 825 ], |
| 826 'sources': [ | 826 'sources': [ |
| 827 'service/chrome_service_application_mac.h', |
| 828 'service/chrome_service_application_mac.mm', |
| 827 'service/service_child_process_host.cc', | 829 'service/service_child_process_host.cc', |
| 828 'service/service_child_process_host.h', | 830 'service/service_child_process_host.h', |
| 829 'service/service_ipc_server.cc', | 831 'service/service_ipc_server.cc', |
| 830 'service/service_ipc_server.h', | 832 'service/service_ipc_server.h', |
| 831 'service/service_main.cc', | 833 'service/service_main.cc', |
| 832 'service/service_process.cc', | 834 'service/service_process.cc', |
| 833 'service/service_process.h', | 835 'service/service_process.h', |
| 834 'service/service_process_prefs.cc', | 836 'service/service_process_prefs.cc', |
| 835 'service/service_process_prefs.h', | 837 'service/service_process_prefs.h', |
| 836 'service/service_utility_process_host.cc', | 838 'service/service_utility_process_host.cc', |
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1705 'destination': '<(PRODUCT_DIR)', | 1707 'destination': '<(PRODUCT_DIR)', |
| 1706 'files': [ | 1708 'files': [ |
| 1707 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1709 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
| 1708 ], | 1710 ], |
| 1709 }, | 1711 }, |
| 1710 ], | 1712 ], |
| 1711 }], # targets | 1713 }], # targets |
| 1712 }], # os_posix == 1 and OS != "mac" | 1714 }], # os_posix == 1 and OS != "mac" |
| 1713 ], # 'conditions' | 1715 ], # 'conditions' |
| 1714 } | 1716 } |
| OLD | NEW |