| 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1660 }, | 1660 }, |
| 1661 { | 1661 { |
| 1662 'target_name': 'app', | 1662 'target_name': 'app', |
| 1663 'type': 'executable', | 1663 'type': 'executable', |
| 1664 'mac_bundle': 1, | 1664 'mac_bundle': 1, |
| 1665 'dependencies': [ | 1665 'dependencies': [ |
| 1666 'common', | 1666 'common', |
| 1667 'browser', | 1667 'browser', |
| 1668 'renderer', | 1668 'renderer', |
| 1669 '../printing/printing.gyp:printing', | 1669 '../printing/printing.gyp:printing', |
| 1670 '../webkit/webkit.gyp:inspector_resources', |
| 1670 ], | 1671 ], |
| 1671 'sources': [ | 1672 'sources': [ |
| 1672 # All .cc, .h, .m, and .mm files under app except for tests. | 1673 # All .cc, .h, .m, and .mm files under app except for tests. |
| 1673 'app/breakpad_win.cc', | 1674 'app/breakpad_win.cc', |
| 1674 'app/breakpad_win.h', | 1675 'app/breakpad_win.h', |
| 1675 'app/breakpad_mac.mm', | 1676 'app/breakpad_mac.mm', |
| 1676 'app/breakpad_mac.h', | 1677 'app/breakpad_mac.h', |
| 1677 'app/chrome_dll_main.cc', | 1678 'app/chrome_dll_main.cc', |
| 1678 'app/chrome_dll_resource.h', | 1679 'app/chrome_dll_resource.h', |
| 1679 'app/chrome_exe_main.cc', | 1680 'app/chrome_exe_main.cc', |
| (...skipping 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3018 '../tools/code_coverage/coverage_posix.py', | 3019 '../tools/code_coverage/coverage_posix.py', |
| 3019 '--directory', | 3020 '--directory', |
| 3020 '<(PRODUCT_DIR)' ], | 3021 '<(PRODUCT_DIR)' ], |
| 3021 }, | 3022 }, |
| 3022 ], # 'actions' | 3023 ], # 'actions' |
| 3023 }, | 3024 }, |
| 3024 ] | 3025 ] |
| 3025 }], | 3026 }], |
| 3026 ], # 'conditions' | 3027 ], # 'conditions' |
| 3027 } | 3028 } |
| OLD | NEW |