| 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 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1420 'browser/mac/keystone_registration.h', | 1420 'browser/mac/keystone_registration.h', |
| 1421 'browser/mac/keystone_registration.mm', | 1421 'browser/mac/keystone_registration.mm', |
| 1422 'browser/mac/master_prefs.h', | 1422 'browser/mac/master_prefs.h', |
| 1423 'browser/mac/master_prefs.mm', | 1423 'browser/mac/master_prefs.mm', |
| 1424 'browser/mac/relauncher.cc', | 1424 'browser/mac/relauncher.cc', |
| 1425 'browser/mac/relauncher.h', | 1425 'browser/mac/relauncher.h', |
| 1426 'browser/mac/security_wrappers.cc', | 1426 'browser/mac/security_wrappers.cc', |
| 1427 'browser/mac/security_wrappers.h', | 1427 'browser/mac/security_wrappers.h', |
| 1428 'browser/managed_mode.cc', | 1428 'browser/managed_mode.cc', |
| 1429 'browser/managed_mode.h', | 1429 'browser/managed_mode.h', |
| 1430 'browser/managed_mode_url_filter.cc', |
| 1431 'browser/managed_mode_url_filter.h', |
| 1430 'browser/media/media_internals.cc', | 1432 'browser/media/media_internals.cc', |
| 1431 'browser/media/media_internals.h', | 1433 'browser/media/media_internals.h', |
| 1432 'browser/media/media_stream_capture_indicator.cc', | 1434 'browser/media/media_stream_capture_indicator.cc', |
| 1433 'browser/media/media_stream_capture_indicator.h', | 1435 'browser/media/media_stream_capture_indicator.h', |
| 1434 'browser/media/media_stream_devices_controller.cc', | 1436 'browser/media/media_stream_devices_controller.cc', |
| 1435 'browser/media/media_stream_devices_controller.h', | 1437 'browser/media/media_stream_devices_controller.h', |
| 1436 'browser/media/media_stream_devices_menu_model.cc', | 1438 'browser/media/media_stream_devices_menu_model.cc', |
| 1437 'browser/media/media_stream_devices_menu_model.h', | 1439 'browser/media/media_stream_devices_menu_model.h', |
| 1438 'browser/media_gallery/media_device_notifications_chromeos.cc', | 1440 'browser/media_gallery/media_device_notifications_chromeos.cc', |
| 1439 'browser/media_gallery/media_device_notifications_chromeos.h', | 1441 'browser/media_gallery/media_device_notifications_chromeos.h', |
| (...skipping 3522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4962 | 4964 |
| 4963 'browser/jankometer.cc', | 4965 'browser/jankometer.cc', |
| 4964 'browser/sync/sync_global_error.cc', | 4966 'browser/sync/sync_global_error.cc', |
| 4965 'browser/sync/sync_global_error.h', | 4967 'browser/sync/sync_global_error.h', |
| 4966 | 4968 |
| 4967 # There's no Browser/BrowserList on Android. | 4969 # There's no Browser/BrowserList on Android. |
| 4968 'browser/download/download_crx_util.cc', | 4970 'browser/download/download_crx_util.cc', |
| 4969 'browser/lifetime/application_lifetime_stub.cc', | 4971 'browser/lifetime/application_lifetime_stub.cc', |
| 4970 'browser/managed_mode.cc', | 4972 'browser/managed_mode.cc', |
| 4971 'browser/managed_mode.h', | 4973 'browser/managed_mode.h', |
| 4974 'browser/managed_mode_url_filter.cc', |
| 4975 'browser/managed_mode_url_filter.h', |
| 4972 'browser/net/gaia/gaia_oauth_fetcher.cc', | 4976 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 4973 'browser/page_cycler/page_cycler.cc', | 4977 'browser/page_cycler/page_cycler.cc', |
| 4974 'browser/page_cycler/page_cycler.h', | 4978 'browser/page_cycler/page_cycler.h', |
| 4975 'browser/ui/browser.cc', | 4979 'browser/ui/browser.cc', |
| 4976 'browser/ui/browser_finder.cc', | 4980 'browser/ui/browser_finder.cc', |
| 4977 'browser/ui/browser_list.cc', | 4981 'browser/ui/browser_list.cc', |
| 4978 'browser/ui/browser_navigator.cc', | 4982 'browser/ui/browser_navigator.cc', |
| 4979 'browser/ui/browser_otr_state.cc', | 4983 'browser/ui/browser_otr_state.cc', |
| 4980 'browser/ui/browser_tab_restore_service_delegate.cc', | 4984 'browser/ui/browser_tab_restore_service_delegate.cc', |
| 4981 'browser/ui/browser_tabstrip.cc', | 4985 'browser/ui/browser_tabstrip.cc', |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5548 'includes': [ '../build/jni_generator.gypi' ], | 5552 'includes': [ '../build/jni_generator.gypi' ], |
| 5549 'dependencies': [ | 5553 'dependencies': [ |
| 5550 'android_jar_jni_headers', | 5554 'android_jar_jni_headers', |
| 5551 ], | 5555 ], |
| 5552 }, | 5556 }, |
| 5553 ], | 5557 ], |
| 5554 }, | 5558 }, |
| 5555 ], | 5559 ], |
| 5556 ], | 5560 ], |
| 5557 } | 5561 } |
| OLD | NEW |