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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9834039: Remove resource_request_info_impl.h dependency from chrome. This also makes blob/file system urls w… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 'browser/net/url_fixer_upper.cc', 1424 'browser/net/url_fixer_upper.cc',
1425 'browser/net/url_fixer_upper.h', 1425 'browser/net/url_fixer_upper.h',
1426 'browser/net/url_info.cc', 1426 'browser/net/url_info.cc',
1427 'browser/net/url_info.h', 1427 'browser/net/url_info.h',
1428 # TODO: These should be moved to test_support (see below), but 1428 # TODO: These should be moved to test_support (see below), but
1429 # are currently used by production code in automation_provider.cc. 1429 # are currently used by production code in automation_provider.cc.
1430 'browser/net/url_request_mock_link_doctor_job.cc', 1430 'browser/net/url_request_mock_link_doctor_job.cc',
1431 'browser/net/url_request_mock_link_doctor_job.h', 1431 'browser/net/url_request_mock_link_doctor_job.h',
1432 'browser/net/url_request_mock_util.cc', 1432 'browser/net/url_request_mock_util.cc',
1433 'browser/net/url_request_mock_util.h', 1433 'browser/net/url_request_mock_util.h',
1434 'browser/net/view_blob_internals_job_factory.cc',
1435 'browser/net/view_blob_internals_job_factory.h',
1436 'browser/net/view_http_cache_job_factory.cc',
1437 'browser/net/view_http_cache_job_factory.h',
1438 'browser/notifications/balloon.cc', 1434 'browser/notifications/balloon.cc',
1439 'browser/notifications/balloon.h', 1435 'browser/notifications/balloon.h',
1440 'browser/notifications/balloon_collection.cc', 1436 'browser/notifications/balloon_collection.cc',
1441 'browser/notifications/balloon_collection.h', 1437 'browser/notifications/balloon_collection.h',
1442 'browser/notifications/balloon_collection_base.cc', 1438 'browser/notifications/balloon_collection_base.cc',
1443 'browser/notifications/balloon_collection_base.h', 1439 'browser/notifications/balloon_collection_base.h',
1444 'browser/notifications/balloon_collection_impl.cc', 1440 'browser/notifications/balloon_collection_impl.cc',
1445 'browser/notifications/balloon_collection_impl.h', 1441 'browser/notifications/balloon_collection_impl.h',
1446 'browser/notifications/balloon_collection_gtk.cc', 1442 'browser/notifications/balloon_collection_gtk.cc',
1447 'browser/notifications/balloon_collection_mac.mm', 1443 'browser/notifications/balloon_collection_mac.mm',
(...skipping 3777 matching lines...) Expand 10 before | Expand all | Expand 10 after
5225 'variables': { 5221 'variables': {
5226 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5222 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5227 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5223 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5228 }, 5224 },
5229 'includes': ['../build/protoc.gypi'], 5225 'includes': ['../build/protoc.gypi'],
5230 }], 5226 }],
5231 ], 5227 ],
5232 }, 5228 },
5233 ], 5229 ],
5234 } 5230 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_url_data_manager_backend.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698