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

Side by Side Diff: content/content_common.gypi

Issue 6878002: Move renderer_main and renderer_glue to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/content_switches.cc ('k') | content/content_renderer.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'common/chrome_descriptors.h', 47 'common/chrome_descriptors.h',
48 'common/clipboard_messages.h', 48 'common/clipboard_messages.h',
49 'common/common_param_traits.cc', 49 'common/common_param_traits.cc',
50 'common/common_param_traits.h', 50 'common/common_param_traits.h',
51 'common/content_message_generator.cc', 51 'common/content_message_generator.cc',
52 'common/content_message_generator.h', 52 'common/content_message_generator.h',
53 'common/content_client.cc', 53 'common/content_client.cc',
54 'common/content_client.h', 54 'common/content_client.h',
55 'common/content_constants.cc', 55 'common/content_constants.cc',
56 'common/content_constants.h', 56 'common/content_constants.h',
57 'common/content_counters.cc',
58 'common/content_counters.h',
57 'common/content_paths.cc', 59 'common/content_paths.cc',
58 'common/content_paths.h', 60 'common/content_paths.h',
59 'common/content_switches.cc', 61 'common/content_switches.cc',
60 'common/content_switches.h', 62 'common/content_switches.h',
61 'common/css_colors.h', 63 'common/css_colors.h',
62 'common/database_messages.h', 64 'common/database_messages.h',
63 'common/database_util.cc', 65 'common/database_util.cc',
64 'common/database_util.h', 66 'common/database_util.h',
65 'common/db_message_filter.cc', 67 'common/db_message_filter.cc',
66 'common/db_message_filter.h', 68 'common/db_message_filter.h',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 }], 266 }],
265 ['enable_gpu==1', { 267 ['enable_gpu==1', {
266 'dependencies': [ 268 'dependencies': [
267 '../gpu/gpu.gyp:command_buffer_service', 269 '../gpu/gpu.gyp:command_buffer_service',
268 ], 270 ],
269 }], 271 }],
270 ], 272 ],
271 }, 273 },
272 ], 274 ],
273 } 275 }
OLDNEW
« no previous file with comments | « content/common/content_switches.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698