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

Side by Side Diff: content/content_browser.gypi

Issue 7300018: Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from routed -> control (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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/view_messages.h ('k') | content/renderer/render_thread.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_browser', 8 'target_name': 'content_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'browser/in_process_webkit/webkit_thread.cc', 193 'browser/in_process_webkit/webkit_thread.cc',
194 'browser/in_process_webkit/webkit_thread.h', 194 'browser/in_process_webkit/webkit_thread.h',
195 'browser/javascript_dialogs.h', 195 'browser/javascript_dialogs.h',
196 'browser/load_from_memory_cache_details.cc', 196 'browser/load_from_memory_cache_details.cc',
197 'browser/load_from_memory_cache_details.h', 197 'browser/load_from_memory_cache_details.h',
198 'browser/load_notification_details.h', 198 'browser/load_notification_details.h',
199 'browser/mach_broker_mac.cc', 199 'browser/mach_broker_mac.cc',
200 'browser/mach_broker_mac.h', 200 'browser/mach_broker_mac.h',
201 'browser/mime_registry_message_filter.cc', 201 'browser/mime_registry_message_filter.cc',
202 'browser/mime_registry_message_filter.h', 202 'browser/mime_registry_message_filter.h',
203 'browser/net/browser_online_state_observer.cc',
204 'browser/net/browser_online_state_observer.h',
205 # TODO: These should be moved to test_support (see below), but 203 # TODO: These should be moved to test_support (see below), but
206 # are currently used by production code in automation_provider.cc. 204 # are currently used by production code in automation_provider.cc.
207 'browser/net/url_request_failed_dns_job.cc', 205 'browser/net/url_request_failed_dns_job.cc',
208 'browser/net/url_request_failed_dns_job.h', 206 'browser/net/url_request_failed_dns_job.h',
209 'browser/net/url_request_mock_http_job.cc', 207 'browser/net/url_request_mock_http_job.cc',
210 'browser/net/url_request_mock_http_job.h', 208 'browser/net/url_request_mock_http_job.h',
211 'browser/net/url_request_slow_download_job.cc', 209 'browser/net/url_request_slow_download_job.cc',
212 'browser/net/url_request_slow_download_job.h', 210 'browser/net/url_request_slow_download_job.h',
213 'browser/net/url_request_slow_http_job.cc', 211 'browser/net/url_request_slow_http_job.cc',
214 'browser/net/url_request_slow_http_job.h', 212 'browser/net/url_request_slow_http_job.h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'mac_bundle_resources': [ 474 'mac_bundle_resources': [
477 'browser/gpu.sb', 475 'browser/gpu.sb',
478 'browser/worker.sb', 476 'browser/worker.sb',
479 ], 477 ],
480 }, 478 },
481 }], 479 }],
482 ], 480 ],
483 }, 481 },
484 ], 482 ],
485 } 483 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698