[email protected] | f786717 | 2012-07-11 07:04:07 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 623c0bd | 2011-03-12 01:00:41 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | f24a1e2b | 2011-04-08 01:48:48 | [diff] [blame] | 5 | #ifndef CONTENT_COMMON_GPU_GPU_CONFIG_H_ |
6 | #define CONTENT_COMMON_GPU_GPU_CONFIG_H_ | ||||
[email protected] | 623c0bd | 2011-03-12 01:00:41 | [diff] [blame] | 7 | |
8 | // This file declares common preprocessor configuration for the GPU process. | ||||
9 | |||||
10 | #include "build/build_config.h" | ||||
11 | |||||
[email protected] | f24a1e2b | 2011-04-08 01:48:48 | [diff] [blame] | 12 | #endif // CONTENT_COMMON_GPU_GPU_CONFIG_H_ |