| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', | 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'all_dependent_settings': { | 10 'all_dependent_settings': { |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'cpp/url_loader.cc', | 184 'cpp/url_loader.cc', |
| 185 'cpp/url_loader.h', | 185 'cpp/url_loader.h', |
| 186 'cpp/url_request_info.cc', | 186 'cpp/url_request_info.cc', |
| 187 'cpp/url_request_info.h', | 187 'cpp/url_request_info.h', |
| 188 'cpp/url_response_info.cc', | 188 'cpp/url_response_info.cc', |
| 189 'cpp/url_response_info.h', | 189 'cpp/url_response_info.h', |
| 190 'cpp/var.cc', | 190 'cpp/var.cc', |
| 191 'cpp/var.h', | 191 'cpp/var.h', |
| 192 | 192 |
| 193 # Dev interfaces. | 193 # Dev interfaces. |
| 194 'cpp/dev/audio_input_dev.cc', |
| 195 'cpp/dev/audio_input_dev.h', |
| 194 'cpp/dev/buffer_dev.cc', | 196 'cpp/dev/buffer_dev.cc', |
| 195 'cpp/dev/buffer_dev.h', | 197 'cpp/dev/buffer_dev.h', |
| 196 'cpp/dev/context_3d_dev.cc', | 198 'cpp/dev/context_3d_dev.cc', |
| 197 'cpp/dev/context_3d_dev.h', | 199 'cpp/dev/context_3d_dev.h', |
| 198 'cpp/dev/directory_entry_dev.cc', | 200 'cpp/dev/directory_entry_dev.cc', |
| 199 'cpp/dev/directory_entry_dev.h', | 201 'cpp/dev/directory_entry_dev.h', |
| 200 'cpp/dev/directory_reader_dev.cc', | 202 'cpp/dev/directory_reader_dev.cc', |
| 201 'cpp/dev/directory_reader_dev.h', | 203 'cpp/dev/directory_reader_dev.h', |
| 202 'cpp/dev/file_chooser_dev.cc', | 204 'cpp/dev/file_chooser_dev.cc', |
| 203 'cpp/dev/file_chooser_dev.h', | 205 'cpp/dev/file_chooser_dev.h', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 }], | 298 }], |
| 297 ['OS=="mac"', { | 299 ['OS=="mac"', { |
| 298 'xcode_settings': { | 300 'xcode_settings': { |
| 299 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 301 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
| 300 }, | 302 }, |
| 301 }] | 303 }] |
| 302 ], | 304 ], |
| 303 }, | 305 }, |
| 304 ], | 306 ], |
| 305 } | 307 } |
| OLD | NEW |