Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # | 2 # |
| 3 # Copyright (c) 2012 The Native Client Authors. All rights reserved. | 3 # Copyright (c) 2012 The Native Client Authors. All rights reserved. |
| 4 # Use of this source code is governed by a BSD-style license that can be | 4 # Use of this source code is governed by a BSD-style license that can be |
| 5 # found in the LICENSE file. | 5 # found in the LICENSE file. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 'common_sources': [ | 9 'common_sources': [ |
| 10 'nacl_check.c', | 10 'nacl_check.c', |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 127 ]] | 127 ]] |
| 128 } | 128 } |
| 129 ] | 129 ] |
| 130 ], | 130 ], |
| 131 }, | 131 }, |
| 132 'targets': [ | 132 'targets': [ |
| 133 # ---------------------------------------------------------------------- | 133 # ---------------------------------------------------------------------- |
| 134 { | 134 { |
| 135 'target_name': 'platform', | 135 'target_name': 'platform', |
| 136 'type': 'static_library', | 136 'type': 'static_library', |
| 137 'toolsets': ['host', 'target'], | |
|
Roland McGrath
2014/01/31 21:02:01
Ditto
| |
| 137 'variables': { | 138 'variables': { |
| 138 'target_base': 'platform_lib', | 139 'target_base': 'platform_lib', |
| 139 }, | 140 }, |
| 140 'dependencies': [ | 141 'dependencies': [ |
| 141 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio', | 142 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio', |
| 142 ], | 143 ], |
| 143 }, | 144 }, |
| 144 # ---------------------------------------------------------------------- | 145 # ---------------------------------------------------------------------- |
| 145 { | 146 { |
| 146 'target_name': 'platform_tests', | 147 'target_name': 'platform_tests', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 210 ], | 211 ], |
| 211 'dependencies': [ | 212 'dependencies': [ |
| 212 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform64' , | 213 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform64' , |
| 213 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64', | 214 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64', |
| 214 ], | 215 ], |
| 215 }, | 216 }, |
| 216 ], | 217 ], |
| 217 }], | 218 }], |
| 218 ], | 219 ], |
| 219 } | 220 } |
| OLD | NEW |