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

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

Issue 255823009: [WIP] ui/window: Master CL. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'external_ozone_platforms': [], 8 'external_ozone_platforms': [],
9 'external_ozone_platform_files': [], 9 'external_ozone_platform_files': [],
10 'external_ozone_platform_deps': [], 10 'external_ozone_platform_deps': [],
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'platform/dri/dri_wrapper.h', 65 'platform/dri/dri_wrapper.h',
66 'platform/dri/hardware_display_controller.cc', 66 'platform/dri/hardware_display_controller.cc',
67 'platform/dri/hardware_display_controller.h', 67 'platform/dri/hardware_display_controller.h',
68 'platform/test/ozone_platform_test.cc', 68 'platform/test/ozone_platform_test.cc',
69 'platform/test/ozone_platform_test.h', 69 'platform/test/ozone_platform_test.h',
70 '<@(external_ozone_platform_files)', 70 '<@(external_ozone_platform_files)',
71 ], 71 ],
72 'includes': [ 72 'includes': [
73 'ime/ime.gypi', 73 'ime/ime.gypi',
74 'platform/caca/caca.gypi', 74 'platform/caca/caca.gypi',
75 'platform/ozonex/ozonex.gypi',
75 ], 76 ],
76 'actions': [ 77 'actions': [
77 { 78 {
78 'action_name': 'generate_ozone_platform_list', 79 'action_name': 'generate_ozone_platform_list',
79 'variables': { 80 'variables': {
80 'generator_path': 'generate_ozone_platform_list.py', 81 'generator_path': 'generate_ozone_platform_list.py',
81 }, 82 },
82 'inputs': [ 83 'inputs': [
83 '<(generator_path)', 84 '<(generator_path)',
84 ], 85 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 }], 124 }],
124 ['chromeos==1', { 125 ['chromeos==1', {
125 'dependencies': [ 126 'dependencies': [
126 '<(DEPTH)/ui/display/display.gyp:display_types', 127 '<(DEPTH)/ui/display/display.gyp:display_types',
127 ], 128 ],
128 }], 129 }],
129 ] 130 ]
130 }, 131 },
131 ], 132 ],
132 } 133 }
OLDNEW
« no previous file with comments | « ui/gl/gl.gyp ('k') | ui/ozone/platform/ozonex/DEPS » ('j') | ui/window/platform_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698