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

Side by Side Diff: ui/gfx/compositor/compositor.gyp

Issue 7996005: compositor: Fix compositor_unittests build on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/gfx/compositor/layer_unittest.cc » ('j') | ui/gfx/compositor/layer_unittest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '<(DEPTH)/testing/gtest.gyp:gtest', 89 '<(DEPTH)/testing/gtest.gyp:gtest',
90 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl', 90 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl',
91 '<(DEPTH)/ui/ui.gyp:gfx_resources', 91 '<(DEPTH)/ui/ui.gyp:gfx_resources',
92 '<(DEPTH)/ui/ui.gyp:ui', 92 '<(DEPTH)/ui/ui.gyp:ui',
93 '<(DEPTH)/ui/ui.gyp:ui_resources', 93 '<(DEPTH)/ui/ui.gyp:ui_resources',
94 'compositor', 94 'compositor',
95 ], 95 ],
96 'sources': [ 96 'sources': [
97 'layer_unittest.cc', 97 'layer_unittest.cc',
98 'run_all_unittests.cc', 98 'run_all_unittests.cc',
99 'test_compositor_host.cc',
99 'test_compositor_host.h', 100 'test_compositor_host.h',
100 'test_compositor_host_win.cc', 101 'test_compositor_host_win.cc',
101 'test_suite.cc', 102 'test_suite.cc',
102 'test_suite.h', 103 'test_suite.h',
103 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 104 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
104 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 105 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
105 ], 106 ],
106 }, 107 },
107 ], 108 ],
108 } 109 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/compositor/layer_unittest.cc » ('j') | ui/gfx/compositor/layer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698