| 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 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 }, { # OS != "mac" | 1494 }, { # OS != "mac" |
| 1495 'dependencies': [ | 1495 'dependencies': [ |
| 1496 'convert_dict_lib', | 1496 'convert_dict_lib', |
| 1497 '../third_party/hunspell/hunspell.gyp:hunspell', | 1497 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 1498 ], | 1498 ], |
| 1499 'sources!': [ | 1499 'sources!': [ |
| 1500 'browser/spellchecker_platform_engine_unittest.cc', | 1500 'browser/spellchecker_platform_engine_unittest.cc', |
| 1501 ], | 1501 ], |
| 1502 }], | 1502 }], |
| 1503 ['OS=="win"', { | 1503 ['OS=="win"', { |
| 1504 'defines': [ | |
| 1505 '__STD_C', | |
| 1506 '_CRT_SECURE_NO_DEPRECATE', | |
| 1507 '_SCL_SECURE_NO_DEPRECATE', | |
| 1508 ], | |
| 1509 'dependencies': [ | 1504 'dependencies': [ |
| 1510 'chrome_dll_version', | 1505 'chrome_dll_version', |
| 1511 'installer_util_strings', | 1506 'installer_util_strings', |
| 1512 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1507 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 1513 'test_chrome_plugin', # run time dependency | 1508 'test_chrome_plugin', # run time dependency |
| 1514 ], | 1509 ], |
| 1515 'conditions': [ | 1510 'conditions': [ |
| 1516 ['win_use_allocator_shim==1', { | 1511 ['win_use_allocator_shim==1', { |
| 1517 'dependencies': [ | 1512 'dependencies': [ |
| 1518 '<(allocator_target)', | 1513 '<(allocator_target)', |
| (...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2925 ] | 2920 ] |
| 2926 }], # 'coverage!=0' | 2921 }], # 'coverage!=0' |
| 2927 ], # 'conditions' | 2922 ], # 'conditions' |
| 2928 } | 2923 } |
| 2929 | 2924 |
| 2930 # Local Variables: | 2925 # Local Variables: |
| 2931 # tab-width:2 | 2926 # tab-width:2 |
| 2932 # indent-tabs-mode:nil | 2927 # indent-tabs-mode:nil |
| 2933 # End: | 2928 # End: |
| 2934 # vim: set expandtab tabstop=2 shiftwidth=2: | 2929 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |