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': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 ], | 424 ], |
425 'cflags': [ | 425 'cflags': [ |
426 '-Wno-write-strings', | 426 '-Wno-write-strings', |
427 ], | 427 ], |
428 'link_settings': { | 428 'link_settings': { |
429 'libraries': [ | 429 'libraries': [ |
430 # We need rt for clock_gettime(). | 430 # We need rt for clock_gettime(). |
431 '-lrt', | 431 '-lrt', |
432 ], | 432 ], |
433 }, | 433 }, |
| 434 'export_dependent_settings': [ |
| 435 '../build/linux/system.gyp:gtk', |
| 436 ], |
434 }, | 437 }, |
435 { # else: OS != "linux" | 438 { # else: OS != "linux" |
436 'sources/': [ | 439 'sources/': [ |
437 ['exclude', '/xdg_mime/'], | 440 ['exclude', '/xdg_mime/'], |
438 ], | 441 ], |
439 'sources!': [ | 442 'sources!': [ |
440 'crypto/signature_verifier_nss.cc', | 443 'crypto/signature_verifier_nss.cc', |
441 'atomicops_internals_x86_gcc.cc', | 444 'atomicops_internals_x86_gcc.cc', |
442 'directory_watcher_inotify.cc', | 445 'directory_watcher_inotify.cc', |
443 'hmac_nss.cc', | 446 'hmac_nss.cc', |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 'target_name': 'debug_message', | 756 'target_name': 'debug_message', |
754 'type': 'executable', | 757 'type': 'executable', |
755 'sources': [ | 758 'sources': [ |
756 'debug_message.cc', | 759 'debug_message.cc', |
757 ], | 760 ], |
758 }, | 761 }, |
759 ], | 762 ], |
760 }], | 763 }], |
761 ], | 764 ], |
762 } | 765 } |
OLD | NEW |