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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6673003: Move GPU messages to content. I've also switched the IPC structs to use the ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | « chrome/browser/renderer_host/render_widget_host_view_mac.mm ('k') | chrome/chrome_tests.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'common/content_settings_helper.h', 52 'common/content_settings_helper.h',
53 'common/content_settings_types.h', 53 'common/content_settings_types.h',
54 'common/database_messages.h', 54 'common/database_messages.h',
55 'common/debug_flags.cc', 55 'common/debug_flags.cc',
56 'common/debug_flags.h', 56 'common/debug_flags.h',
57 'common/devtools_messages.cc', 57 'common/devtools_messages.cc',
58 'common/devtools_messages.h', 58 'common/devtools_messages.h',
59 'common/devtools_messages_internal.h', 59 'common/devtools_messages_internal.h',
60 'common/dom_storage_messages.cc', 60 'common/dom_storage_messages.cc',
61 'common/dom_storage_messages.h', 61 'common/dom_storage_messages.h',
62 'common/dx_diag_node.cc',
63 'common/dx_diag_node.h',
64 'common/file_utilities_messages.h', 62 'common/file_utilities_messages.h',
65 'common/font_descriptor_mac.h', 63 'common/font_descriptor_mac.h',
66 'common/font_descriptor_mac.mm', 64 'common/font_descriptor_mac.mm',
67 'common/font_config_ipc_linux.cc', 65 'common/font_config_ipc_linux.cc',
68 'common/font_config_ipc_linux.h', 66 'common/font_config_ipc_linux.h',
69 'common/geoposition.cc', 67 'common/geoposition.cc',
70 'common/geoposition.h', 68 'common/geoposition.h',
71 'common/gfx_resource_provider.cc', 69 'common/gfx_resource_provider.cc',
72 'common/gfx_resource_provider.h', 70 'common/gfx_resource_provider.h',
73 'common/gpu_create_command_buffer_config.cc',
74 'common/gpu_create_command_buffer_config.h',
75 'common/gpu_feature_flags.cc', 71 'common/gpu_feature_flags.cc',
76 'common/gpu_feature_flags.h', 72 'common/gpu_feature_flags.h',
77 'common/gpu_info.cc',
78 'common/gpu_info.h',
79 'common/gpu_messages.cc',
80 'common/gpu_messages.h',
81 'common/gpu_messages_internal.h',
82 'common/gpu_param_traits.h',
83 'common/gpu_video_common.cc',
84 'common/gpu_video_common.h',
85 'common/guid.cc', 73 'common/guid.cc',
86 'common/guid.h', 74 'common/guid.h',
87 'common/guid_posix.cc', 75 'common/guid_posix.cc',
88 'common/guid_win.cc', 76 'common/guid_win.cc',
89 'common/hi_res_timer_manager_posix.cc', 77 'common/hi_res_timer_manager_posix.cc',
90 'common/hi_res_timer_manager_win.cc', 78 'common/hi_res_timer_manager_win.cc',
91 'common/hi_res_timer_manager.h', 79 'common/hi_res_timer_manager.h',
92 'common/indexed_db_key.cc', 80 'common/indexed_db_key.cc',
93 'common/indexed_db_key.h', 81 'common/indexed_db_key.h',
94 'common/indexed_db_messages.h', 82 'common/indexed_db_messages.h',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 'configurations': { 594 'configurations': {
607 'Common_Base': { 595 'Common_Base': {
608 'msvs_target_platform': 'x64', 596 'msvs_target_platform': 'x64',
609 }, 597 },
610 }, 598 },
611 }, 599 },
612 ], 600 ],
613 }], 601 }],
614 ], 602 ],
615 } 603 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_mac.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698