| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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': 'webkit_renderer', | 8 'target_name': 'webkit_renderer', |
| 9 'type': '<(component)', | 9 'type': '<(component)', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 22 '<(DEPTH)/ui/ui.gyp:ui', | 22 '<(DEPTH)/ui/ui.gyp:ui', |
| 23 '<(DEPTH)/url/url.gyp:url_lib', | 23 '<(DEPTH)/url/url.gyp:url_lib', |
| 24 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', | 24 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', |
| 25 ], | 25 ], |
| 26 'sources': [ | 26 'sources': [ |
| 27 'cpp_bound_class.cc', | 27 'cpp_bound_class.cc', |
| 28 'cpp_bound_class.h', | 28 'cpp_bound_class.h', |
| 29 'cpp_variant.cc', | 29 'cpp_variant.cc', |
| 30 'cpp_variant.h', | 30 'cpp_variant.h', |
| 31 'clipboard_utils.cc', | |
| 32 'clipboard_utils.h', | |
| 33 'webkit_renderer_export.h', | 31 'webkit_renderer_export.h', |
| 34 ], | 32 ], |
| 35 }, | 33 }, |
| 36 ], | 34 ], |
| 37 } | 35 } |
| OLD | NEW |