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

Side by Side Diff: content/content_common.gypi

Issue 9347010: Remove a non-existing file from content_common.gypi (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'common/gpu/gpu_channel.cc', 147 'common/gpu/gpu_channel.cc',
148 'common/gpu/gpu_channel.h', 148 'common/gpu/gpu_channel.h',
149 'common/gpu/gpu_channel_manager.cc', 149 'common/gpu/gpu_channel_manager.cc',
150 'common/gpu/gpu_channel_manager.h', 150 'common/gpu/gpu_channel_manager.h',
151 'common/gpu/gpu_command_buffer_stub.cc', 151 'common/gpu/gpu_command_buffer_stub.cc',
152 'common/gpu/gpu_command_buffer_stub.h', 152 'common/gpu/gpu_command_buffer_stub.h',
153 'common/gpu/gpu_config.h', 153 'common/gpu/gpu_config.h',
154 'common/gpu/gpu_feature_flags.cc', 154 'common/gpu/gpu_feature_flags.cc',
155 'common/gpu/gpu_feature_flags.h', 155 'common/gpu/gpu_feature_flags.h',
156 'common/gpu/gpu_memory_allocation.h', 156 'common/gpu/gpu_memory_allocation.h',
157 'common/gpu/gpu_memory_management.h',
158 'common/gpu/gpu_memory_manager.cc', 157 'common/gpu/gpu_memory_manager.cc',
159 'common/gpu/gpu_memory_manager.h', 158 'common/gpu/gpu_memory_manager.h',
160 'common/gpu/gpu_messages.h', 159 'common/gpu/gpu_messages.h',
161 'common/gpu/gpu_process_launch_causes.h', 160 'common/gpu/gpu_process_launch_causes.h',
162 'common/gpu/gpu_watchdog.h', 161 'common/gpu/gpu_watchdog.h',
163 'common/gpu/image_transport_surface.h', 162 'common/gpu/image_transport_surface.h',
164 'common/gpu/image_transport_surface.cc', 163 'common/gpu/image_transport_surface.cc',
165 'common/gpu/image_transport_surface_linux.cc', 164 'common/gpu/image_transport_surface_linux.cc',
166 'common/gpu/image_transport_surface_mac.cc', 165 'common/gpu/image_transport_surface_mac.cc',
167 'common/gpu/image_transport_surface_win.cc', 166 'common/gpu/image_transport_surface_win.cc',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 '../build/extract_from_cab.py', 383 '../build/extract_from_cab.py',
385 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 384 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
386 '<(output)', 385 '<(output)',
387 '<(PRODUCT_DIR)', 386 '<(PRODUCT_DIR)',
388 ], 387 ],
389 }, 388 },
390 ] 389 ]
391 }] 390 }]
392 ], 391 ],
393 } 392 }
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