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

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

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 years, 7 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
OLDNEW
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'oak', 12 'target_name': 'oak',
13 'type': 'static_library', 13 'type': 'static_library',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../base/base.gyp:base_i18n', 16 '../../base/base.gyp:base_i18n',
17 '../../build/temp_gyp/googleurl.gyp:googleurl', 17 '../../build/temp_gyp/googleurl.gyp:googleurl',
18 '../../skia/skia.gyp:skia', 18 '../../skia/skia.gyp:skia',
19 '../aura/aura.gyp:aura', 19 '../aura/aura.gyp:aura',
20 '../gfx/compositor/compositor.gyp:compositor', 20 '../compositor/compositor.gyp:compositor',
21 '../ui.gyp:ui', 21 '../ui.gyp:ui',
22 '../ui.gyp:ui_resources', 22 '../ui.gyp:ui_resources',
23 '../ui.gyp:ui_resources_standard', 23 '../ui.gyp:ui_resources_standard',
24 '../views/views.gyp:views', 24 '../views/views.gyp:views',
25 ], 25 ],
26 'defines': [ 26 'defines': [
27 'OAK_IMPLEMENTATION', 27 'OAK_IMPLEMENTATION',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 # All .cc, .h under oak, except unittests 30 # All .cc, .h under oak, except unittests
31 'oak.h', 31 'oak.h',
32 'oak_aura_window_display.cc', 32 'oak_aura_window_display.cc',
33 'oak_aura_window_display.h', 33 'oak_aura_window_display.h',
34 'oak_export.h', 34 'oak_export.h',
35 'oak_pretty_print.cc', 35 'oak_pretty_print.cc',
36 'oak_pretty_print.h', 36 'oak_pretty_print.h',
37 'oak_tree_model.cc', 37 'oak_tree_model.cc',
38 'oak_tree_model.h', 38 'oak_tree_model.h',
39 'oak_window.cc', 39 'oak_window.cc',
40 'oak_window.h', 40 'oak_window.h',
41 'oak_details_model.h', 41 'oak_details_model.h',
42 ], 42 ],
43 }, 43 },
44 ], 44 ],
45 } 45 }
OLDNEW
« no previous file with comments | « ui/gfx/compositor/test_web_graphics_context_3d.cc ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698