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