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

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

Issue 10332209: Fix the path to native_theme_resources.rc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 '../ui.gyp:native_theme_resources', 206 '../ui.gyp:native_theme_resources',
207 '../ui.gyp:ui', 207 '../ui.gyp:ui',
208 '../ui.gyp:ui_resources', 208 '../ui.gyp:ui_resources',
209 'aura', 209 'aura',
210 ], 210 ],
211 'include_dirs': [ 211 'include_dirs': [
212 '..', 212 '..',
213 ], 213 ],
214 'sources': [ 214 'sources': [
215 'demo/demo_main.cc', 215 'demo/demo_main.cc',
216 '<(SHARED_INTERMEDIATE_DIR)/ui/base/native_theme/native_theme_resources. rc', 216 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc',
217 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 217 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
218 ], 218 ],
219 }, 219 },
220 { 220 {
221 'target_name': 'aura_unittests', 221 'target_name': 'aura_unittests',
222 'type': 'executable', 222 'type': 'executable',
223 'dependencies': [ 223 'dependencies': [
224 '../../base/base.gyp:test_support_base', 224 '../../base/base.gyp:test_support_base',
225 '../../chrome/chrome_resources.gyp:packed_resources', 225 '../../chrome/chrome_resources.gyp:packed_resources',
226 '../../skia/skia.gyp:skia', 226 '../../skia/skia.gyp:skia',
(...skipping 27 matching lines...) Expand all
254 # osmesa GL implementation is used on linux. 254 # osmesa GL implementation is used on linux.
255 ['OS=="linux"', { 255 ['OS=="linux"', {
256 'dependencies': [ 256 'dependencies': [
257 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 257 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
258 ], 258 ],
259 }], 259 }],
260 ], 260 ],
261 }, 261 },
262 ], 262 ],
263 } 263 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698