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 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4985 | 4987 |
4986 'browser/jankometer.cc', | 4988 'browser/jankometer.cc', |
4987 'browser/sync/sync_global_error.cc', | 4989 'browser/sync/sync_global_error.cc', |
4988 'browser/sync/sync_global_error.h', | 4990 'browser/sync/sync_global_error.h', |
4989 | 4991 |
4990 # There's no Browser/BrowserList on Android. | 4992 # There's no Browser/BrowserList on Android. |
4991 'browser/download/download_crx_util.cc', | 4993 'browser/download/download_crx_util.cc', |
4992 'browser/lifetime/application_lifetime_stub.cc', | 4994 'browser/lifetime/application_lifetime_stub.cc', |
4993 'browser/managed_mode.cc', | 4995 'browser/managed_mode.cc', |
4994 'browser/managed_mode.h', | 4996 'browser/managed_mode.h', |
| 4997 'browser/managed_mode_url_filter.cc', |
| 4998 'browser/managed_mode_url_filter.h', |
4995 'browser/net/gaia/gaia_oauth_fetcher.cc', | 4999 'browser/net/gaia/gaia_oauth_fetcher.cc', |
4996 'browser/page_cycler/page_cycler.cc', | 5000 'browser/page_cycler/page_cycler.cc', |
4997 'browser/page_cycler/page_cycler.h', | 5001 'browser/page_cycler/page_cycler.h', |
4998 'browser/ui/browser.cc', | 5002 'browser/ui/browser.cc', |
4999 'browser/ui/browser_command_controller.cc', | 5003 'browser/ui/browser_command_controller.cc', |
5000 'browser/ui/browser_finder.cc', | 5004 'browser/ui/browser_finder.cc', |
5001 'browser/ui/browser_instant_controller.cc', | 5005 'browser/ui/browser_instant_controller.cc', |
5002 'browser/ui/browser_list.cc', | 5006 'browser/ui/browser_list.cc', |
5003 'browser/ui/browser_navigator.cc', | 5007 'browser/ui/browser_navigator.cc', |
5004 'browser/ui/browser_otr_state.cc', | 5008 'browser/ui/browser_otr_state.cc', |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5581 'includes': [ '../build/jni_generator.gypi' ], | 5585 'includes': [ '../build/jni_generator.gypi' ], |
5582 'dependencies': [ | 5586 'dependencies': [ |
5583 'android_jar_jni_headers', | 5587 'android_jar_jni_headers', |
5584 ], | 5588 ], |
5585 }, | 5589 }, |
5586 ], | 5590 ], |
5587 }, | 5591 }, |
5588 ], | 5592 ], |
5589 ], | 5593 ], |
5590 } | 5594 } |
OLD | NEW |