| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'third_party/xdg_mime/xdgmimeglob.c', | 56 'third_party/xdg_mime/xdgmimeglob.c', |
| 57 'third_party/xdg_mime/xdgmimeglob.h', | 57 'third_party/xdg_mime/xdgmimeglob.h', |
| 58 'third_party/xdg_mime/xdgmimeicon.c', | 58 'third_party/xdg_mime/xdgmimeicon.c', |
| 59 'third_party/xdg_mime/xdgmimeicon.h', | 59 'third_party/xdg_mime/xdgmimeicon.h', |
| 60 'third_party/xdg_mime/xdgmimeint.c', | 60 'third_party/xdg_mime/xdgmimeint.c', |
| 61 'third_party/xdg_mime/xdgmimeint.h', | 61 'third_party/xdg_mime/xdgmimeint.h', |
| 62 'third_party/xdg_mime/xdgmimemagic.c', | 62 'third_party/xdg_mime/xdgmimemagic.c', |
| 63 'third_party/xdg_mime/xdgmimemagic.h', | 63 'third_party/xdg_mime/xdgmimemagic.h', |
| 64 'third_party/xdg_mime/xdgmimeparent.c', | 64 'third_party/xdg_mime/xdgmimeparent.c', |
| 65 'third_party/xdg_mime/xdgmimeparent.h', | 65 'third_party/xdg_mime/xdgmimeparent.h', |
| 66 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', |
| 67 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', |
| 66 'atomicops_internals_x86_gcc.cc', | 68 'atomicops_internals_x86_gcc.cc', |
| 67 'at_exit.cc', | 69 'at_exit.cc', |
| 68 'at_exit.h', | 70 'at_exit.h', |
| 69 'atomic_flag.h', | 71 'atomic_flag.h', |
| 70 'atomic_flag.cc', | 72 'atomic_flag.cc', |
| 71 'atomic_ref_count.h', | 73 'atomic_ref_count.h', |
| 72 'atomic_sequence_num.h', | 74 'atomic_sequence_num.h', |
| 73 'atomicops.h', | 75 'atomicops.h', |
| 74 'atomicops_internals_x86_msvc.h', | 76 'atomicops_internals_x86_msvc.h', |
| 75 'auto_reset.h', | 77 'auto_reset.h', |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 '-lrt', | 429 '-lrt', |
| 428 ], | 430 ], |
| 429 }, | 431 }, |
| 430 'export_dependent_settings': [ | 432 'export_dependent_settings': [ |
| 431 '../build/linux/system.gyp:gtk', | 433 '../build/linux/system.gyp:gtk', |
| 432 ], | 434 ], |
| 433 }, | 435 }, |
| 434 { # else: OS != "linux" && OS != "freebsd" | 436 { # else: OS != "linux" && OS != "freebsd" |
| 435 'sources/': [ | 437 'sources/': [ |
| 436 ['exclude', '/xdg_mime/'], | 438 ['exclude', '/xdg_mime/'], |
| 439 ['exclude', '/xdg_user_dirs/'], |
| 437 ['exclude', '_nss\.cc$'], | 440 ['exclude', '_nss\.cc$'], |
| 438 ], | 441 ], |
| 439 'sources!': [ | 442 'sources!': [ |
| 440 'atomicops_internals_x86_gcc.cc', | 443 'atomicops_internals_x86_gcc.cc', |
| 441 'base_paths_posix.cc', | 444 'base_paths_posix.cc', |
| 442 'directory_watcher_inotify.cc', | 445 'directory_watcher_inotify.cc', |
| 443 'linux_util.cc', | 446 'linux_util.cc', |
| 444 'message_pump_glib.cc', | 447 'message_pump_glib.cc', |
| 445 'nss_init.cc', | 448 'nss_init.cc', |
| 446 'nss_init.h', | 449 'nss_init.h', |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 ], | 859 ], |
| 857 }], | 860 }], |
| 858 ], | 861 ], |
| 859 } | 862 } |
| 860 | 863 |
| 861 # Local Variables: | 864 # Local Variables: |
| 862 # tab-width:2 | 865 # tab-width:2 |
| 863 # indent-tabs-mode:nil | 866 # indent-tabs-mode:nil |
| 864 # End: | 867 # End: |
| 865 # vim: set expandtab tabstop=2 shiftwidth=2: | 868 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |