| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'cpp/dev/printing_dev.cc', | 205 'cpp/dev/printing_dev.cc', |
| 206 'cpp/dev/printing_dev.h', | 206 'cpp/dev/printing_dev.h', |
| 207 'cpp/dev/scrollbar_dev.cc', | 207 'cpp/dev/scrollbar_dev.cc', |
| 208 'cpp/dev/scrollbar_dev.h', | 208 'cpp/dev/scrollbar_dev.h', |
| 209 'cpp/dev/selection_dev.cc', | 209 'cpp/dev/selection_dev.cc', |
| 210 'cpp/dev/selection_dev.h', | 210 'cpp/dev/selection_dev.h', |
| 211 'cpp/dev/surface_3d_dev.cc', | 211 'cpp/dev/surface_3d_dev.cc', |
| 212 'cpp/dev/surface_3d_dev.h', | 212 'cpp/dev/surface_3d_dev.h', |
| 213 'cpp/dev/url_util_dev.cc', | 213 'cpp/dev/url_util_dev.cc', |
| 214 'cpp/dev/url_util_dev.h', | 214 'cpp/dev/url_util_dev.h', |
| 215 'cpp/dev/video_capture_client_dev.cc', |
| 216 'cpp/dev/video_capture_client_dev.h', |
| 217 'cpp/dev/video_capture_dev.cc', |
| 218 'cpp/dev/video_capture_dev.h', |
| 215 'cpp/dev/video_decoder_client_dev.cc', | 219 'cpp/dev/video_decoder_client_dev.cc', |
| 216 'cpp/dev/video_decoder_client_dev.h', | 220 'cpp/dev/video_decoder_client_dev.h', |
| 217 'cpp/dev/video_decoder_dev.cc', | 221 'cpp/dev/video_decoder_dev.cc', |
| 218 'cpp/dev/video_decoder_dev.h', | 222 'cpp/dev/video_decoder_dev.h', |
| 219 'cpp/dev/widget_client_dev.cc', | 223 'cpp/dev/widget_client_dev.cc', |
| 220 'cpp/dev/widget_client_dev.h', | 224 'cpp/dev/widget_client_dev.h', |
| 221 'cpp/dev/widget_dev.cc', | 225 'cpp/dev/widget_dev.cc', |
| 222 'cpp/dev/widget_dev.h', | 226 'cpp/dev/widget_dev.h', |
| 223 'cpp/dev/zoom_dev.cc', | 227 'cpp/dev/zoom_dev.cc', |
| 224 'cpp/dev/zoom_dev.h', | 228 'cpp/dev/zoom_dev.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 }], | 281 }], |
| 278 ['OS=="mac"', { | 282 ['OS=="mac"', { |
| 279 'xcode_settings': { | 283 'xcode_settings': { |
| 280 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 284 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
| 281 }, | 285 }, |
| 282 }] | 286 }] |
| 283 ], | 287 ], |
| 284 }, | 288 }, |
| 285 ], | 289 ], |
| 286 } | 290 } |
| OLD | NEW |