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
3 # found in the LICENSE file.
13 'type': '<(component)',
15 '../../base/base.gyp:base',
16 '../../base/base.gyp:base_i18n',
17 '../../skia/skia.gyp:skia',
18 '../../url/url.gyp:url_lib',
19 '../aura/aura.gyp:aura',
20 '../compositor/compositor.gyp:compositor',
22 '../ui.gyp:ui_resources',
23 '../views/views.gyp:views',
29 # All .cc, .h under oak, except unittests
31 'oak_aura_window_display.cc',
32 'oak_aura_window_display.h',
34 'oak_pretty_print.cc',
40 'oak_details_model.h',
42 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
43 'msvs_disabled_warnings': [ 4267, ],