OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
10 },{ | 10 },{ |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 '<(DEPTH)/base/base.gyp:base_i18n', | 100 '<(DEPTH)/base/base.gyp:base_i18n', |
101 ], | 101 ], |
102 'sources': [ | 102 'sources': [ |
103 'user_agent.cc', | 103 'user_agent.cc', |
104 'user_agent.h', | 104 'user_agent.h', |
105 ], | 105 ], |
106 }, | 106 }, |
107 { | 107 { |
108 'target_name': 'glue', | 108 'target_name': 'glue', |
109 'type': 'static_library', | 109 'type': 'static_library', |
| 110 'variables': { 'enable_wexit_time_destructors': 1, }, |
110 'dependencies': [ | 111 'dependencies': [ |
111 '<(DEPTH)/base/base.gyp:base_i18n', | 112 '<(DEPTH)/base/base.gyp:base_i18n', |
112 '<(DEPTH)/base/base.gyp:base_static', | 113 '<(DEPTH)/base/base.gyp:base_static', |
113 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 114 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
114 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 115 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
115 '<(DEPTH)/media/media.gyp:yuv_convert', | 116 '<(DEPTH)/media/media.gyp:yuv_convert', |
116 '<(DEPTH)/net/net.gyp:net', | 117 '<(DEPTH)/net/net.gyp:net', |
117 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 118 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
118 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 119 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
119 '<(DEPTH)/printing/printing.gyp:printing', | 120 '<(DEPTH)/printing/printing.gyp:printing', |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
555 }, | 556 }, |
556 'includes': [ '../../build/grit_action.gypi' ], | 557 'includes': [ '../../build/grit_action.gypi' ], |
557 }, | 558 }, |
558 ], | 559 ], |
559 'includes': [ '../../build/grit_target.gypi' ], | 560 'includes': [ '../../build/grit_target.gypi' ], |
560 }, | 561 }, |
561 ], | 562 ], |
562 }], | 563 }], |
563 ], | 564 ], |
564 } | 565 } |
OLD | NEW |