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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2077 ], | 2077 ], |
2078 }], | 2078 }], |
2079 ], | 2079 ], |
2080 }, | 2080 }, |
2081 { | 2081 { |
2082 'target_name': 'debugger', | 2082 'target_name': 'debugger', |
2083 'type': '<(library)', | 2083 'type': '<(library)', |
2084 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', | 2084 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', |
2085 'dependencies': [ | 2085 'dependencies': [ |
2086 'chrome_resources', | 2086 'chrome_resources', |
| 2087 'chrome_strings', |
2087 'theme_resources', | 2088 'theme_resources', |
2088 '../skia/skia.gyp:skia', | 2089 '../skia/skia.gyp:skia', |
2089 '../third_party/icu38/icu38.gyp:icui18n', | 2090 '../third_party/icu38/icu38.gyp:icui18n', |
2090 '../third_party/icu38/icu38.gyp:icuuc', | 2091 '../third_party/icu38/icu38.gyp:icuuc', |
2091 ], | 2092 ], |
2092 'include_dirs': [ | 2093 'include_dirs': [ |
2093 '..', | 2094 '..', |
2094 ], | 2095 ], |
2095 'sources': [ | 2096 'sources': [ |
2096 'browser/debugger/debugger_remote_service.cc', | 2097 'browser/debugger/debugger_remote_service.cc', |
(...skipping 2744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4841 # Use outputs of this action as inputs for the main target build. | 4842 # Use outputs of this action as inputs for the main target build. |
4842 # Seems as a misnomer but makes this happy on Linux (scons). | 4843 # Seems as a misnomer but makes this happy on Linux (scons). |
4843 'process_outputs_as_sources': 1, | 4844 'process_outputs_as_sources': 1, |
4844 }, | 4845 }, |
4845 ], # 'actions' | 4846 ], # 'actions' |
4846 }, | 4847 }, |
4847 ] | 4848 ] |
4848 }], | 4849 }], |
4849 ], # 'conditions' | 4850 ], # 'conditions' |
4850 } | 4851 } |
OLD | NEW |