| 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 'safe_browsing_proto', | 16 'safe_browsing_proto', |
| 17 '../content/content.gyp:content_renderer', | 17 '../content/content.gyp:content_renderer', |
| 18 '../net/net.gyp:net', | 18 '../net/net.gyp:net', |
| 19 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 19 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 20 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 20 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 21 '../printing/printing.gyp:printing', | 21 '../printing/printing.gyp:printing', |
| 22 '../skia/skia.gyp:skia', | 22 '../skia/skia.gyp:skia', |
| 23 '../third_party/cld/cld.gyp:cld', | 23 '../third_party/cld/cld.gyp:cld', |
| 24 '../third_party/hunspell/hunspell.gyp:hunspell', | 24 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 25 '../third_party/hyphen/hyphen.gyp:hyphen', |
| 25 '../third_party/icu/icu.gyp:icui18n', | 26 '../third_party/icu/icu.gyp:icui18n', |
| 26 '../third_party/icu/icu.gyp:icuuc', | 27 '../third_party/icu/icu.gyp:icuuc', |
| 27 '../third_party/npapi/npapi.gyp:npapi', | 28 '../third_party/npapi/npapi.gyp:npapi', |
| 28 '../third_party/smhasher/smhasher.gyp:murmurhash3', | 29 '../third_party/smhasher/smhasher.gyp:murmurhash3', |
| 29 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 30 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 30 '../ui/gfx/surface/surface.gyp:surface', | 31 '../ui/gfx/surface/surface.gyp:surface', |
| 31 '../webkit/support/webkit_support.gyp:glue', | 32 '../webkit/support/webkit_support.gyp:glue', |
| 32 '../webkit/support/webkit_support.gyp:webkit_gpu', | 33 '../webkit/support/webkit_support.gyp:webkit_gpu', |
| 33 '../webkit/support/webkit_support.gyp:webkit_media', | 34 '../webkit/support/webkit_support.gyp:webkit_media', |
| 34 '../webkit/support/webkit_support.gyp:webkit_resources', | 35 '../webkit/support/webkit_support.gyp:webkit_resources', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'renderer/extensions/user_script_idle_scheduler.cc', | 111 'renderer/extensions/user_script_idle_scheduler.cc', |
| 111 'renderer/extensions/user_script_idle_scheduler.h', | 112 'renderer/extensions/user_script_idle_scheduler.h', |
| 112 'renderer/extensions/user_script_slave.cc', | 113 'renderer/extensions/user_script_slave.cc', |
| 113 'renderer/extensions/user_script_slave.h', | 114 'renderer/extensions/user_script_slave.h', |
| 114 'renderer/extensions/web_request_custom_bindings.cc', | 115 'renderer/extensions/web_request_custom_bindings.cc', |
| 115 'renderer/extensions/web_request_custom_bindings.h', | 116 'renderer/extensions/web_request_custom_bindings.h', |
| 116 'renderer/extensions/webstore_bindings.cc', | 117 'renderer/extensions/webstore_bindings.cc', |
| 117 'renderer/extensions/webstore_bindings.h', | 118 'renderer/extensions/webstore_bindings.h', |
| 118 'renderer/frame_sniffer.cc', | 119 'renderer/frame_sniffer.cc', |
| 119 'renderer/frame_sniffer.h', | 120 'renderer/frame_sniffer.h', |
| 121 'renderer/hyphenator/hyphenator.cc', |
| 122 'renderer/hyphenator/hyphenator.h', |
| 120 'renderer/loadtimes_extension_bindings.h', | 123 'renderer/loadtimes_extension_bindings.h', |
| 121 'renderer/loadtimes_extension_bindings.cc', | 124 'renderer/loadtimes_extension_bindings.cc', |
| 122 'renderer/module_system.cc', | 125 'renderer/module_system.cc', |
| 123 'renderer/module_system.h', | 126 'renderer/module_system.h', |
| 124 'renderer/native_handler.cc', | 127 'renderer/native_handler.cc', |
| 125 'renderer/native_handler.h', | 128 'renderer/native_handler.h', |
| 126 'renderer/net/predictor_queue.cc', | 129 'renderer/net/predictor_queue.cc', |
| 127 'renderer/net/predictor_queue.h', | 130 'renderer/net/predictor_queue.h', |
| 128 'renderer/net/renderer_net_predictor.cc', | 131 'renderer/net/renderer_net_predictor.cc', |
| 129 'renderer/net/renderer_net_predictor.h', | 132 'renderer/net/renderer_net_predictor.h', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'export_dependent_settings': [ | 290 'export_dependent_settings': [ |
| 288 '<(allocator_target)', | 291 '<(allocator_target)', |
| 289 ], | 292 ], |
| 290 }], | 293 }], |
| 291 ], | 294 ], |
| 292 }], | 295 }], |
| 293 ], | 296 ], |
| 294 }, | 297 }, |
| 295 ], | 298 ], |
| 296 } | 299 } |
| OLD | NEW |