| OLD | NEW |
| 1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 2009 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/common.gypi', | 7 '../build/common.gypi', |
| 8 ], | 8 ], |
| 9 | 9 |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 'sources': [ | 35 'sources': [ |
| 36 'auto_reset.h', | 36 'auto_reset.h', |
| 37 'basictypes.h', | 37 'basictypes.h', |
| 38 'compiler_specific.h', | 38 'compiler_specific.h', |
| 39 'files/file_path.cc', | 39 'files/file_path.cc', |
| 40 'files/file_path.h', | 40 'files/file_path.h', |
| 41 'files/file_util.h', | 41 'files/file_util.h', |
| 42 'files/file_util_posix.cc', | 42 'files/file_util_posix.cc', |
| 43 'files/scoped_file.cc', | 43 'files/scoped_file.cc', |
| 44 'files/scoped_file.h', | 44 'files/scoped_file.h', |
| 45 'format_macros.h', |
| 45 'logging.cc', | 46 'logging.cc', |
| 46 'logging.h', | 47 'logging.h', |
| 47 'mac/close_nocancel.cc', | 48 'mac/close_nocancel.cc', |
| 48 'mac/foundation_util.h', | 49 'mac/foundation_util.h', |
| 49 'mac/foundation_util.mm', | 50 'mac/foundation_util.mm', |
| 50 'mac/mach_logging.h', | 51 'mac/mach_logging.h', |
| 51 'mac/mach_logging.cc', | 52 'mac/mach_logging.cc', |
| 52 'mac/scoped_cftyperef.h', | 53 'mac/scoped_cftyperef.h', |
| 53 'mac/scoped_ioobject.h', | 54 'mac/scoped_ioobject.h', |
| 54 'mac/scoped_launch_data.h', | 55 'mac/scoped_launch_data.h', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 '../build/build_config.h', | 105 '../build/build_config.h', |
| 105 ], | 106 ], |
| 106 'direct_dependent_settings': { | 107 'direct_dependent_settings': { |
| 107 'include_dirs': [ | 108 'include_dirs': [ |
| 108 '..', | 109 '..', |
| 109 ], | 110 ], |
| 110 }, | 111 }, |
| 111 }, | 112 }, |
| 112 ], | 113 ], |
| 113 } | 114 } |
| OLD | NEW |