| 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 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 6042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6053 'test/test_launcher/in_proc_test_runner.cc', | 6053 'test/test_launcher/in_proc_test_runner.cc', |
| 6054 'test/test_launcher/test_runner.cc', | 6054 'test/test_launcher/test_runner.cc', |
| 6055 'test/test_launcher/test_runner.h', | 6055 'test/test_launcher/test_runner.h', |
| 6056 ], | 6056 ], |
| 6057 }, | 6057 }, |
| 6058 { | 6058 { |
| 6059 'target_name': 'crash_service', | 6059 'target_name': 'crash_service', |
| 6060 'type': 'executable', | 6060 'type': 'executable', |
| 6061 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', | 6061 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', |
| 6062 'dependencies': [ | 6062 'dependencies': [ |
| 6063 'common', | 6063 'common_constants', |
| 6064 '../base/base.gyp:base', | 6064 '../base/base.gyp:base', |
| 6065 '../breakpad/breakpad.gyp:breakpad_handler', | 6065 '../breakpad/breakpad.gyp:breakpad_handler', |
| 6066 '../breakpad/breakpad.gyp:breakpad_sender', | 6066 '../breakpad/breakpad.gyp:breakpad_sender', |
| 6067 ], | 6067 ], |
| 6068 'include_dirs': [ | 6068 'include_dirs': [ |
| 6069 '..', | 6069 '..', |
| 6070 ], | 6070 ], |
| 6071 'sources': [ | 6071 'sources': [ |
| 6072 'tools/crash_service/crash_service.cc', | 6072 'tools/crash_service/crash_service.cc', |
| 6073 'tools/crash_service/crash_service.h', | 6073 'tools/crash_service/crash_service.h', |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6662 'defines': [ | 6662 'defines': [ |
| 6663 'POSIX', | 6663 'POSIX', |
| 6664 ], | 6664 ], |
| 6665 }], | 6665 }], |
| 6666 ], | 6666 ], |
| 6667 }, | 6667 }, |
| 6668 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 | 6668 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 |
| 6669 }], | 6669 }], |
| 6670 ], # 'conditions' | 6670 ], # 'conditions' |
| 6671 } | 6671 } |
| OLD | NEW |