| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ 'browser_real', ], | 10 'dependencies': [ 'browser_real', ], |
| (...skipping 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1847 'browser/profiles/profile_shortcut_manager_win.h', | 1847 'browser/profiles/profile_shortcut_manager_win.h', |
| 1848 'browser/profiles/profile_window.cc', | 1848 'browser/profiles/profile_window.cc', |
| 1849 'browser/profiles/profile_window.h', | 1849 'browser/profiles/profile_window.h', |
| 1850 'browser/profiles/profiles_state.cc', | 1850 'browser/profiles/profiles_state.cc', |
| 1851 'browser/profiles/profiles_state.h', | 1851 'browser/profiles/profiles_state.h', |
| 1852 'browser/profiles/startup_task_runner_service.cc', | 1852 'browser/profiles/startup_task_runner_service.cc', |
| 1853 'browser/profiles/startup_task_runner_service.h', | 1853 'browser/profiles/startup_task_runner_service.h', |
| 1854 'browser/profiles/startup_task_runner_service_factory.cc', | 1854 'browser/profiles/startup_task_runner_service_factory.cc', |
| 1855 'browser/profiles/startup_task_runner_service_factory.h', | 1855 'browser/profiles/startup_task_runner_service_factory.h', |
| 1856 'browser/profiles/storage_partition_descriptor.h', | 1856 'browser/profiles/storage_partition_descriptor.h', |
| 1857 'browser/push_messaging/push_messaging_service_impl.cc', |
| 1858 'browser/push_messaging/push_messaging_service_impl.h', |
| 1857 'browser/remove_rows_table_model.h', | 1859 'browser/remove_rows_table_model.h', |
| 1858 'browser/renderer_context_menu/context_menu_content_type.cc', | 1860 'browser/renderer_context_menu/context_menu_content_type.cc', |
| 1859 'browser/renderer_context_menu/context_menu_content_type.h', | 1861 'browser/renderer_context_menu/context_menu_content_type.h', |
| 1860 'browser/renderer_context_menu/context_menu_content_type_app_mode.cc', | 1862 'browser/renderer_context_menu/context_menu_content_type_app_mode.cc', |
| 1861 'browser/renderer_context_menu/context_menu_content_type_app_mode.h', | 1863 'browser/renderer_context_menu/context_menu_content_type_app_mode.h', |
| 1862 'browser/renderer_context_menu/context_menu_content_type_extension_popup
.cc', | 1864 'browser/renderer_context_menu/context_menu_content_type_extension_popup
.cc', |
| 1863 'browser/renderer_context_menu/context_menu_content_type_extension_popup
.h', | 1865 'browser/renderer_context_menu/context_menu_content_type_extension_popup
.h', |
| 1864 'browser/renderer_context_menu/context_menu_content_type_factory.cc', | 1866 'browser/renderer_context_menu/context_menu_content_type_factory.cc', |
| 1865 'browser/renderer_context_menu/context_menu_content_type_factory.h', | 1867 'browser/renderer_context_menu/context_menu_content_type_factory.h', |
| 1866 'browser/renderer_context_menu/context_menu_content_type_panel.cc', | 1868 'browser/renderer_context_menu/context_menu_content_type_panel.cc', |
| (...skipping 1931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3798 'package_name': 'org/chromium/chrome/browser', | 3800 'package_name': 'org/chromium/chrome/browser', |
| 3799 'template_deps': ['browser/android/tab_load_status.h'], | 3801 'template_deps': ['browser/android/tab_load_status.h'], |
| 3800 }, | 3802 }, |
| 3801 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3803 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3802 }, | 3804 }, |
| 3803 ], | 3805 ], |
| 3804 }, | 3806 }, |
| 3805 ], | 3807 ], |
| 3806 ], | 3808 ], |
| 3807 } | 3809 } |
| OLD | NEW |