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

Side by Side Diff: content/content_common.gypi

Issue 6713024: Move the renderer_web* files to content. (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 | « content/common/chrome_descriptors.h ('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 19 matching lines...) Expand all
30 'common/child_process.h', 30 'common/child_process.h',
31 'common/child_process_host.cc', 31 'common/child_process_host.cc',
32 'common/child_process_host.h', 32 'common/child_process_host.h',
33 'common/child_process_info.cc', 33 'common/child_process_info.cc',
34 'common/child_process_info.h', 34 'common/child_process_info.h',
35 'common/child_process_messages.h', 35 'common/child_process_messages.h',
36 'common/child_thread.cc', 36 'common/child_thread.cc',
37 'common/child_thread.h', 37 'common/child_thread.h',
38 'common/chrome_application_mac.h', 38 'common/chrome_application_mac.h',
39 'common/chrome_application_mac.mm', 39 'common/chrome_application_mac.mm',
40 'common/chrome_descriptors.h',
40 'common/clipboard_messages.h', 41 'common/clipboard_messages.h',
41 'common/common_param_traits.cc', 42 'common/common_param_traits.cc',
42 'common/common_param_traits.h', 43 'common/common_param_traits.h',
43 'common/content_message_generator.cc', 44 'common/content_message_generator.cc',
44 'common/content_message_generator.h', 45 'common/content_message_generator.h',
45 'common/content_client.cc', 46 'common/content_client.cc',
46 'common/content_client.h', 47 'common/content_client.h',
47 'common/content_constants.cc', 48 'common/content_constants.cc',
48 'common/content_constants.h', 49 'common/content_constants.h',
49 'common/content_paths.cc', 50 'common/content_paths.cc',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 }], 186 }],
186 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 187 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
187 'dependencies': [ 188 'dependencies': [
188 '../build/linux/system.gyp:gtk', 189 '../build/linux/system.gyp:gtk',
189 ], 190 ],
190 }], 191 }],
191 ], 192 ],
192 }, 193 },
193 ], 194 ],
194 } 195 }
OLDNEW
« no previous file with comments | « content/common/chrome_descriptors.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698