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

Side by Side Diff: content/content_tests.gypi

Issue 1215713021: Reverted the code for the non-interactive audible tab notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification
Patch Set: Fixed indent Created 5 years, 3 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
« no previous file with comments | « content/content_browser.gypi ('k') | media/base/android/audio_decoder_job.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'browser/indexed_db/mock_indexed_db_factory.h', 469 'browser/indexed_db/mock_indexed_db_factory.h',
470 'browser/loader/mime_type_resource_handler_unittest.cc', 470 'browser/loader/mime_type_resource_handler_unittest.cc',
471 'browser/loader/navigation_url_loader_unittest.cc', 471 'browser/loader/navigation_url_loader_unittest.cc',
472 'browser/loader/resource_buffer_unittest.cc', 472 'browser/loader/resource_buffer_unittest.cc',
473 'browser/loader/resource_dispatcher_host_unittest.cc', 473 'browser/loader/resource_dispatcher_host_unittest.cc',
474 'browser/loader/resource_loader_unittest.cc', 474 'browser/loader/resource_loader_unittest.cc',
475 'browser/loader/resource_scheduler_unittest.cc', 475 'browser/loader/resource_scheduler_unittest.cc',
476 'browser/loader/temporary_file_stream_unittest.cc', 476 'browser/loader/temporary_file_stream_unittest.cc',
477 'browser/loader/upload_data_stream_builder_unittest.cc', 477 'browser/loader/upload_data_stream_builder_unittest.cc',
478 'browser/mach_broker_mac_unittest.cc', 478 'browser/mach_broker_mac_unittest.cc',
479 'browser/media/audio_stream_monitor_unittest.cc',
480 'browser/media/capture/audio_mirroring_manager_unittest.cc', 479 'browser/media/capture/audio_mirroring_manager_unittest.cc',
481 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', 480 'browser/media/capture/web_contents_audio_input_stream_unittest.cc',
482 'browser/media/capture/web_contents_video_capture_device_unittest.cc', 481 'browser/media/capture/web_contents_video_capture_device_unittest.cc',
483 'browser/media/media_internals_unittest.cc', 482 'browser/media/media_internals_unittest.cc',
484 'browser/media/midi_host_unittest.cc', 483 'browser/media/midi_host_unittest.cc',
485 'browser/media/webrtc_identity_store_unittest.cc', 484 'browser/media/webrtc_identity_store_unittest.cc',
486 'browser/net/quota_policy_cookie_store_unittest.cc', 485 'browser/net/quota_policy_cookie_store_unittest.cc',
487 'browser/notification_service_impl_unittest.cc', 486 'browser/notification_service_impl_unittest.cc',
488 'browser/notifications/notification_database_data_unittest.cc', 487 'browser/notifications/notification_database_data_unittest.cc',
489 'browser/notifications/notification_database_unittest.cc', 488 'browser/notifications/notification_database_unittest.cc',
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 ], 2111 ],
2113 }, 2112 },
2114 'includes': [ 2113 'includes': [
2115 '../build/host_jar.gypi', 2114 '../build/host_jar.gypi',
2116 ], 2115 ],
2117 }, 2116 },
2118 ], 2117 ],
2119 }], 2118 }],
2120 ], 2119 ],
2121 } 2120 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | media/base/android/audio_decoder_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698