| OLD | NEW | 
|---|
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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', | 8       'target_name': 'ppapi_c', | 
| 9       'type': 'none', | 9       'type': 'none', | 
| 10       'all_dependent_settings': { | 10       'all_dependent_settings': { | 
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 198         'cpp/dev/widget_client_dev.cc', | 198         'cpp/dev/widget_client_dev.cc', | 
| 199         'cpp/dev/widget_client_dev.h', | 199         'cpp/dev/widget_client_dev.h', | 
| 200         'cpp/dev/widget_dev.cc', | 200         'cpp/dev/widget_dev.cc', | 
| 201         'cpp/dev/widget_dev.h', | 201         'cpp/dev/widget_dev.h', | 
| 202         'cpp/dev/zoom_dev.cc', | 202         'cpp/dev/zoom_dev.cc', | 
| 203         'cpp/dev/zoom_dev.h', | 203         'cpp/dev/zoom_dev.h', | 
| 204 | 204 | 
| 205         # Deprecated interfaces. | 205         # Deprecated interfaces. | 
| 206         'cpp/dev/scriptable_object_deprecated.h', | 206         'cpp/dev/scriptable_object_deprecated.h', | 
| 207         'cpp/dev/scriptable_object_deprecated.cc', | 207         'cpp/dev/scriptable_object_deprecated.cc', | 
|  | 208 | 
|  | 209         # Private interfaces. | 
|  | 210         'cpp/private/var_private.cc', | 
|  | 211         'cpp/private/var_private.h', | 
| 208       ], | 212       ], | 
| 209       'conditions': [ | 213       'conditions': [ | 
| 210         ['OS=="win"', { | 214         ['OS=="win"', { | 
| 211           'msvs_guid': 'AD371A1D-3459-4E2D-8E8A-881F4B83B908', | 215           'msvs_guid': 'AD371A1D-3459-4E2D-8E8A-881F4B83B908', | 
| 212           'msvs_settings': { | 216           'msvs_settings': { | 
| 213             'VCCLCompilerTool': { | 217             'VCCLCompilerTool': { | 
| 214               'AdditionalOptions': ['/we4244'],  # implicit conversion, possible
      loss of data | 218               'AdditionalOptions': ['/we4244'],  # implicit conversion, possible
      loss of data | 
| 215             }, | 219             }, | 
| 216           }, | 220           }, | 
| 217         }], | 221         }], | 
| (...skipping 30 matching lines...) Expand all  Loading... | 
| 248         }], | 252         }], | 
| 249         ['OS=="mac"', { | 253         ['OS=="mac"', { | 
| 250           'xcode_settings': { | 254           'xcode_settings': { | 
| 251             'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 255             'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 
| 252            }, | 256            }, | 
| 253         }] | 257         }] | 
| 254       ], | 258       ], | 
| 255     }, | 259     }, | 
| 256   ], | 260   ], | 
| 257 } | 261 } | 
| OLD | NEW | 
|---|