| 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 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1728 # 'browser/password_manager/password_store_kwallet.cc', | 1728 # 'browser/password_manager/password_store_kwallet.cc', |
| 1729 'browser/password_manager/password_store_mac_internal.h', | 1729 'browser/password_manager/password_store_mac_internal.h', |
| 1730 'browser/password_manager/password_store_mac.h', | 1730 'browser/password_manager/password_store_mac.h', |
| 1731 'browser/password_manager/password_store_mac.cc', | 1731 'browser/password_manager/password_store_mac.cc', |
| 1732 'browser/password_manager/password_store_win.h', | 1732 'browser/password_manager/password_store_win.h', |
| 1733 'browser/password_manager/password_store_win.cc', | 1733 'browser/password_manager/password_store_win.cc', |
| 1734 'browser/plugin_installer.cc', | 1734 'browser/plugin_installer.cc', |
| 1735 'browser/plugin_installer.h', | 1735 'browser/plugin_installer.h', |
| 1736 'browser/plugin_process_host.cc', | 1736 'browser/plugin_process_host.cc', |
| 1737 'browser/plugin_process_host.h', | 1737 'browser/plugin_process_host.h', |
| 1738 'browser/plugin_process_host_mac.cc', |
| 1738 'browser/plugin_service.cc', | 1739 'browser/plugin_service.cc', |
| 1739 'browser/plugin_service.h', | 1740 'browser/plugin_service.h', |
| 1740 'browser/possible_url_model.cc', | 1741 'browser/possible_url_model.cc', |
| 1741 'browser/possible_url_model.h', | 1742 'browser/possible_url_model.h', |
| 1742 'browser/printing/print_dialog_gtk.cc', | 1743 'browser/printing/print_dialog_gtk.cc', |
| 1743 'browser/printing/print_dialog_gtk.h', | 1744 'browser/printing/print_dialog_gtk.h', |
| 1744 'browser/printing/print_job.cc', | 1745 'browser/printing/print_job.cc', |
| 1745 'browser/printing/print_job.h', | 1746 'browser/printing/print_job.h', |
| 1746 'browser/printing/print_job_manager.cc', | 1747 'browser/printing/print_job_manager.cc', |
| 1747 'browser/printing/print_job_manager.h', | 1748 'browser/printing/print_job_manager.h', |
| (...skipping 5042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6790 'defines': [ | 6791 'defines': [ |
| 6791 'POSIX', | 6792 'POSIX', |
| 6792 ], | 6793 ], |
| 6793 }], | 6794 }], |
| 6794 ], | 6795 ], |
| 6795 }, | 6796 }, |
| 6796 ], # targets when chrome_personalization==1 | 6797 ], # targets when chrome_personalization==1 |
| 6797 }], | 6798 }], |
| 6798 ], # 'conditions' | 6799 ], # 'conditions' |
| 6799 } | 6800 } |
| OLD | NEW |