OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 25 matching lines...) Expand all Loading... |
36 'targets': [ | 36 'targets': [ |
37 { | 37 { |
38 'target_name': 'config', | 38 'target_name': 'config', |
39 'type': 'none', | 39 'type': 'none', |
40 'direct_dependent_settings': { | 40 'direct_dependent_settings': { |
41 'include_dirs': [ | 41 'include_dirs': [ |
42 '.', | 42 '.', |
43 '..', | 43 '..', |
44 ], | 44 ], |
45 'msvs_disabled_warnings': [ | 45 'msvs_disabled_warnings': [ |
46 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, 4800, 4996, 4714, 4324, | 46 4305, 4324, 4714, 4800, 4996, |
47 ], | 47 ], |
48 'variables': { | 48 'variables': { |
49 'chromium_code': 1, | 49 'chromium_code': 1, |
50 }, | 50 }, |
51 'conditions': [ | 51 'conditions': [ |
52 ['OS=="win" and component=="shared_library"', { | 52 ['OS=="win" and component=="shared_library"', { |
53 'defines': [ | 53 'defines': [ |
54 'USING_V8_SHARED', | 54 'USING_V8_SHARED', |
55 ], | 55 ], |
56 }], | 56 }], |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 ], | 116 ], |
117 'direct_dependent_settings': { | 117 'direct_dependent_settings': { |
118 'cflags!': ['-Wglobal-constructors'], | 118 'cflags!': ['-Wglobal-constructors'], |
119 'xcode_settings': { | 119 'xcode_settings': { |
120 'WARNING_CFLAGS!': ['-Wglobal-constructors'], | 120 'WARNING_CFLAGS!': ['-Wglobal-constructors'], |
121 }, | 121 }, |
122 }, | 122 }, |
123 } | 123 } |
124 ], | 124 ], |
125 } | 125 } |
OLD | NEW |