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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | |
10 '../build/common.gypi', | |
11 ], | |
12 'target_defaults': { | 9 'target_defaults': { |
13 'sources/': [ | 10 'sources/': [ |
14 ['exclude', '/(cocoa|gtk|win)/'], | 11 ['exclude', '/(cocoa|gtk|win)/'], |
15 ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|x)\\.(cc|mm?)$'], | 12 ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|x)\\.(cc|mm?)$'], |
16 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], | 13 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], |
17 ], | 14 ], |
18 'conditions': [ | 15 'conditions': [ |
19 ['OS=="linux"', {'sources/': [ | 16 ['OS=="linux"', {'sources/': [ |
20 ['include', '/gtk/'], | 17 ['include', '/gtk/'], |
21 ['include', '_(gtk|linux|posix|skia|x)\\.cc$'], | 18 ['include', '_(gtk|linux|posix|skia|x)\\.cc$'], |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'process_outputs_as_sources': 1, | 349 'process_outputs_as_sources': 1, |
353 'message': 'Generating appid information in <(SHARED_INTERMEDIAT
E_DIR)/chrome/appid.h' | 350 'message': 'Generating appid information in <(SHARED_INTERMEDIAT
E_DIR)/chrome/appid.h' |
354 }, | 351 }, |
355 ], | 352 ], |
356 }, | 353 }, |
357 ], | 354 ], |
358 ], | 355 ], |
359 }, | 356 }, |
360 ], | 357 ], |
361 } | 358 } |
OLD | NEW |