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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'targets': [ | 49 'targets': [ |
50 { | 50 { |
51 # GN version: //third_party/WebKit/Source:config | 51 # GN version: //third_party/WebKit/Source:config |
52 # (In GN this is a config rather than a target.) | 52 # (In GN this is a config rather than a target.) |
53 'target_name': 'config', | 53 'target_name': 'config', |
54 'type': 'none', | 54 'type': 'none', |
55 'direct_dependent_settings': { | 55 'direct_dependent_settings': { |
56 'include_dirs': [ | 56 'include_dirs': [ |
57 '.', | 57 '.', |
58 '..', | 58 '..', |
| 59 '<(SHARED_INTERMEDIATE_DIR)/third_party/WebKit', |
59 ], | 60 ], |
60 'msvs_disabled_warnings': [ | 61 'msvs_disabled_warnings': [ |
61 4305, 4324, 4714, 4800, 4996, | 62 4305, 4324, 4714, 4800, 4996, |
62 ], | 63 ], |
63 'variables': { | 64 'variables': { |
64 'chromium_code': 1, | 65 'chromium_code': 1, |
65 'clang_warning_flags': [ '-Wglobal-constructors' ], | 66 'clang_warning_flags': [ '-Wglobal-constructors' ], |
66 }, | 67 }, |
67 'conditions': [ | 68 'conditions': [ |
68 ['OS=="win" and component=="shared_library"', { | 69 ['OS=="win" and component=="shared_library"', { |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 ], | 134 ], |
134 'direct_dependent_settings': { | 135 'direct_dependent_settings': { |
135 'variables': { | 136 'variables': { |
136 'chromium_code': 1, | 137 'chromium_code': 1, |
137 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], | 138 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], |
138 }, | 139 }, |
139 }, | 140 }, |
140 } | 141 } |
141 ], | 142 ], |
142 } | 143 } |
OLD | NEW |