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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7576009: Merge 95232 - WebSocket: Remove obsolete experiments related files (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: Created 9 years, 4 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/profiles/profile.h ('k') | net/net.gyp » ('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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 # TODO: These should be moved to test_support (see below), but 1480 # TODO: These should be moved to test_support (see below), but
1481 # are currently used by production code in automation_provider.cc. 1481 # are currently used by production code in automation_provider.cc.
1482 'browser/net/url_request_mock_link_doctor_job.cc', 1482 'browser/net/url_request_mock_link_doctor_job.cc',
1483 'browser/net/url_request_mock_link_doctor_job.h', 1483 'browser/net/url_request_mock_link_doctor_job.h',
1484 'browser/net/url_request_mock_util.cc', 1484 'browser/net/url_request_mock_util.cc',
1485 'browser/net/url_request_mock_util.h', 1485 'browser/net/url_request_mock_util.h',
1486 'browser/net/view_blob_internals_job_factory.cc', 1486 'browser/net/view_blob_internals_job_factory.cc',
1487 'browser/net/view_blob_internals_job_factory.h', 1487 'browser/net/view_blob_internals_job_factory.h',
1488 'browser/net/view_http_cache_job_factory.cc', 1488 'browser/net/view_http_cache_job_factory.cc',
1489 'browser/net/view_http_cache_job_factory.h', 1489 'browser/net/view_http_cache_job_factory.h',
1490 'browser/net/websocket_experiment/websocket_experiment_runner.cc',
1491 'browser/net/websocket_experiment/websocket_experiment_runner.h',
1492 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1493 'browser/net/websocket_experiment/websocket_experiment_task.h',
1494 'browser/notifications/balloon.cc', 1490 'browser/notifications/balloon.cc',
1495 'browser/notifications/balloon.h', 1491 'browser/notifications/balloon.h',
1496 'browser/notifications/balloon_collection.cc', 1492 'browser/notifications/balloon_collection.cc',
1497 'browser/notifications/balloon_collection.h', 1493 'browser/notifications/balloon_collection.h',
1498 'browser/notifications/balloon_collection_base.cc', 1494 'browser/notifications/balloon_collection_base.cc',
1499 'browser/notifications/balloon_collection_base.h', 1495 'browser/notifications/balloon_collection_base.h',
1500 'browser/notifications/balloon_collection_impl.cc', 1496 'browser/notifications/balloon_collection_impl.cc',
1501 'browser/notifications/balloon_collection_impl.h', 1497 'browser/notifications/balloon_collection_impl.h',
1502 'browser/notifications/balloon_collection_linux.cc', 1498 'browser/notifications/balloon_collection_linux.cc',
1503 'browser/notifications/balloon_collection_mac.mm', 1499 'browser/notifications/balloon_collection_mac.mm',
(...skipping 3361 matching lines...) Expand 10 before | Expand all | Expand 10 after
4865 ], 4861 ],
4866 'export_dependent_settings': [ 4862 'export_dependent_settings': [
4867 'in_memory_url_index_cache_proto', 4863 'in_memory_url_index_cache_proto',
4868 ], 4864 ],
4869 # This target exports a hard dependency because it includes generated 4865 # This target exports a hard dependency because it includes generated
4870 # header files. 4866 # header files.
4871 'hard_dependency': 1, 4867 'hard_dependency': 1,
4872 }, 4868 },
4873 ], 4869 ],
4874 } 4870 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile.h ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698