| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 # Disable narrowing-conversion-in-initialization-list warnings in that we | 7 # Disable narrowing-conversion-in-initialization-list warnings in that we |
| 8 # do not want to fix it in data file "webcursor_gtk_data.h". | 8 # do not want to fix it in data file "webcursor_gtk_data.h". |
| 9 'cflags+': ['-Wno-narrowing'], | 9 'cflags+': ['-Wno-narrowing'], |
| 10 'cflags_cc+': ['-Wno-narrowing'], | 10 'cflags_cc+': ['-Wno-narrowing'], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 '<(DEPTH)/base/base.gyp:base_static', | 27 '<(DEPTH)/base/base.gyp:base_static', |
| 28 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 28 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 29 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 29 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 30 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 30 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 31 '<(DEPTH)/net/net.gyp:net', | 31 '<(DEPTH)/net/net.gyp:net', |
| 32 '<(DEPTH)/skia/skia.gyp:skia', | 32 '<(DEPTH)/skia/skia.gyp:skia', |
| 33 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 33 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 34 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 34 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 35 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 35 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 36 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 36 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 37 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 37 '<(DEPTH)/ui/gl/gl.gyp:gl', | 38 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 38 '<(DEPTH)/url/url.gyp:url_lib', | 39 '<(DEPTH)/url/url.gyp:url_lib', |
| 39 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 40 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 41 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 41 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', | 42 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', |
| 42 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', | 43 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
| 43 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', | 44 '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser', |
| 44 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 45 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
| 45 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 46 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', |
| 46 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', | 47 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 }, | 124 }, |
| 124 'includes': [ '../../build/grit_action.gypi' ], | 125 'includes': [ '../../build/grit_action.gypi' ], |
| 125 }, | 126 }, |
| 126 ], | 127 ], |
| 127 'includes': [ '../../build/grit_target.gypi' ], | 128 'includes': [ '../../build/grit_target.gypi' ], |
| 128 }, | 129 }, |
| 129 ], | 130 ], |
| 130 }], | 131 }], |
| 131 ], | 132 ], |
| 132 } | 133 } |
| OLD | NEW |