| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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': [ | |
| 7 '../build/common.gypi', | |
| 8 ], | |
| 9 'conditions': [ | 6 'conditions': [ |
| 10 [ 'OS=="mac"', { | 7 [ 'OS=="mac"', { |
| 11 'target_defaults': { | 8 'target_defaults': { |
| 12 'include_dirs': [ | 9 'include_dirs': [ |
| 13 'src', | 10 'src', |
| 14 ], | 11 ], |
| 15 'configurations': { | 12 'configurations': { |
| 16 'Debug': { | 13 'Debug': { |
| 17 'defines': [ | 14 'defines': [ |
| 18 # This is needed for GTMLogger to work correctly. | 15 # This is needed for GTMLogger to work correctly. |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 ], | 339 ], |
| 343 | 340 |
| 344 'include_dirs': [ | 341 'include_dirs': [ |
| 345 '..', | 342 '..', |
| 346 ], | 343 ], |
| 347 }, | 344 }, |
| 348 ], | 345 ], |
| 349 }], | 346 }], |
| 350 ], | 347 ], |
| 351 } | 348 } |
| OLD | NEW |