| OLD | NEW |
| 1 # Copyright 2011 Google Inc. All Rights Reserved. | 1 # Copyright 2011 Google Inc. All Rights Reserved. |
| 2 # Author: siggi@google.com (Sigurdur Asgeirsson) | 2 # Author: siggi@google.com (Sigurdur Asgeirsson) |
| 3 | 3 |
| 4 { | 4 { |
| 5 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'includes': [ | 8 'includes': [ |
| 9 '../../build/common.gypi', | 9 '../../build/common.gypi', |
| 10 ], | 10 ], |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'files/pcreposix.h', | 90 'files/pcreposix.h', |
| 91 'files/ucp.h', | 91 'files/ucp.h', |
| 92 '<(SHARED_INTERMEDIATE_DIR)/pcre_chartables.c', | 92 '<(SHARED_INTERMEDIATE_DIR)/pcre_chartables.c', |
| 93 # C plusplus sourcews | 93 # C plusplus sourcews |
| 94 'files/pcrecpp.cc', | 94 'files/pcrecpp.cc', |
| 95 'files/pcre_scanner.cc', | 95 'files/pcre_scanner.cc', |
| 96 'files/pcre_stringpiece.cc', | 96 'files/pcre_stringpiece.cc', |
| 97 ], | 97 ], |
| 98 'msvs_settings': { | 98 'msvs_settings': { |
| 99 'VCCLCompilerTool': { | 99 'VCCLCompilerTool': { |
| 100 'AdditionalOptions': ['/wd4130', '/wd4018', '/wd4189', '/wd4996'], | 100 'AdditionalOptions': ['/wd4267', '/wd4130', '/wd4018', '/wd4189', '/wd
4996'], |
| 101 }, | 101 }, |
| 102 }, | 102 }, |
| 103 'all_dependent_settings': { | 103 'all_dependent_settings': { |
| 104 'defines': [ | 104 'defines': [ |
| 105 'LINK_SIZE=2', | 105 'LINK_SIZE=2', |
| 106 'PCRE_STATIC', | 106 'PCRE_STATIC', |
| 107 ], | 107 ], |
| 108 'include_dirs': [ | 108 'include_dirs': [ |
| 109 'files', | 109 'files', |
| 110 ], | 110 ], |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'pcre_lib', | 180 'pcre_lib', |
| 181 ], | 181 ], |
| 182 'msvs_settings': { | 182 'msvs_settings': { |
| 183 'VCCLCompilerTool': { | 183 'VCCLCompilerTool': { |
| 184 'AdditionalOptions': ['/wd4018', '/wd4996'], | 184 'AdditionalOptions': ['/wd4018', '/wd4996'], |
| 185 }, | 185 }, |
| 186 }, | 186 }, |
| 187 }, | 187 }, |
| 188 ] | 188 ] |
| 189 } | 189 } |
| OLD | NEW |