| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../../../build/common.gypi', | 10 '../../../build/common.gypi', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 '<(SHARED_INTERMEDIATE_DIR)', | 112 '<(SHARED_INTERMEDIATE_DIR)', |
| 113 ], | 113 ], |
| 114 'direct_dependent_settings': { | 114 'direct_dependent_settings': { |
| 115 'include_dirs': [ | 115 'include_dirs': [ |
| 116 # Because we use some of the chrome files above directly, we need | 116 # Because we use some of the chrome files above directly, we need |
| 117 # to specify thess include paths which they depend on. | 117 # to specify thess include paths which they depend on. |
| 118 '../../../skia/config/win', | 118 '../../../skia/config/win', |
| 119 '../../../third_party/skia/include/config', | 119 '../../../third_party/skia/include/config', |
| 120 ], | 120 ], |
| 121 }, | 121 }, |
| 122 'configurations': { | |
| 123 'Debug': { | |
| 124 'msvs_precompiled_source': 'precompile.cc', | |
| 125 'msvs_precompiled_header': 'precompile.h', | |
| 126 }, | |
| 127 }, | |
| 128 }, | 122 }, |
| 129 ] | 123 ] |
| 130 } | 124 } |
| OLD | NEW |