| 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 2579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2590 'app/breakpad_linux.cc', | 2590 'app/breakpad_linux.cc', |
| 2591 'app/breakpad_linux.h', | 2591 'app/breakpad_linux.h', |
| 2592 'browser/crash_handler_host_linux.cc', | 2592 'browser/crash_handler_host_linux.cc', |
| 2593 ], | 2593 ], |
| 2594 'dependencies': [ | 2594 'dependencies': [ |
| 2595 '../breakpad/breakpad.gyp:breakpad_client', | 2595 '../breakpad/breakpad.gyp:breakpad_client', |
| 2596 ], | 2596 ], |
| 2597 'include_dirs': [ | 2597 'include_dirs': [ |
| 2598 # breakpad_linux.cc wants file_version_info_linux.h | 2598 # breakpad_linux.cc wants file_version_info_linux.h |
| 2599 '<(SHARED_INTERMEDIATE_DIR)', | 2599 '<(SHARED_INTERMEDIATE_DIR)', |
| 2600 '../breakpad/src', |
| 2600 ], | 2601 ], |
| 2601 }, { # linux_breakpad==0 | 2602 }, { # linux_breakpad==0 |
| 2602 'sources': [ | 2603 'sources': [ |
| 2603 'browser/crash_handler_host_linux_stub.cc', | 2604 'browser/crash_handler_host_linux_stub.cc', |
| 2604 ], | 2605 ], |
| 2605 }], | 2606 }], |
| 2606 ], | 2607 ], |
| 2607 }], | 2608 }], |
| 2608 ['OS=="linux" and toolkit_views==0', { | 2609 ['OS=="linux" and toolkit_views==0', { |
| 2609 'sources!': [ | 2610 'sources!': [ |
| (...skipping 4357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6967 ] | 6968 ] |
| 6968 }], | 6969 }], |
| 6969 ], # 'conditions' | 6970 ], # 'conditions' |
| 6970 } | 6971 } |
| 6971 | 6972 |
| 6972 # Local Variables: | 6973 # Local Variables: |
| 6973 # tab-width:2 | 6974 # tab-width:2 |
| 6974 # indent-tabs-mode:nil | 6975 # indent-tabs-mode:nil |
| 6975 # End: | 6976 # End: |
| 6976 # vim: set expandtab tabstop=2 shiftwidth=2: | 6977 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |