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, }, |
(...skipping 11 matching lines...) Expand all Loading... |
22 '../content/content.gyp:content_renderer', | 22 '../content/content.gyp:content_renderer', |
23 '../media/cast/cast.gyp:cast_config', | 23 '../media/cast/cast.gyp:cast_config', |
24 '../media/cast/cast_sender.gyp:cast_sender', | 24 '../media/cast/cast_sender.gyp:cast_sender', |
25 '../net/net.gyp:net', | 25 '../net/net.gyp:net', |
26 '../skia/skia.gyp:skia', | 26 '../skia/skia.gyp:skia', |
27 '../third_party/WebKit/public/blink.gyp:blink', | 27 '../third_party/WebKit/public/blink.gyp:blink', |
28 '../third_party/hunspell/hunspell.gyp:hunspell', | 28 '../third_party/hunspell/hunspell.gyp:hunspell', |
29 '../third_party/icu/icu.gyp:icui18n', | 29 '../third_party/icu/icu.gyp:icui18n', |
30 '../third_party/icu/icu.gyp:icuuc', | 30 '../third_party/icu/icu.gyp:icuuc', |
31 '../third_party/npapi/npapi.gyp:npapi', | 31 '../third_party/npapi/npapi.gyp:npapi', |
32 '../third_party/re2/re2.gyp:re2', | 32 '../out/gn_gyp/third_party/re2/re2.gyp:re2', |
33 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 33 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
34 '../ui/surface/surface.gyp:surface', | 34 '../ui/surface/surface.gyp:surface', |
35 '../webkit/child/webkit_child.gyp:webkit_child', | 35 '../webkit/child/webkit_child.gyp:webkit_child', |
36 '../webkit/common/webkit_common.gyp:webkit_common', | 36 '../webkit/common/webkit_common.gyp:webkit_common', |
37 '../webkit/glue/webkit_glue.gyp:glue', | 37 '../webkit/glue/webkit_glue.gyp:glue', |
38 '../webkit/webkit_resources.gyp:webkit_resources', | 38 '../webkit/webkit_resources.gyp:webkit_resources', |
39 ], | 39 ], |
40 'include_dirs': [ | 40 'include_dirs': [ |
41 '..', | 41 '..', |
42 # Needed by chrome_content_renderer_client.cc. | 42 # Needed by chrome_content_renderer_client.cc. |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 }], | 470 }], |
471 ['enable_printing!=0', { | 471 ['enable_printing!=0', { |
472 'dependencies': [ | 472 'dependencies': [ |
473 '../printing/printing.gyp:printing', | 473 '../printing/printing.gyp:printing', |
474 ], | 474 ], |
475 }], | 475 }], |
476 ], | 476 ], |
477 }, | 477 }, |
478 ], | 478 ], |
479 } | 479 } |
OLD | NEW |