| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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': 'renderer', | 8 'target_name': 'renderer', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 'common', | 12 'common', |
| 13 'common_net', | 13 'common_net', |
| 14 'chrome_resources.gyp:chrome_resources', | 14 'chrome_resources.gyp:chrome_resources', |
| 15 'chrome_resources.gyp:chrome_strings', | 15 'chrome_resources.gyp:chrome_strings', |
| 16 '../third_party/re2/re2.gyp:re2', | 16 '../third_party/re2/re2.gyp:re2', |
| 17 '../components/components.gyp:autofill_content_renderer', | 17 '../components/components.gyp:autofill_content_renderer', |
| 18 '../components/components.gyp:startup_metric_utils', | 18 '../components/components.gyp:startup_metric_utils', |
| 19 '../components/components.gyp:plugins_renderer', | 19 '../components/components.gyp:plugins_renderer', |
| 20 '../components/components.gyp:translate_core_common', | 20 '../components/components.gyp:translate_core_common', |
| 21 '../components/components.gyp:translate_language_detection', | 21 '../components/components.gyp:translate_language_detection', |
| 22 '../components/components.gyp:visitedlink_renderer', | 22 '../components/components.gyp:visitedlink_renderer', |
| 23 '../content/content.gyp:content_renderer', | 23 '../content/content.gyp:content_renderer', |
| 24 '../media/cast/cast.gyp:cast_config', | 24 '../media/cast/cast.gyp:cast_config', |
| 25 '../media/cast/cast_sender.gyp:cast_sender', | 25 '../media/cast/cast_sender.gyp:cast_sender', |
| 26 '../media/cast/transport/cast_transport.gyp:cast_transport', |
| 26 '../net/net.gyp:net', | 27 '../net/net.gyp:net', |
| 27 '../skia/skia.gyp:skia', | 28 '../skia/skia.gyp:skia', |
| 28 '../third_party/WebKit/public/blink.gyp:blink', | 29 '../third_party/WebKit/public/blink.gyp:blink', |
| 29 '../third_party/hunspell/hunspell.gyp:hunspell', | 30 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 30 '../third_party/icu/icu.gyp:icui18n', | 31 '../third_party/icu/icu.gyp:icui18n', |
| 31 '../third_party/icu/icu.gyp:icuuc', | 32 '../third_party/icu/icu.gyp:icuuc', |
| 32 '../third_party/npapi/npapi.gyp:npapi', | 33 '../third_party/npapi/npapi.gyp:npapi', |
| 33 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 34 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 34 '../ui/surface/surface.gyp:surface', | 35 '../ui/surface/surface.gyp:surface', |
| 35 '../webkit/child/webkit_child.gyp:webkit_child', | 36 '../webkit/child/webkit_child.gyp:webkit_child', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'renderer/extensions/webstore_bindings.h', | 158 'renderer/extensions/webstore_bindings.h', |
| 158 'renderer/isolated_world_ids.h', | 159 'renderer/isolated_world_ids.h', |
| 159 'renderer/loadtimes_extension_bindings.cc', | 160 'renderer/loadtimes_extension_bindings.cc', |
| 160 'renderer/loadtimes_extension_bindings.h', | 161 'renderer/loadtimes_extension_bindings.h', |
| 161 'renderer/media/cast_rtp_stream.cc', | 162 'renderer/media/cast_rtp_stream.cc', |
| 162 'renderer/media/cast_rtp_stream.h', | 163 'renderer/media/cast_rtp_stream.h', |
| 163 'renderer/media/cast_session.cc', | 164 'renderer/media/cast_session.cc', |
| 164 'renderer/media/cast_session.h', | 165 'renderer/media/cast_session.h', |
| 165 'renderer/media/cast_session_delegate.cc', | 166 'renderer/media/cast_session_delegate.cc', |
| 166 'renderer/media/cast_session_delegate.h', | 167 'renderer/media/cast_session_delegate.h', |
| 168 'renderer/media/cast_transport_sender_ipc.cc', |
| 169 'renderer/media/cast_transport_sender_ipc.h', |
| 167 'renderer/media/cast_udp_transport.cc', | 170 'renderer/media/cast_udp_transport.cc', |
| 168 'renderer/media/cast_udp_transport.h', | 171 'renderer/media/cast_udp_transport.h', |
| 169 'renderer/media/chrome_key_systems.cc', | 172 'renderer/media/chrome_key_systems.cc', |
| 170 'renderer/media/chrome_key_systems.h', | 173 'renderer/media/chrome_key_systems.h', |
| 171 'renderer/media/chrome_webrtc_log_message_delegate.cc', | 174 'renderer/media/chrome_webrtc_log_message_delegate.cc', |
| 172 'renderer/media/chrome_webrtc_log_message_delegate.h', | 175 'renderer/media/chrome_webrtc_log_message_delegate.h', |
| 173 'renderer/media/webrtc_logging_message_filter.cc', | 176 'renderer/media/webrtc_logging_message_filter.cc', |
| 174 'renderer/media/webrtc_logging_message_filter.h', | 177 'renderer/media/webrtc_logging_message_filter.h', |
| 175 'renderer/net/net_error_helper.cc', | 178 'renderer/net/net_error_helper.cc', |
| 176 'renderer/net/net_error_helper.h', | 179 'renderer/net/net_error_helper.h', |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 }], | 467 }], |
| 465 ['enable_printing!=0', { | 468 ['enable_printing!=0', { |
| 466 'dependencies': [ | 469 'dependencies': [ |
| 467 '../printing/printing.gyp:printing', | 470 '../printing/printing.gyp:printing', |
| 468 ], | 471 ], |
| 469 }], | 472 }], |
| 470 ], | 473 ], |
| 471 }, | 474 }, |
| 472 ], | 475 ], |
| 473 } | 476 } |
| OLD | NEW |