OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 'browser/download/download_started_animation.h', | 869 'browser/download/download_started_animation.h', |
870 'browser/download/download_throttling_resource_handler.cc', | 870 'browser/download/download_throttling_resource_handler.cc', |
871 'browser/download/download_throttling_resource_handler.h', | 871 'browser/download/download_throttling_resource_handler.h', |
872 'browser/download/download_util.cc', | 872 'browser/download/download_util.cc', |
873 'browser/download/download_util.h', | 873 'browser/download/download_util.h', |
874 'browser/download/save_package_file_picker.cc', | 874 'browser/download/save_package_file_picker.cc', |
875 'browser/download/save_package_file_picker.h', | 875 'browser/download/save_package_file_picker.h', |
876 'browser/enumerate_modules_model_win.cc', | 876 'browser/enumerate_modules_model_win.cc', |
877 'browser/enumerate_modules_model_win.h', | 877 'browser/enumerate_modules_model_win.h', |
878 'browser/event_disposition.cc', | 878 'browser/event_disposition.cc', |
879 'browser/event_disposition.h', | 879 'browser/event_disposition.h', |
880 'browser/extensions/apps_promo.cc', | 880 'browser/extensions/apps_promo.cc', |
881 'browser/extensions/apps_promo.h', | 881 'browser/extensions/apps_promo.h', |
882 'browser/extensions/convert_user_script.cc', | 882 'browser/extensions/convert_user_script.cc', |
883 'browser/extensions/convert_user_script.h', | 883 'browser/extensions/convert_user_script.h', |
884 'browser/extensions/convert_web_app.cc', | 884 'browser/extensions/convert_web_app.cc', |
885 'browser/extensions/convert_web_app.h', | 885 'browser/extensions/convert_web_app.h', |
886 'browser/extensions/crx_installer.cc', | 886 'browser/extensions/crx_installer.cc', |
887 'browser/extensions/crx_installer.h', | 887 'browser/extensions/crx_installer.h', |
888 'browser/extensions/execute_code_in_tab_function.cc', | 888 'browser/extensions/execute_code_in_tab_function.cc', |
889 'browser/extensions/execute_code_in_tab_function.h', | 889 'browser/extensions/execute_code_in_tab_function.h', |
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1834 'browser/printing/printing_message_filter.h', | 1834 'browser/printing/printing_message_filter.h', |
1835 'browser/process_info_snapshot.h', | 1835 'browser/process_info_snapshot.h', |
1836 'browser/process_info_snapshot_mac.cc', | 1836 'browser/process_info_snapshot_mac.cc', |
1837 'browser/process_singleton.h', | 1837 'browser/process_singleton.h', |
1838 'browser/process_singleton_linux.cc', | 1838 'browser/process_singleton_linux.cc', |
1839 'browser/process_singleton_mac.cc', | 1839 'browser/process_singleton_mac.cc', |
1840 'browser/process_singleton_win.cc', | 1840 'browser/process_singleton_win.cc', |
1841 'browser/profiles/avatar_menu_model.cc', | 1841 'browser/profiles/avatar_menu_model.cc', |
1842 'browser/profiles/avatar_menu_model.h', | 1842 'browser/profiles/avatar_menu_model.h', |
1843 'browser/profiles/avatar_menu_model_observer.h', | 1843 'browser/profiles/avatar_menu_model_observer.h', |
| 1844 'browser/profiles/off_the_record_profile_impl.cc', |
1844 'browser/profiles/off_the_record_profile_io_data.cc', | 1845 'browser/profiles/off_the_record_profile_io_data.cc', |
1845 'browser/profiles/off_the_record_profile_io_data.h', | 1846 'browser/profiles/off_the_record_profile_io_data.h', |
1846 'browser/profiles/profile.cc', | 1847 'browser/profiles/profile.cc', |
1847 'browser/profiles/profile.h', | 1848 'browser/profiles/profile.h', |
1848 'browser/profiles/profile_dependency_manager.cc', | 1849 'browser/profiles/profile_dependency_manager.cc', |
1849 'browser/profiles/profile_dependency_manager.h', | 1850 'browser/profiles/profile_dependency_manager.h', |
1850 'browser/profiles/profile_impl.cc', | 1851 'browser/profiles/profile_impl.cc', |
1851 'browser/profiles/profile_impl.h', | 1852 'browser/profiles/profile_impl.h', |
1852 'browser/profiles/profile_impl_io_data.cc', | 1853 'browser/profiles/profile_impl_io_data.cc', |
1853 'browser/profiles/profile_impl_io_data.h', | 1854 'browser/profiles/profile_impl_io_data.h', |
(...skipping 3041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4895 # weak imports in dependents, who still must #include | 4896 # weak imports in dependents, who still must #include |
4896 # closure_blocks_leopard_compat.h to get weak imports. | 4897 # closure_blocks_leopard_compat.h to get weak imports. |
4897 'type': 'none', | 4898 'type': 'none', |
4898 }], | 4899 }], |
4899 ], | 4900 ], |
4900 }, | 4901 }, |
4901 ], | 4902 ], |
4902 }], | 4903 }], |
4903 ], | 4904 ], |
4904 } | 4905 } |
OLD | NEW |