Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'include': [ | 6 'include': [ |
| 7 '../native_client/build/untrusted.gypi', | 7 '../native_client/build/untrusted.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 }, | 106 }, |
| 107 'dependencies': [ | 107 'dependencies': [ |
| 108 '../native_client/src/trusted/service_runtime/service_runtime.gy p:sel_main_chrome64', | 108 '../native_client/src/trusted/service_runtime/service_runtime.gy p:sel_main_chrome64', |
| 109 '../ppapi/ppapi_internal.gyp:ppapi_shared_win64', | 109 '../ppapi/ppapi_internal.gyp:ppapi_shared_win64', |
| 110 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', | 110 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', |
| 111 ], | 111 ], |
| 112 'export_dependent_settings': [ | 112 'export_dependent_settings': [ |
| 113 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', | 113 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', |
| 114 ], | 114 ], |
| 115 'sources': [ | 115 'sources': [ |
| 116 'common/nacl_cmd_line.cc', | |
| 117 'common/nacl_debug_exception_handler_win.cc', | 116 'common/nacl_debug_exception_handler_win.cc', |
| 118 'common/nacl_messages.cc', | 117 'common/nacl_messages.cc', |
| 119 'common/nacl_types.cc', | 118 'common/nacl_types.cc', |
| 120 'nacl/nacl_broker_listener.cc', | 119 'nacl/nacl_broker_listener.cc', |
| 121 'nacl/nacl_broker_listener.h', | 120 'nacl/nacl_broker_listener.h', |
| 121 '../components/nacl/common/nacl_cmd_line.cc', | |
|
Mark Seaborn
2013/07/19 15:14:28
This doesn't seem very clean. Can you make this t
| |
| 122 ], | 122 ], |
| 123 'include_dirs': [ | 123 'include_dirs': [ |
| 124 '..', | 124 '..', |
| 125 ], | 125 ], |
| 126 'defines': [ | 126 'defines': [ |
| 127 '<@(nacl_win64_defines)', | 127 '<@(nacl_win64_defines)', |
| 128 'COMPILE_CONTENT_STATICALLY', | 128 'COMPILE_CONTENT_STATICALLY', |
| 129 ], | 129 ], |
| 130 'configurations': { | 130 'configurations': { |
| 131 'Common_Base': { | 131 'Common_Base': { |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 209 'target_name': 'nacl_win64', | 209 'target_name': 'nacl_win64', |
| 210 'type': 'none', | 210 'type': 'none', |
| 211 'sources': [], | 211 'sources': [], |
| 212 }, | 212 }, |
| 213 ], | 213 ], |
| 214 }], | 214 }], |
| 215 ], | 215 ], |
| 216 }], | 216 }], |
| 217 ], | 217 ], |
| 218 } | 218 } |
| OLD | NEW |