OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', |
10 'content_app.gypi', | 11 'content_app.gypi', |
11 'content_browser.gypi', | 12 'content_browser.gypi', |
12 'content_common.gypi', | 13 'content_common.gypi', |
13 'content_gpu.gypi', | 14 'content_gpu.gypi', |
14 'content_plugin.gypi', | 15 'content_plugin.gypi', |
15 'content_ppapi_plugin.gypi', | 16 'content_ppapi_plugin.gypi', |
16 'content_renderer.gypi', | 17 'content_renderer.gypi', |
17 'content_tests.gypi', | 18 'content_tests.gypi', |
18 'content_utility.gypi', | 19 'content_utility.gypi', |
19 'content_worker.gypi', | 20 'content_worker.gypi', |
20 ], | 21 ], |
21 } | 22 } |
OLD | NEW |