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

Side by Side Diff: gpu/gpu_config.gypi

Issue 1103403002: gpu: Fix dependency cycle between service_sources and config_sources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: zmo nits Created 5 years, 7 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 | « gpu/gpu.gyp ('k') | no next file » | 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 'dependencies': [ 6 'dependencies': [
7 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../ui/gl/gl.gyp:gl', 9 '../ui/gl/gl.gyp:gl',
10 ], 10 ],
(...skipping 18 matching lines...) Expand all
29 'config/gpu_info.h', 29 'config/gpu_info.h',
30 'config/gpu_info_collector.cc', 30 'config/gpu_info_collector.cc',
31 'config/gpu_info_collector.h', 31 'config/gpu_info_collector.h',
32 'config/gpu_info_collector_android.cc', 32 'config/gpu_info_collector_android.cc',
33 'config/gpu_info_collector_linux.cc', 33 'config/gpu_info_collector_linux.cc',
34 'config/gpu_info_collector_linux.h', 34 'config/gpu_info_collector_linux.h',
35 'config/gpu_info_collector_mac.mm', 35 'config/gpu_info_collector_mac.mm',
36 'config/gpu_info_collector_ozone.cc', 36 'config/gpu_info_collector_ozone.cc',
37 'config/gpu_info_collector_win.cc', 37 'config/gpu_info_collector_win.cc',
38 'config/gpu_info_collector_x11.cc', 38 'config/gpu_info_collector_x11.cc',
39 'config/gpu_switches.cc',
40 'config/gpu_switches.h',
39 'config/gpu_test_config.cc', 41 'config/gpu_test_config.cc',
40 'config/gpu_test_config.h', 42 'config/gpu_test_config.h',
41 'config/gpu_test_expectations_parser.cc', 43 'config/gpu_test_expectations_parser.cc',
42 'config/gpu_test_expectations_parser.h', 44 'config/gpu_test_expectations_parser.h',
43 'config/gpu_util.cc', 45 'config/gpu_util.cc',
44 'config/gpu_util.h', 46 'config/gpu_util.h',
45 'config/software_rendering_list_json.cc', 47 'config/software_rendering_list_json.cc',
46 ], 48 ],
47 'conditions': [ 49 'conditions': [
48 ['OS=="win"', { 50 ['OS=="win"', {
(...skipping 23 matching lines...) Expand all
72 ['OS=="linux" and use_x11==1', { 74 ['OS=="linux" and use_x11==1', {
73 'dependencies': [ 75 'dependencies': [
74 '../build/linux/system.gyp:x11', 76 '../build/linux/system.gyp:x11',
75 '../build/linux/system.gyp:xext', 77 '../build/linux/system.gyp:xext',
76 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', 78 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
77 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 79 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
78 ], 80 ],
79 }], 81 }],
80 ], 82 ],
81 } 83 }
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698