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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6621025: Move socket stream messages to content, in preparation for moving its dispatc... (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 | « chrome/browser/ui/toolbar/toolbar_model.cc ('k') | chrome/common/autofill_messages.cc » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'common/child_process_logging_win.cc', 42 'common/child_process_logging_win.cc',
43 'common/child_thread.cc', 43 'common/child_thread.cc',
44 'common/child_thread.h', 44 'common/child_thread.h',
45 'common/chrome_application_mac.h', 45 'common/chrome_application_mac.h',
46 'common/chrome_application_mac.mm', 46 'common/chrome_application_mac.mm',
47 'common/chrome_counters.cc', 47 'common/chrome_counters.cc',
48 'common/chrome_counters.h', 48 'common/chrome_counters.h',
49 'common/chrome_version_info.cc', 49 'common/chrome_version_info.cc',
50 'common/chrome_version_info.h', 50 'common/chrome_version_info.h',
51 'common/common_message_generator.cc', 51 'common/common_message_generator.cc',
52 'common/common_message_generator.h',
52 'common/common_param_traits.cc', 53 'common/common_param_traits.cc',
53 'common/common_param_traits.h', 54 'common/common_param_traits.h',
54 'common/content_restriction.h', 55 'common/content_restriction.h',
55 'common/content_settings.cc', 56 'common/content_settings.cc',
56 'common/content_settings.h', 57 'common/content_settings.h',
57 'common/content_settings_helper.cc', 58 'common/content_settings_helper.cc',
58 'common/content_settings_helper.h', 59 'common/content_settings_helper.h',
59 'common/content_settings_types.h', 60 'common/content_settings_types.h',
60 'common/database_messages.h', 61 'common/database_messages.h',
61 'common/debug_flags.cc', 62 'common/debug_flags.cc',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 { 502 {
502 'target_name': 'common_net', 503 'target_name': 'common_net',
503 'type': '<(library)', 504 'type': '<(library)',
504 'sources': [ 505 'sources': [
505 'common/net/http_return.h', 506 'common/net/http_return.h',
506 'common/net/net_resource_provider.cc', 507 'common/net/net_resource_provider.cc',
507 'common/net/net_resource_provider.h', 508 'common/net/net_resource_provider.h',
508 'common/net/predictor_common.h', 509 'common/net/predictor_common.h',
509 'common/net/raw_host_resolver_proc.cc', 510 'common/net/raw_host_resolver_proc.cc',
510 'common/net/raw_host_resolver_proc.h', 511 'common/net/raw_host_resolver_proc.h',
511 'common/net/socket_stream.h',
512 'common/net/url_fetcher.cc', 512 'common/net/url_fetcher.cc',
513 'common/net/url_fetcher.h', 513 'common/net/url_fetcher.h',
514 'common/net/url_request_context_getter.cc', 514 'common/net/url_request_context_getter.cc',
515 'common/net/url_request_context_getter.h', 515 'common/net/url_request_context_getter.h',
516 'common/net/url_request_intercept_job.cc', 516 'common/net/url_request_intercept_job.cc',
517 'common/net/url_request_intercept_job.h', 517 'common/net/url_request_intercept_job.h',
518 'common/net/gaia/gaia_auth_consumer.cc', 518 'common/net/gaia/gaia_auth_consumer.cc',
519 'common/net/gaia/gaia_auth_consumer.h', 519 'common/net/gaia/gaia_auth_consumer.h',
520 'common/net/gaia/gaia_auth_fetcher.cc', 520 'common/net/gaia/gaia_auth_fetcher.cc',
521 'common/net/gaia/gaia_auth_fetcher.h', 521 'common/net/gaia/gaia_auth_fetcher.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'configurations': { 640 'configurations': {
641 'Common_Base': { 641 'Common_Base': {
642 'msvs_target_platform': 'x64', 642 'msvs_target_platform': 'x64',
643 }, 643 },
644 }, 644 },
645 }, 645 },
646 ], 646 ],
647 }], 647 }],
648 ], 648 ],
649 } 649 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_model.cc ('k') | chrome/common/autofill_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698