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

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

Issue 377753002: [Ozone-GBM] Add basic support for display configuration over IPC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '<(SHARED_INTERMEDIATE_DIR)', 76 '<(SHARED_INTERMEDIATE_DIR)',
77 ], 77 ],
78 'sources': [ 78 'sources': [
79 '<(platform_list_cc_file)', 79 '<(platform_list_cc_file)',
80 '<(platform_list_h_file)', 80 '<(platform_list_h_file)',
81 '<(constructor_list_cc_file)', 81 '<(constructor_list_cc_file)',
82 82
83 # common/chromeos files are excluded automatically when building with 83 # common/chromeos files are excluded automatically when building with
84 # chromeos=0, by exclusion rules in filename_rules.gypi due to the 84 # chromeos=0, by exclusion rules in filename_rules.gypi due to the
85 # 'chromeos' folder name. 85 # 'chromeos' folder name.
86 'common/chromeos/display_mode_proxy.cc',
87 'common/chromeos/display_mode_proxy.h',
88 'common/chromeos/display_snapshot_proxy.cc',
89 'common/chromeos/display_snapshot_proxy.h',
90 'common/chromeos/display_util.cc',
91 'common/chromeos/display_util.h',
86 'common/chromeos/native_display_delegate_ozone.cc', 92 'common/chromeos/native_display_delegate_ozone.cc',
87 'common/chromeos/native_display_delegate_ozone.h', 93 'common/chromeos/native_display_delegate_ozone.h',
88 'common/chromeos/touchscreen_device_manager_ozone.cc', 94 'common/chromeos/touchscreen_device_manager_ozone.cc',
89 'common/chromeos/touchscreen_device_manager_ozone.h', 95 'common/chromeos/touchscreen_device_manager_ozone.h',
90 'common/gpu/ozone_gpu_message_generator.cc', 96 'common/gpu/ozone_gpu_message_generator.cc',
91 'common/gpu/ozone_gpu_message_generator.h', 97 'common/gpu/ozone_gpu_message_generator.h',
92 'common/gpu/ozone_gpu_message_params.cc', 98 'common/gpu/ozone_gpu_message_params.cc',
93 'common/gpu/ozone_gpu_message_params.h', 99 'common/gpu/ozone_gpu_message_params.h',
94 'common/gpu/ozone_gpu_messages.h', 100 'common/gpu/ozone_gpu_messages.h',
95 'ozone_platform.cc', 101 'ozone_platform.cc',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'platform/dri/gbm.gypi', 203 'platform/dri/gbm.gypi',
198 ], 204 ],
199 }], 205 }],
200 ['<(ozone_platform_test) == 1', { 206 ['<(ozone_platform_test) == 1', {
201 'includes': [ 207 'includes': [
202 'platform/test/test.gypi', 208 'platform/test/test.gypi',
203 ], 209 ],
204 }], 210 }],
205 ], 211 ],
206 } 212 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698