| 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 'includes': [ | 6 'includes': [ |
| 7 '../../build/win_precompile.gypi', | 7 '../../build/win_precompile.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'base/basictypes.h', | 78 'base/basictypes.h', |
| 79 'base/build_config.h', | 79 'base/build_config.h', |
| 80 'base/casts.h', | 80 'base/casts.h', |
| 81 'base/commandlineflags.h', | 81 'base/commandlineflags.h', |
| 82 'base/global_strip_options.h', | 82 'base/global_strip_options.h', |
| 83 'base/logging.h', | 83 'base/logging.h', |
| 84 'base/macros.h', | 84 'base/macros.h', |
| 85 'base/port.h', | 85 'base/port.h', |
| 86 'base/crash.h', | 86 'base/crash.h', |
| 87 'base/dynamic_annotations.h', | 87 'base/dynamic_annotations.h', |
| 88 'base/scoped_ptr.h', | |
| 89 'base/stl_decl_msvc.h', | 88 'base/stl_decl_msvc.h', |
| 90 'base/log_severity.h', | 89 'base/log_severity.h', |
| 91 'base/strtoint.h', | 90 'base/strtoint.h', |
| 92 'base/vlog_is_on.h', | 91 'base/vlog_is_on.h', |
| 93 'base/string_util.h', | 92 'base/string_util.h', |
| 94 'base/type_traits.h', | 93 'base/type_traits.h', |
| 95 'base/template_util.h', | 94 'base/template_util.h', |
| 96 ], | 95 ], |
| 97 'direct_dependent_settings': { | 96 'direct_dependent_settings': { |
| 98 'defines': [ | 97 'defines': [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 115 'direct_dependent_settings': { | 114 'direct_dependent_settings': { |
| 116 'defines': [ | 115 'defines': [ |
| 117 'COMPILER_GCC', | 116 'COMPILER_GCC', |
| 118 ], | 117 ], |
| 119 }, | 118 }, |
| 120 }], | 119 }], |
| 121 ], | 120 ], |
| 122 }, | 121 }, |
| 123 ], | 122 ], |
| 124 } | 123 } |
| OLD | NEW |