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

Side by Side Diff: content/content_common.gypi

Issue 6721021: Move a bunch of renderer->browser messages 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
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'common/unix_domain_socket_posix.cc', 180 'common/unix_domain_socket_posix.cc',
181 'common/unix_domain_socket_posix.h', 181 'common/unix_domain_socket_posix.h',
182 'common/view_messages.h', 182 'common/view_messages.h',
183 'common/web_database_observer_impl.cc', 183 'common/web_database_observer_impl.cc',
184 'common/web_database_observer_impl.h', 184 'common/web_database_observer_impl.h',
185 'common/webblobregistry_impl.cc', 185 'common/webblobregistry_impl.cc',
186 'common/webblobregistry_impl.h', 186 'common/webblobregistry_impl.h',
187 'common/webblob_messages.h', 187 'common/webblob_messages.h',
188 'common/webmessageportchannel_impl.cc', 188 'common/webmessageportchannel_impl.cc',
189 'common/webmessageportchannel_impl.h', 189 'common/webmessageportchannel_impl.h',
190 'common/window_container_type.cc',
191 'common/window_container_type.h',
190 'common/worker_messages.h', 192 'common/worker_messages.h',
191 ], 193 ],
192 'conditions': [ 194 'conditions': [
193 ['OS=="win"', { 195 ['OS=="win"', {
194 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', 196 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
195 }], 197 }],
196 ['OS!="linux"', { 198 ['OS!="linux"', {
197 'sources!': [ 199 'sources!': [
198 'common/file_path_watcher/file_path_watcher_inotify.cc', 200 'common/file_path_watcher/file_path_watcher_inotify.cc',
199 ], 201 ],
(...skipping 15 matching lines...) Expand all
215 }], 217 }],
216 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 218 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
217 'dependencies': [ 219 'dependencies': [
218 '../build/linux/system.gyp:gtk', 220 '../build/linux/system.gyp:gtk',
219 ], 221 ],
220 }], 222 }],
221 ], 223 ],
222 }, 224 },
223 ], 225 ],
224 } 226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698