| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1094 'browser/media/native_desktop_media_list.cc', | 1094 'browser/media/native_desktop_media_list.cc', |
| 1095 'browser/media/native_desktop_media_list.h', | 1095 'browser/media/native_desktop_media_list.h', |
| 1096 'browser/media/webrtc_log_list.cc', | 1096 'browser/media/webrtc_log_list.cc', |
| 1097 'browser/media/webrtc_log_list.h', | 1097 'browser/media/webrtc_log_list.h', |
| 1098 'browser/media/webrtc_log_uploader.cc', | 1098 'browser/media/webrtc_log_uploader.cc', |
| 1099 'browser/media/webrtc_log_uploader.h', | 1099 'browser/media/webrtc_log_uploader.h', |
| 1100 'browser/media/webrtc_log_util.cc', | 1100 'browser/media/webrtc_log_util.cc', |
| 1101 'browser/media/webrtc_log_util.h', | 1101 'browser/media/webrtc_log_util.h', |
| 1102 'browser/media/webrtc_logging_handler_host.cc', | 1102 'browser/media/webrtc_logging_handler_host.cc', |
| 1103 'browser/media/webrtc_logging_handler_host.h', | 1103 'browser/media/webrtc_logging_handler_host.h', |
| 1104 'browser/media/webrtc_rtp_dump_handler.cc', |
| 1105 'browser/media/webrtc_rtp_dump_handler.h', |
| 1106 'browser/media/webrtc_rtp_dump_writer.cc', |
| 1107 'browser/media/webrtc_rtp_dump_writer.h', |
| 1104 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', | 1108 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', |
| 1105 'browser/media_galleries/fileapi/av_scanning_file_validator.h', | 1109 'browser/media_galleries/fileapi/av_scanning_file_validator.h', |
| 1106 'browser/media_galleries/fileapi/device_media_async_file_util.cc', | 1110 'browser/media_galleries/fileapi/device_media_async_file_util.cc', |
| 1107 'browser/media_galleries/fileapi/device_media_async_file_util.h', | 1111 'browser/media_galleries/fileapi/device_media_async_file_util.h', |
| 1108 'browser/media_galleries/fileapi/iapps_finder.h', | 1112 'browser/media_galleries/fileapi/iapps_finder.h', |
| 1109 'browser/media_galleries/fileapi/iapps_finder_impl.h', | 1113 'browser/media_galleries/fileapi/iapps_finder_impl.h', |
| 1110 'browser/media_galleries/fileapi/iapps_finder_impl.cc', | 1114 'browser/media_galleries/fileapi/iapps_finder_impl.cc', |
| 1111 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm', | 1115 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm', |
| 1112 'browser/media_galleries/fileapi/iapps_finder_impl_win.cc', | 1116 'browser/media_galleries/fileapi/iapps_finder_impl_win.cc', |
| 1113 'browser/media_galleries/fileapi/media_file_system_backend.cc', | 1117 'browser/media_galleries/fileapi/media_file_system_backend.cc', |
| (...skipping 2326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3440 ['enable_webrtc==0', { | 3444 ['enable_webrtc==0', { |
| 3441 'sources!': [ | 3445 'sources!': [ |
| 3442 'browser/media/webrtc_log_upload_list.cc', | 3446 'browser/media/webrtc_log_upload_list.cc', |
| 3443 'browser/media/webrtc_log_upload_list.h', | 3447 'browser/media/webrtc_log_upload_list.h', |
| 3444 'browser/media/webrtc_log_uploader.cc', | 3448 'browser/media/webrtc_log_uploader.cc', |
| 3445 'browser/media/webrtc_log_uploader.h', | 3449 'browser/media/webrtc_log_uploader.h', |
| 3446 'browser/media/webrtc_log_util.cc', | 3450 'browser/media/webrtc_log_util.cc', |
| 3447 'browser/media/webrtc_log_util.h', | 3451 'browser/media/webrtc_log_util.h', |
| 3448 'browser/media/webrtc_logging_handler_host.cc', | 3452 'browser/media/webrtc_logging_handler_host.cc', |
| 3449 'browser/media/webrtc_logging_handler_host.h', | 3453 'browser/media/webrtc_logging_handler_host.h', |
| 3454 'browser/media/webrtc_rtp_dump_handler.cc', |
| 3455 'browser/media/webrtc_rtp_dump_handler.h', |
| 3456 'browser/media/webrtc_rtp_dump_writer.cc', |
| 3457 'browser/media/webrtc_rtp_dump_writer.h', |
| 3450 ] | 3458 ] |
| 3451 }], | 3459 }], |
| 3452 ['enable_service_discovery==1', { | 3460 ['enable_service_discovery==1', { |
| 3453 'sources' : [ | 3461 'sources' : [ |
| 3454 'browser/local_discovery/privet_http_asynchronous_factory.cc', | 3462 'browser/local_discovery/privet_http_asynchronous_factory.cc', |
| 3455 'browser/local_discovery/privet_http_asynchronous_factory.h', | 3463 'browser/local_discovery/privet_http_asynchronous_factory.h', |
| 3456 'browser/local_discovery/privet_notifications.cc', | 3464 'browser/local_discovery/privet_notifications.cc', |
| 3457 'browser/local_discovery/privet_notifications.h', | 3465 'browser/local_discovery/privet_notifications.h', |
| 3458 'browser/local_discovery/privet_notifications_factory.cc', | 3466 'browser/local_discovery/privet_notifications_factory.cc', |
| 3459 'browser/local_discovery/privet_notifications_factory.h', | 3467 'browser/local_discovery/privet_notifications_factory.h', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3740 'package_name': 'org/chromium/chrome/browser', | 3748 'package_name': 'org/chromium/chrome/browser', |
| 3741 'template_deps': ['browser/android/tab_load_status.h'], | 3749 'template_deps': ['browser/android/tab_load_status.h'], |
| 3742 }, | 3750 }, |
| 3743 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3751 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3744 }, | 3752 }, |
| 3745 ], | 3753 ], |
| 3746 }, | 3754 }, |
| 3747 ], | 3755 ], |
| 3748 ], | 3756 ], |
| 3749 } | 3757 } |
| OLD | NEW |