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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6708013: Add separate ContentClient interfaces for gpu/plugin/renderer processes. Since we don't have a n... (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/chrome_content_browser_client.cc ('k') | chrome/chrome_dll.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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 # building 64-bit Windows targets. Test files are not included. 137 # building 64-bit Windows targets. Test files are not included.
138 'common/automation_constants.cc', 138 'common/automation_constants.cc',
139 'common/automation_constants.h', 139 'common/automation_constants.h',
140 'common/automation_messages.cc', 140 'common/automation_messages.cc',
141 'common/automation_messages.h', 141 'common/automation_messages.h',
142 'common/automation_messages_internal.h', 142 'common/automation_messages_internal.h',
143 'common/badge_util.cc', 143 'common/badge_util.cc',
144 'common/badge_util.h', 144 'common/badge_util.h',
145 'common/chrome_content_client.cc', 145 'common/chrome_content_client.cc',
146 'common/chrome_content_client.h', 146 'common/chrome_content_client.h',
147 'common/chrome_content_gpu_client.cc',
148 'common/chrome_content_gpu_client.h',
149 'common/chrome_content_plugin_client.cc',
150 'common/chrome_content_plugin_client.h',
147 'common/chrome_descriptors.h', 151 'common/chrome_descriptors.h',
148 'common/common_glue.cc', 152 'common/common_glue.cc',
149 'common/css_colors.h', 153 'common/css_colors.h',
150 'common/default_plugin.cc', 154 'common/default_plugin.cc',
151 'common/default_plugin.h', 155 'common/default_plugin.h',
152 'common/deprecated/event_sys-inl.h', 156 'common/deprecated/event_sys-inl.h',
153 'common/deprecated/event_sys.h', 157 'common/deprecated/event_sys.h',
154 'common/extensions/extension.cc', 158 'common/extensions/extension.cc',
155 'common/extensions/extension.h', 159 'common/extensions/extension.h',
156 'common/extensions/extension_action.cc', 160 'common/extensions/extension_action.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 'configurations': { 484 'configurations': {
481 'Common_Base': { 485 'Common_Base': {
482 'msvs_target_platform': 'x64', 486 'msvs_target_platform': 'x64',
483 }, 487 },
484 }, 488 },
485 }, 489 },
486 ], 490 ],
487 }], 491 }],
488 ], 492 ],
489 } 493 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698