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

Side by Side Diff: ui/oak/oak.gyp

Issue 173183002: Remove oak windows and its flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove one more oak.gyp reference Created 6 years, 10 months 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
« no previous file with comments | « ui/oak/oak.h ('k') | ui/oak/oak_aura_window_display.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9
10 'targets': [
11 {
12 'target_name': 'oak',
13 'type': '<(component)',
14 'dependencies': [
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',
21 '../events/events.gyp:events',
22 '../gfx/gfx.gyp:gfx',
23 '../gfx/gfx.gyp:gfx_geometry',
24 '../resources/ui_resources.gyp:ui_resources',
25 '../ui.gyp:ui',
26 '../views/views.gyp:views',
27 ],
28 'defines': [
29 'OAK_IMPLEMENTATION',
30 ],
31 'sources': [
32 # All .cc, .h under oak, except unittests
33 'oak.h',
34 'oak_aura_window_display.cc',
35 'oak_aura_window_display.h',
36 'oak_export.h',
37 'oak_pretty_print.cc',
38 'oak_pretty_print.h',
39 'oak_tree_model.cc',
40 'oak_tree_model.h',
41 'oak_window.cc',
42 'oak_window.h',
43 'oak_details_model.h',
44 ],
45 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
46 'msvs_disabled_warnings': [ 4267, ],
47 },
48 ],
49 }
OLDNEW
« no previous file with comments | « ui/oak/oak.h ('k') | ui/oak/oak_aura_window_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698