| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'window_message_source.h', | 74 'window_message_source.h', |
| 75 | 75 |
| 76 '../../../../chrome_frame/renderer_glue.cc', # needed for cf_ie.lib | 76 '../../../../chrome_frame/renderer_glue.cc', # needed for cf_ie.lib |
| 77 '../../../../chrome/common/extensions/extension_resource.cc', | 77 '../../../../chrome/common/extensions/extension_resource.cc', |
| 78 '../../../../chrome/common/extensions/extension_resource.h', | 78 '../../../../chrome/common/extensions/extension_resource.h', |
| 79 ], | 79 ], |
| 80 'include_dirs': [ | 80 'include_dirs': [ |
| 81 # For chrome_tab.h | 81 # For chrome_tab.h |
| 82 '<(SHARED_INTERMEDIATE_DIR)', | 82 '<(SHARED_INTERMEDIATE_DIR)', |
| 83 ], | 83 ], |
| 84 'configurations': { | |
| 85 'Debug': { | |
| 86 'msvs_precompiled_source': '../../common/precompile.cc', | |
| 87 'msvs_precompiled_header': '../../common/precompile.h', | |
| 88 }, | |
| 89 }, | |
| 90 }, | 84 }, |
| 91 ] | 85 ] |
| 92 } | 86 } |
| OLD | NEW |