| 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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 'common', | 840 'common', |
| 841 'common_net', | 841 'common_net', |
| 842 '../base/base.gyp:base', | 842 '../base/base.gyp:base', |
| 843 '../jingle/jingle.gyp:notifier', | 843 '../jingle/jingle.gyp:notifier', |
| 844 '../net/net.gyp:net', | 844 '../net/net.gyp:net', |
| 845 '../printing/printing.gyp:printing', | 845 '../printing/printing.gyp:printing', |
| 846 '../skia/skia.gyp:skia', | 846 '../skia/skia.gyp:skia', |
| 847 '../third_party/libjingle/libjingle.gyp:libjingle', | 847 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 848 ], | 848 ], |
| 849 'sources': [ | 849 'sources': [ |
| 850 'service/chrome_service_application_mac.h', |
| 851 'service/chrome_service_application_mac.mm', |
| 850 'service/service_child_process_host.cc', | 852 'service/service_child_process_host.cc', |
| 851 'service/service_child_process_host.h', | 853 'service/service_child_process_host.h', |
| 852 'service/service_ipc_server.cc', | 854 'service/service_ipc_server.cc', |
| 853 'service/service_ipc_server.h', | 855 'service/service_ipc_server.h', |
| 854 'service/service_main.cc', | 856 'service/service_main.cc', |
| 855 'service/service_process.cc', | 857 'service/service_process.cc', |
| 856 'service/service_process.h', | 858 'service/service_process.h', |
| 857 'service/service_process_prefs.cc', | 859 'service/service_process_prefs.cc', |
| 858 'service/service_process_prefs.h', | 860 'service/service_process_prefs.h', |
| 859 'service/service_utility_process_host.cc', | 861 'service/service_utility_process_host.cc', |
| (...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1690 'destination': '<(PRODUCT_DIR)', | 1692 'destination': '<(PRODUCT_DIR)', |
| 1691 'files': [ | 1693 'files': [ |
| 1692 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1694 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
| 1693 ], | 1695 ], |
| 1694 }, | 1696 }, |
| 1695 ], | 1697 ], |
| 1696 }], # targets | 1698 }], # targets |
| 1697 }], # os_posix == 1 and OS != "mac" | 1699 }], # os_posix == 1 and OS != "mac" |
| 1698 ], # 'conditions' | 1700 ], # 'conditions' |
| 1699 } | 1701 } |
| OLD | NEW |