| 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', | 11 'json_manifest.cc', |
| 12 'local_temp_file.cc', | 12 'local_temp_file.cc', |
| 13 'module_ppapi.cc', | 13 'module_ppapi.cc', |
| 14 'nacl_http_response_headers.cc', |
| 14 'nacl_subprocess.cc', | 15 'nacl_subprocess.cc', |
| 15 'plugin.cc', | 16 'plugin.cc', |
| 16 'pnacl_coordinator.cc', | 17 'pnacl_coordinator.cc', |
| 17 'pnacl_options.cc', | 18 'pnacl_options.cc', |
| 18 'pnacl_resources.cc', | 19 'pnacl_resources.cc', |
| 19 'pnacl_translate_thread.cc', | 20 'pnacl_translate_thread.cc', |
| 20 'scriptable_plugin.cc', | 21 'scriptable_plugin.cc', |
| 21 'sel_ldr_launcher_chrome.cc', | 22 'sel_ldr_launcher_chrome.cc', |
| 22 'service_runtime.cc', | 23 'service_runtime.cc', |
| 23 'srpc_client.cc', | 24 'srpc_client.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'link_settings': { | 106 'link_settings': { |
| 106 'libraries': [ | 107 'libraries': [ |
| 107 '-lgdi32.lib', | 108 '-lgdi32.lib', |
| 108 '-luser32.lib', | 109 '-luser32.lib', |
| 109 ], | 110 ], |
| 110 }, | 111 }, |
| 111 }], | 112 }], |
| 112 ], | 113 ], |
| 113 }, | 114 }, |
| 114 } | 115 } |
| OLD | NEW |