| OLD | NEW |
| 1 # Copyright (c) 2012 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2012 The Native Client 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, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
| 8 'common_sources': [ | 8 'common_sources': [ |
| 9 'file_downloader.cc', | 9 'file_downloader.cc', |
| 10 'file_utils.cc', | 10 'file_utils.cc', |
| 11 'json_manifest.cc', | |
| 12 'module_ppapi.cc', | 11 'module_ppapi.cc', |
| 13 'nacl_subprocess.cc', | 12 'nacl_subprocess.cc', |
| 14 'plugin.cc', | 13 'plugin.cc', |
| 15 'pnacl_coordinator.cc', | 14 'pnacl_coordinator.cc', |
| 16 'pnacl_resources.cc', | 15 'pnacl_resources.cc', |
| 17 'pnacl_translate_thread.cc', | 16 'pnacl_translate_thread.cc', |
| 18 'sel_ldr_launcher_chrome.cc', | 17 'sel_ldr_launcher_chrome.cc', |
| 19 'service_runtime.cc', | 18 'service_runtime.cc', |
| 20 'srpc_client.cc', | 19 'srpc_client.cc', |
| 21 'srpc_params.cc', | 20 'srpc_params.cc', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'link_settings': { | 86 'link_settings': { |
| 88 'libraries': [ | 87 'libraries': [ |
| 89 '-lgdi32.lib', | 88 '-lgdi32.lib', |
| 90 '-luser32.lib', | 89 '-luser32.lib', |
| 91 ], | 90 ], |
| 92 }, | 91 }, |
| 93 }], | 92 }], |
| 94 ], | 93 ], |
| 95 }, | 94 }, |
| 96 } | 95 } |
| OLD | NEW |