| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../../../..', | 9 'webkit_src_dir': '../../../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 '-D', 'SHARED_INTERMEDIATE_DIR=<(SHARED_INTERMEDIATE_DIR)', | 49 '-D', 'SHARED_INTERMEDIATE_DIR=<(SHARED_INTERMEDIATE_DIR)', |
| 50 '<@(grit_defines)' ], | 50 '<@(grit_defines)' ], |
| 51 'message': 'Generating resources from <(grit_grd_file)', | 51 'message': 'Generating resources from <(grit_grd_file)', |
| 52 'msvs_cygwin_shell': 1, | 52 'msvs_cygwin_shell': 1, |
| 53 } | 53 } |
| 54 ], | 54 ], |
| 55 'includes': [ '../../../build/grit_target.gypi' ], | 55 'includes': [ '../../../build/grit_target.gypi' ], |
| 56 }, | 56 }, |
| 57 ], | 57 ], |
| 58 } | 58 } |
| OLD | NEW |