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

Side by Side Diff: content/content_common.gypi

Issue 6677053: Get rid of some more dependencies on chrome\common from plugin, in preparatio... (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
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'common/notification_observer.h', 87 'common/notification_observer.h',
88 'common/notification_registrar.cc', 88 'common/notification_registrar.cc',
89 'common/notification_registrar.h', 89 'common/notification_registrar.h',
90 'common/notification_service.cc', 90 'common/notification_service.cc',
91 'common/notification_service.h', 91 'common/notification_service.h',
92 'common/notification_source.cc', 92 'common/notification_source.cc',
93 'common/notification_source.h', 93 'common/notification_source.h',
94 'common/notification_type.h', 94 'common/notification_type.h',
95 'common/p2p_messages.h', 95 'common/p2p_messages.h',
96 'common/p2p_sockets.h', 96 'common/p2p_sockets.h',
97 'common/plugin_carbon_interpose_constants_mac.cc',
98 'common/plugin_carbon_interpose_constants_mac.h',
97 'common/plugin_messages.h', 99 'common/plugin_messages.h',
98 'common/property_bag.cc', 100 'common/property_bag.cc',
99 'common/property_bag.h', 101 'common/property_bag.h',
100 'common/resource_dispatcher.cc', 102 'common/resource_dispatcher.cc',
101 'common/resource_dispatcher.h', 103 'common/resource_dispatcher.h',
102 'common/resource_messages.h', 104 'common/resource_messages.h',
103 'common/resource_response.cc', 105 'common/resource_response.cc',
104 'common/resource_response.h', 106 'common/resource_response.h',
105 'common/sandbox_init_wrapper.h', 107 'common/sandbox_init_wrapper.h',
106 'common/sandbox_init_wrapper_linux.cc', 108 'common/sandbox_init_wrapper_linux.cc',
(...skipping 15 matching lines...) Expand all
122 'common/worker_messages.h', 124 'common/worker_messages.h',
123 ], 125 ],
124 'conditions': [ 126 'conditions': [
125 ['OS=="win"', { 127 ['OS=="win"', {
126 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', 128 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
127 }], 129 }],
128 ], 130 ],
129 }, 131 },
130 ], 132 ],
131 } 133 }
OLDNEW
« chrome/plugin/webplugin_proxy.cc ('K') | « content/common/plugin_carbon_interpose_constants_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698