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

Side by Side Diff: chrome/test/gpu/test_support_gpu.gypi

Issue 11418003: Remove rc file for scaled resource pak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep webkit_resources for DumpRenderTree Created 8 years, 1 month 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
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 # This file is meant to be included into targets which run gpu tests. 5 # This file is meant to be included into targets which run gpu tests.
6 { 6 {
7 'variables': { 7 'variables': {
8 'test_list_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/test/gpu', 8 'test_list_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/test/gpu',
9 'src_dir': '../../..', 9 'src_dir': '../../..',
10 }, 10 },
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'include_dirs': [ 48 'include_dirs': [
49 '<(DEPTH)/third_party/wtl/include', 49 '<(DEPTH)/third_party/wtl/include',
50 ], 50 ],
51 'sources': [ 51 'sources': [
52 '<(src_dir)/chrome/app/chrome_dll.rc', 52 '<(src_dir)/chrome/app/chrome_dll.rc',
53 '<(src_dir)/chrome/app/chrome_dll_resource.h', 53 '<(src_dir)/chrome/app/chrome_dll_resource.h',
54 '<(src_dir)/chrome/app/chrome_version.rc.version', 54 '<(src_dir)/chrome/app/chrome_version.rc.version',
55 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 55 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
56 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 56 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
57 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', 57 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc',
58 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
59 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 58 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
60 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', 59 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc',
61 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 60 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
62 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 61 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
63 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
64 ], 62 ],
65 'conditions': [ 63 'conditions': [
66 ['win_use_allocator_shim==1', { 64 ['win_use_allocator_shim==1', {
67 'dependencies': [ 65 'dependencies': [
68 '<(allocator_target)', 66 '<(allocator_target)',
69 ], 67 ],
70 }], 68 }],
71 ], 69 ],
72 'configurations': { 70 'configurations': {
73 'Debug': { 71 'Debug': {
(...skipping 29 matching lines...) Expand all
103 'chrome', 101 'chrome',
104 ], 102 ],
105 'dependencies': [ 103 'dependencies': [
106 '<@(chromium_dependencies)', 104 '<@(chromium_dependencies)',
107 'chrome_resources.gyp:packed_resources', 105 'chrome_resources.gyp:packed_resources',
108 'chrome_resources.gyp:packed_extra_resources', 106 'chrome_resources.gyp:packed_extra_resources',
109 ], 107 ],
110 }], 108 }],
111 ], 109 ],
112 } 110 }
OLDNEW
« no previous file with comments | « chrome/renderer/resources/renderer_resources.grd ('k') | content/browser/gpu/test_support_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698