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

Side by Side Diff: chrome/chrome_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 | « no previous file | chrome/common/appcache/appcache_backend_proxy.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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 '../net/net.gyp:net', 161 '../net/net.gyp:net',
162 '../printing/printing.gyp:printing', 162 '../printing/printing.gyp:printing',
163 '../skia/skia.gyp:skia', 163 '../skia/skia.gyp:skia',
164 '../third_party/bzip2/bzip2.gyp:bzip2', 164 '../third_party/bzip2/bzip2.gyp:bzip2',
165 '../third_party/icu/icu.gyp:icui18n', 165 '../third_party/icu/icu.gyp:icui18n',
166 '../third_party/icu/icu.gyp:icuuc', 166 '../third_party/icu/icu.gyp:icuuc',
167 '../third_party/libxml/libxml.gyp:libxml', 167 '../third_party/libxml/libxml.gyp:libxml',
168 '../third_party/sqlite/sqlite.gyp:sqlite', 168 '../third_party/sqlite/sqlite.gyp:sqlite',
169 '../third_party/zlib/zlib.gyp:zlib', 169 '../third_party/zlib/zlib.gyp:zlib',
170 '../third_party/npapi/npapi.gyp:npapi', 170 '../third_party/npapi/npapi.gyp:npapi',
171 '../webkit/support/webkit_support.gyp:appcache',
172 '../webkit/support/webkit_support.gyp:blob', 171 '../webkit/support/webkit_support.gyp:blob',
173 '../webkit/support/webkit_support.gyp:glue', 172 '../webkit/support/webkit_support.gyp:glue',
174 ], 173 ],
175 'sources': [ 174 'sources': [
176 # .cc, .h, and .mm files under chrome/common that are not required for 175 # .cc, .h, and .mm files under chrome/common that are not required for
177 # building 64-bit Windows targets. Test files are not included. 176 # building 64-bit Windows targets. Test files are not included.
178 'common/appcache/appcache_backend_proxy.cc',
179 'common/appcache/appcache_backend_proxy.h',
180 'common/appcache/appcache_dispatcher.cc',
181 'common/appcache/appcache_dispatcher.h',
182 'common/automation_constants.cc', 177 'common/automation_constants.cc',
183 'common/automation_constants.h', 178 'common/automation_constants.h',
184 'common/automation_messages.cc', 179 'common/automation_messages.cc',
185 'common/automation_messages.h', 180 'common/automation_messages.h',
186 'common/automation_messages_internal.h', 181 'common/automation_messages_internal.h',
187 'common/badge_util.cc', 182 'common/badge_util.cc',
188 'common/badge_util.h', 183 'common/badge_util.h',
189 'common/chrome_content_client.cc', 184 'common/chrome_content_client.cc',
190 'common/chrome_content_client.h', 185 'common/chrome_content_client.h',
191 'common/chrome_descriptors.h', 186 'common/chrome_descriptors.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'common/thumbnail_score.h', 291 'common/thumbnail_score.h',
297 'common/url_constants.cc', 292 'common/url_constants.cc',
298 'common/url_constants.h', 293 'common/url_constants.h',
299 'common/utility_messages.h', 294 'common/utility_messages.h',
300 'common/view_types.cc', 295 'common/view_types.cc',
301 'common/view_types.h', 296 'common/view_types.h',
302 'common/visitedlink_common.cc', 297 'common/visitedlink_common.cc',
303 'common/visitedlink_common.h', 298 'common/visitedlink_common.h',
304 'common/web_apps.cc', 299 'common/web_apps.cc',
305 'common/web_apps.h', 300 'common/web_apps.h',
306 'common/web_database_observer_impl.cc',
307 'common/web_database_observer_impl.h',
308 'common/web_resource/web_resource_unpacker.cc', 301 'common/web_resource/web_resource_unpacker.cc',
309 'common/web_resource/web_resource_unpacker.h', 302 'common/web_resource/web_resource_unpacker.h',
310 'common/webkit_param_traits.cc', 303 'common/webkit_param_traits.cc',
311 'common/webkit_param_traits.h', 304 'common/webkit_param_traits.h',
312 'common/webmessageportchannel_impl.cc',
313 'common/webmessageportchannel_impl.h',
314 'common/window_container_type.cc', 305 'common/window_container_type.cc',
315 'common/window_container_type.h', 306 'common/window_container_type.h',
316 'common/worker_thread_ticker.cc', 307 'common/worker_thread_ticker.cc',
317 'common/worker_thread_ticker.h', 308 'common/worker_thread_ticker.h',
318 'common/zip.cc', # Requires zlib directly. 309 'common/zip.cc', # Requires zlib directly.
319 'common/zip.h', 310 'common/zip.h',
320 ], 311 ],
321 'conditions': [ 312 'conditions': [
322 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 313 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
323 'dependencies': [ 314 'dependencies': [
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'configurations': { 551 'configurations': {
561 'Common_Base': { 552 'Common_Base': {
562 'msvs_target_platform': 'x64', 553 'msvs_target_platform': 'x64',
563 }, 554 },
564 }, 555 },
565 }, 556 },
566 ], 557 ],
567 }], 558 }],
568 ], 559 ],
569 } 560 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/appcache/appcache_backend_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698