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

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

Issue 10806018: Revert 147288 - Renamed resource files to be more verbose, specifically: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « ui/base/strings/ui_strings.gyp ('k') | ui/resources/ui_resources.grd » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'test/test_compositor_host_mac.mm', 118 'test/test_compositor_host_mac.mm',
119 'test/test_compositor_host_win.cc', 119 'test/test_compositor_host_win.cc',
120 'test/test_layer_animation_delegate.cc', 120 'test/test_layer_animation_delegate.cc',
121 'test/test_layer_animation_delegate.h', 121 'test/test_layer_animation_delegate.h',
122 'test/test_layer_animation_observer.cc', 122 'test/test_layer_animation_observer.cc',
123 'test/test_layer_animation_observer.h', 123 'test/test_layer_animation_observer.h',
124 'test/test_suite.cc', 124 'test/test_suite.cc',
125 'test/test_suite.h', 125 'test/test_suite.h',
126 'test/test_utils.cc', 126 'test/test_utils.cc',
127 'test/test_utils.h', 127 'test/test_utils.h',
128 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc' , 128 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc',
129 ], 129 ],
130 'conditions': [ 130 'conditions': [
131 # osmesa GL implementation is used on linux. 131 # osmesa GL implementation is used on linux.
132 ['OS=="linux"', { 132 ['OS=="linux"', {
133 'dependencies': [ 133 'dependencies': [
134 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 134 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
135 ], 135 ],
136 }], 136 }],
137 ], 137 ],
138 }, 138 },
139 ], 139 ],
140 } 140 }
OLDNEW
« no previous file with comments | « ui/base/strings/ui_strings.gyp ('k') | ui/resources/ui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698