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

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: latest 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 | « no previous file | gpu/skia_runner/DEPS » ('j') | gpu/skia_runner/in_process_graphics_system.cc » ('J')
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 19 matching lines...) Expand all
30 '../testing/gtest.gyp:*', 30 '../testing/gtest.gyp:*',
31 '../third_party/icu/icu.gyp:*', 31 '../third_party/icu/icu.gyp:*',
32 '../third_party/libxml/libxml.gyp:*', 32 '../third_party/libxml/libxml.gyp:*',
33 '../third_party/sqlite/sqlite.gyp:*', 33 '../third_party/sqlite/sqlite.gyp:*',
34 '../third_party/zlib/zlib.gyp:*', 34 '../third_party/zlib/zlib.gyp:*',
35 '../ui/accessibility/accessibility.gyp:*', 35 '../ui/accessibility/accessibility.gyp:*',
36 '../ui/base/ui_base.gyp:*', 36 '../ui/base/ui_base.gyp:*',
37 '../ui/display/display.gyp:display_unittests', 37 '../ui/display/display.gyp:display_unittests',
38 '../ui/snapshot/snapshot.gyp:*', 38 '../ui/snapshot/snapshot.gyp:*',
39 '../url/url.gyp:*', 39 '../url/url.gyp:*',
40 '../gpu/skia_runner/skia_runner.gyp:*',
40 ], 41 ],
41 'conditions': [ 42 'conditions': [
42 ['OS!="ios" and OS!="mac"', { 43 ['OS!="ios" and OS!="mac"', {
43 'dependencies': [ 44 'dependencies': [
44 '../ui/touch_selection/ui_touch_selection.gyp:*', 45 '../ui/touch_selection/ui_touch_selection.gyp:*',
45 ], 46 ],
46 }], 47 }],
47 ['OS=="ios"', { 48 ['OS=="ios"', {
48 'dependencies': [ 49 'dependencies': [
49 '../chrome/chrome.gyp:browser', 50 '../chrome/chrome.gyp:browser',
(...skipping 1350 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 | « no previous file | gpu/skia_runner/DEPS » ('j') | gpu/skia_runner/in_process_graphics_system.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698