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

Side by Side Diff: build/all.gyp

Issue 1149893010: gpu: play skp files through the command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: now with proper mac headers 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:*',
164 ], 165 ],
165 }], 166 }],
166 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', { 167 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', {
167 'dependencies': [ 168 'dependencies': [
168 '../third_party/nss/nss.gyp:*', 169 '../third_party/nss/nss.gyp:*',
169 ], 170 ],
170 }], 171 }],
171 ['OS=="win" or OS=="ios" or OS=="linux"', { 172 ['OS=="win" or OS=="ios" or OS=="linux"', {
172 'dependencies': [ 173 'dependencies': [
173 '../breakpad/breakpad.gyp:*', 174 '../breakpad/breakpad.gyp:*',
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'dependencies': [ 1401 'dependencies': [
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1402 '../ui/views/views.gyp:views', 1403 '../ui/views/views.gyp:views',
1403 '../ui/views/views.gyp:views_unittests', 1404 '../ui/views/views.gyp:views_unittests',
1404 ], 1405 ],
1405 }, # target_name: macviews_builder 1406 }, # target_name: macviews_builder
1406 ], # targets 1407 ], # targets
1407 }], # os=='mac' and toolkit_views==1 1408 }], # os=='mac' and toolkit_views==1
1408 ], # conditions 1409 ], # conditions
1409 } 1410 }
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