Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 8524016: webkit: Remove 1 exit time destructor and turn on -Wexit-time-destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698