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

Side by Side Diff: content/content_tests.gypi

Issue 404353003: Define PushMessagingApplicationId and replace ad-hoc code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address John's comments. Created 6 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
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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', 521 'browser/media/capture/web_contents_audio_input_stream_unittest.cc',
522 'browser/media/capture/web_contents_video_capture_device_unittest.cc', 522 'browser/media/capture/web_contents_video_capture_device_unittest.cc',
523 'browser/media/media_internals_unittest.cc', 523 'browser/media/media_internals_unittest.cc',
524 'browser/media/midi_host_unittest.cc', 524 'browser/media/midi_host_unittest.cc',
525 'browser/media/webrtc_identity_store_unittest.cc', 525 'browser/media/webrtc_identity_store_unittest.cc',
526 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 526 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
527 'browser/notification_service_impl_unittest.cc', 527 'browser/notification_service_impl_unittest.cc',
528 'browser/plugin_loader_posix_unittest.cc', 528 'browser/plugin_loader_posix_unittest.cc',
529 'browser/power_monitor_message_broadcaster_unittest.cc', 529 'browser/power_monitor_message_broadcaster_unittest.cc',
530 'browser/power_profiler/power_profiler_service_unittest.cc', 530 'browser/power_profiler/power_profiler_service_unittest.cc',
531 'browser/push_messaging_application_id_unittest.cc',
fgorski 2014/07/23 18:04:09 your struct is in content/public/browser and tests
Michael van Ouwerkerk 2014/07/24 13:01:35 Yes I did that intentionally. There aren't really
531 'browser/quota/mock_quota_manager.cc', 532 'browser/quota/mock_quota_manager.cc',
532 'browser/quota/mock_quota_manager.h', 533 'browser/quota/mock_quota_manager.h',
533 'browser/quota/mock_quota_manager_proxy.cc', 534 'browser/quota/mock_quota_manager_proxy.cc',
534 'browser/quota/mock_quota_manager_proxy.h', 535 'browser/quota/mock_quota_manager_proxy.h',
535 'browser/quota/mock_quota_manager_unittest.cc', 536 'browser/quota/mock_quota_manager_unittest.cc',
536 'browser/quota/quota_database_unittest.cc', 537 'browser/quota/quota_database_unittest.cc',
537 'browser/quota/quota_backend_impl_unittest.cc', 538 'browser/quota/quota_backend_impl_unittest.cc',
538 'browser/quota/quota_manager_unittest.cc', 539 'browser/quota/quota_manager_unittest.cc',
539 'browser/quota/quota_reservation_manager_unittest.cc', 540 'browser/quota/quota_reservation_manager_unittest.cc',
540 'browser/quota/quota_temporary_storage_evictor_unittest.cc', 541 'browser/quota/quota_temporary_storage_evictor_unittest.cc',
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1849 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1849 }, 1850 },
1850 ], 1851 ],
1851 }], 1852 }],
1852 ], 1853 ],
1853 }, 1854 },
1854 ], 1855 ],
1855 }], 1856 }],
1856 ], 1857 ],
1857 } 1858 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698