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

Side by Side Diff: build/all.gyp

Issue 356083002: [Ozone] Add Ozone EGL demo (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
« no previous file with comments | « no previous file | ui/ozone/demo/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 }], 1171 }],
1172 ['chromeos==1', { 1172 ['chromeos==1', {
1173 'dependencies': [ 1173 'dependencies': [
1174 '../chromeos/chromeos.gyp:chromeos_unittests', 1174 '../chromeos/chromeos.gyp:chromeos_unittests',
1175 '../athena/main/athena_main.gyp:*', 1175 '../athena/main/athena_main.gyp:*',
1176 ], 1176 ],
1177 }], 1177 }],
1178 ['use_ozone==1', { 1178 ['use_ozone==1', {
1179 'dependencies': [ 1179 'dependencies': [
1180 '../ui/ozone/ozone.gyp:*', 1180 '../ui/ozone/ozone.gyp:*',
1181 '../ui/ozone/demo/ozone_demos.gyp:*',
1181 ], 1182 ],
1182 'dependencies!': [ 1183 'dependencies!': [
1183 '../chrome/chrome.gyp:interactive_ui_tests', # crbug.com/362166 1184 '../chrome/chrome.gyp:interactive_ui_tests', # crbug.com/362166
1184 ], 1185 ],
1185 }], 1186 }],
1186 ], 1187 ],
1187 }, 1188 },
1188 ], # targets 1189 ], # targets
1189 }, { 1190 }, {
1190 'conditions': [ 1191 'conditions': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 'dependencies': [ 1228 'dependencies': [
1228 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1229 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1229 '../ui/views/views.gyp:views', 1230 '../ui/views/views.gyp:views',
1230 '../ui/views/views.gyp:views_unittests', 1231 '../ui/views/views.gyp:views_unittests',
1231 ], 1232 ],
1232 }, # target_name: macviews_builder 1233 }, # target_name: macviews_builder
1233 ], # targets 1234 ], # targets
1234 }], # os=='mac' and toolkit_views==1 1235 }], # os=='mac' and toolkit_views==1
1235 ], # conditions 1236 ], # conditions
1236 } 1237 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698