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

Side by Side Diff: content/content_common.gypi

Issue 6691002: Move AppCache common code to content and split off AppCache messages into the... (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/webmessageportchannel_impl.cc ('k') | ipc/ipc_message_utils.h » ('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': [
11 '../ipc/ipc.gyp:ipc', 11 '../ipc/ipc.gyp:ipc',
12 '../third_party/icu/icu.gyp:icuuc', 12 '../third_party/icu/icu.gyp:icuuc',
13 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 13 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
14 '../webkit/support/webkit_support.gyp:appcache',
14 '../webkit/support/webkit_support.gyp:fileapi', 15 '../webkit/support/webkit_support.gyp:fileapi',
15 ], 16 ],
16 'include_dirs': [ 17 'include_dirs': [
17 '..', 18 '..',
18 ], 19 ],
19 'sources': [ 20 'sources': [
21 'common/appcache/appcache_backend_proxy.cc',
22 'common/appcache/appcache_backend_proxy.h',
23 'common/appcache/appcache_dispatcher.cc',
24 'common/appcache/appcache_dispatcher.h',
25 'common/appcache_messages.h',
20 'common/child_process.cc', 26 'common/child_process.cc',
21 'common/child_process.h', 27 'common/child_process.h',
22 'common/child_process_host.cc', 28 'common/child_process_host.cc',
23 'common/child_process_host.h', 29 'common/child_process_host.h',
24 'common/child_process_info.cc', 30 'common/child_process_info.cc',
25 'common/child_process_info.h', 31 'common/child_process_info.h',
26 'common/child_process_messages.h', 32 'common/child_process_messages.h',
27 'common/child_thread.cc', 33 'common/child_thread.cc',
28 'common/child_thread.h', 34 'common/child_thread.h',
29 'common/chrome_application_mac.h', 35 'common/chrome_application_mac.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'common/sandbox_init_wrapper.h', 101 'common/sandbox_init_wrapper.h',
96 'common/sandbox_init_wrapper_linux.cc', 102 'common/sandbox_init_wrapper_linux.cc',
97 'common/sandbox_init_wrapper_mac.cc', 103 'common/sandbox_init_wrapper_mac.cc',
98 'common/sandbox_init_wrapper_win.cc', 104 'common/sandbox_init_wrapper_win.cc',
99 'common/sandbox_mac.h', 105 'common/sandbox_mac.h',
100 'common/sandbox_mac.mm', 106 'common/sandbox_mac.mm',
101 'common/socket_stream.h', 107 'common/socket_stream.h',
102 'common/socket_stream_dispatcher.cc', 108 'common/socket_stream_dispatcher.cc',
103 'common/socket_stream_dispatcher.h', 109 'common/socket_stream_dispatcher.h',
104 'common/socket_stream_messages.h', 110 'common/socket_stream_messages.h',
111 'common/webmessageportchannel_impl.cc',
112 'common/webmessageportchannel_impl.h',
113 'common/web_database_observer_impl.cc',
114 'common/web_database_observer_impl.h',
105 'common/worker_messages.h', 115 'common/worker_messages.h',
106 ], 116 ],
107 'conditions': [ 117 'conditions': [
108 ['OS=="win"', { 118 ['OS=="win"', {
109 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', 119 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
110 }], 120 }],
111 ], 121 ],
112 }, 122 },
113 ], 123 ],
114 } 124 }
OLDNEW
« no previous file with comments | « content/common/webmessageportchannel_impl.cc ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698