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

Side by Side Diff: content/content_common.gypi

Issue 440203002: Merge 283085 "Added more detailed result codes for CreateViewCom..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 4 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 | « content/common/gpu/gpu_result_codes.h ('k') | content/renderer/render_thread_impl.h » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'common/gpu/gpu_config.h', 264 'common/gpu/gpu_config.h',
265 'common/gpu/gpu_memory_manager.cc', 265 'common/gpu/gpu_memory_manager.cc',
266 'common/gpu/gpu_memory_manager.h', 266 'common/gpu/gpu_memory_manager.h',
267 'common/gpu/gpu_memory_manager_client.cc', 267 'common/gpu/gpu_memory_manager_client.cc',
268 'common/gpu/gpu_memory_manager_client.h', 268 'common/gpu/gpu_memory_manager_client.h',
269 'common/gpu/gpu_memory_tracking.cc', 269 'common/gpu/gpu_memory_tracking.cc',
270 'common/gpu/gpu_memory_tracking.h', 270 'common/gpu/gpu_memory_tracking.h',
271 'common/gpu/gpu_memory_uma_stats.h', 271 'common/gpu/gpu_memory_uma_stats.h',
272 'common/gpu/gpu_messages.h', 272 'common/gpu/gpu_messages.h',
273 'common/gpu/gpu_process_launch_causes.h', 273 'common/gpu/gpu_process_launch_causes.h',
274 'common/gpu/gpu_result_codes.h',
274 'common/gpu/gpu_surface_lookup.cc', 275 'common/gpu/gpu_surface_lookup.cc',
275 'common/gpu/gpu_surface_lookup.h', 276 'common/gpu/gpu_surface_lookup.h',
276 'common/gpu/gpu_watchdog.h', 277 'common/gpu/gpu_watchdog.h',
277 'common/gpu/image_transport_surface.cc', 278 'common/gpu/image_transport_surface.cc',
278 'common/gpu/image_transport_surface.h', 279 'common/gpu/image_transport_surface.h',
279 'common/gpu/image_transport_surface_android.cc', 280 'common/gpu/image_transport_surface_android.cc',
280 'common/gpu/image_transport_surface_fbo_mac.cc', 281 'common/gpu/image_transport_surface_fbo_mac.cc',
281 'common/gpu/image_transport_surface_fbo_mac.h', 282 'common/gpu/image_transport_surface_fbo_mac.h',
282 'common/gpu/image_transport_surface_linux.cc', 283 'common/gpu/image_transport_surface_linux.cc',
283 'common/gpu/image_transport_surface_mac.mm', 284 'common/gpu/image_transport_surface_mac.mm',
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 }, { 799 }, {
799 'defines': ['USE_SECCOMP_BPF'], 800 'defines': ['USE_SECCOMP_BPF'],
800 }], 801 }],
801 ['use_ozone==1', { 802 ['use_ozone==1', {
802 'dependencies': [ 803 'dependencies': [
803 '../ui/ozone/ozone.gyp:ozone', 804 '../ui/ozone/ozone.gyp:ozone',
804 ], 805 ],
805 }], 806 }],
806 ], 807 ],
807 } 808 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_result_codes.h ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698