| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1865 'browser/sync/retry_verifier.h', | 1865 'browser/sync/retry_verifier.h', |
| 1866 'browser/sync/sync_global_error.cc', | 1866 'browser/sync/sync_global_error.cc', |
| 1867 'browser/sync/sync_global_error.h', | 1867 'browser/sync/sync_global_error.h', |
| 1868 'browser/sync/sync_prefs.cc', | 1868 'browser/sync/sync_prefs.cc', |
| 1869 'browser/sync/sync_prefs.h', | 1869 'browser/sync/sync_prefs.h', |
| 1870 'browser/sync/sync_ui_util.cc', | 1870 'browser/sync/sync_ui_util.cc', |
| 1871 'browser/sync/sync_ui_util.h', | 1871 'browser/sync/sync_ui_util.h', |
| 1872 'browser/sync/sync_ui_util_mac.h', | 1872 'browser/sync/sync_ui_util_mac.h', |
| 1873 'browser/sync/sync_ui_util_mac.mm', | 1873 'browser/sync/sync_ui_util_mac.mm', |
| 1874 'browser/sync/user_selectable_sync_type.h', | 1874 'browser/sync/user_selectable_sync_type.h', |
| 1875 'browser/system_monitor/disk_info_mac.h', |
| 1876 'browser/system_monitor/disk_info_mac.mm', |
| 1875 'browser/system_monitor/media_device_notifications_chromeos.cc', | 1877 'browser/system_monitor/media_device_notifications_chromeos.cc', |
| 1876 'browser/system_monitor/media_device_notifications_chromeos.h', | 1878 'browser/system_monitor/media_device_notifications_chromeos.h', |
| 1877 'browser/system_monitor/media_device_notifications_utils.cc', | 1879 'browser/system_monitor/media_device_notifications_utils.cc', |
| 1878 'browser/system_monitor/media_device_notifications_utils.h', | 1880 'browser/system_monitor/media_device_notifications_utils.h', |
| 1879 'browser/system_monitor/removable_device_constants.cc', | 1881 'browser/system_monitor/removable_device_constants.cc', |
| 1880 'browser/system_monitor/removable_device_constants.h', | 1882 'browser/system_monitor/removable_device_constants.h', |
| 1881 'browser/system_monitor/media_storage_util.cc', | 1883 'browser/system_monitor/media_storage_util.cc', |
| 1882 'browser/system_monitor/media_storage_util.h', | 1884 'browser/system_monitor/media_storage_util.h', |
| 1883 'browser/system_monitor/media_storage_util_linux.cc', | 1885 'browser/system_monitor/media_storage_util_linux.cc', |
| 1884 'browser/system_monitor/removable_device_notifications_linux.cc', | 1886 'browser/system_monitor/removable_device_notifications_linux.cc', |
| 1885 'browser/system_monitor/removable_device_notifications_linux.h', | 1887 'browser/system_monitor/removable_device_notifications_linux.h', |
| 1888 'browser/system_monitor/removable_device_notifications_mac.h', |
| 1889 'browser/system_monitor/removable_device_notifications_mac.mm', |
| 1886 'browser/system_monitor/removable_device_notifications_window_win.cc', | 1890 'browser/system_monitor/removable_device_notifications_window_win.cc', |
| 1887 'browser/system_monitor/removable_device_notifications_window_win.h', | 1891 'browser/system_monitor/removable_device_notifications_window_win.h', |
| 1888 'browser/tab_contents/background_contents.cc', | 1892 'browser/tab_contents/background_contents.cc', |
| 1889 'browser/tab_contents/background_contents.h', | 1893 'browser/tab_contents/background_contents.h', |
| 1890 'browser/tab_contents/language_state.cc', | 1894 'browser/tab_contents/language_state.cc', |
| 1891 'browser/tab_contents/language_state.h', | 1895 'browser/tab_contents/language_state.h', |
| 1892 'browser/tab_contents/navigation_metrics_recorder.cc', | 1896 'browser/tab_contents/navigation_metrics_recorder.cc', |
| 1893 'browser/tab_contents/navigation_metrics_recorder.h', | 1897 'browser/tab_contents/navigation_metrics_recorder.h', |
| 1894 'browser/tab_contents/render_view_context_menu.cc', | 1898 'browser/tab_contents/render_view_context_menu.cc', |
| 1895 'browser/tab_contents/render_view_context_menu.h', | 1899 'browser/tab_contents/render_view_context_menu.h', |
| (...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2768 'includes': [ '../build/jni_generator.gypi' ], | 2772 'includes': [ '../build/jni_generator.gypi' ], |
| 2769 'dependencies': [ | 2773 'dependencies': [ |
| 2770 'android_jar_jni_headers', | 2774 'android_jar_jni_headers', |
| 2771 ], | 2775 ], |
| 2772 }, | 2776 }, |
| 2773 ], | 2777 ], |
| 2774 }, | 2778 }, |
| 2775 ], | 2779 ], |
| 2776 ], | 2780 ], |
| 2777 } | 2781 } |
| OLD | NEW |