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

Side by Side Diff: build/all.gyp

Issue 1183513006: Revert of gpu: play skp files through the command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « BUILD.gn ('k') | gpu/command_buffer/service/in_process_command_buffer.cc » ('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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 154 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
155 '../tools/telemetry/telemetry.gyp:*', 155 '../tools/telemetry/telemetry.gyp:*',
156 '../v8/tools/gyp/v8.gyp:*', 156 '../v8/tools/gyp/v8.gyp:*',
157 '<(libjpeg_gyp_path):*', 157 '<(libjpeg_gyp_path):*',
158 ], 158 ],
159 }], 159 }],
160 ['OS!="ios"', { 160 ['OS!="ios"', {
161 'dependencies': [ 161 'dependencies': [
162 '../device/bluetooth/bluetooth.gyp:*', 162 '../device/bluetooth/bluetooth.gyp:*',
163 '../device/device_tests.gyp:*', 163 '../device/device_tests.gyp:*',
164 '../gpu/skia_runner/skia_runner.gyp:*',
165 ], 164 ],
166 }], 165 }],
167 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { 166 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', {
168 'dependencies': [ 167 'dependencies': [
169 '../third_party/nss/nss.gyp:*', 168 '../third_party/nss/nss.gyp:*',
170 ], 169 ],
171 }], 170 }],
172 ['OS=="win" or OS=="ios" or OS=="linux"', { 171 ['OS=="win" or OS=="ios" or OS=="linux"', {
173 'dependencies': [ 172 'dependencies': [
174 '../breakpad/breakpad.gyp:*', 173 '../breakpad/breakpad.gyp:*',
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 'dependencies': [ 1400 'dependencies': [
1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1403 '../ui/views/views.gyp:views', 1402 '../ui/views/views.gyp:views',
1404 '../ui/views/views.gyp:views_unittests', 1403 '../ui/views/views.gyp:views_unittests',
1405 ], 1404 ],
1406 }, # target_name: macviews_builder 1405 }, # target_name: macviews_builder
1407 ], # targets 1406 ], # targets
1408 }], # os=='mac' and toolkit_views==1 1407 }], # os=='mac' and toolkit_views==1
1409 ], # conditions 1408 ], # conditions
1410 } 1409 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | gpu/command_buffer/service/in_process_command_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698