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

Side by Side Diff: content/content_tests.gypi

Issue 486383003: WakeLock API: IPC at renderer side. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/render_view_impl.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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'renderer/pepper/host_var_tracker_unittest.cc', 711 'renderer/pepper/host_var_tracker_unittest.cc',
712 'renderer/pepper/mock_resource.h', 712 'renderer/pepper/mock_resource.h',
713 'renderer/pepper/pepper_broker_unittest.cc', 713 'renderer/pepper/pepper_broker_unittest.cc',
714 'renderer/pepper/v8_var_converter_unittest.cc', 714 'renderer/pepper/v8_var_converter_unittest.cc',
715 'renderer/render_frame_impl_unittest.cc', 715 'renderer/render_frame_impl_unittest.cc',
716 'renderer/render_thread_impl_unittest.cc', 716 'renderer/render_thread_impl_unittest.cc',
717 'renderer/render_widget_unittest.cc', 717 'renderer/render_widget_unittest.cc',
718 'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc', 718 'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc',
719 'renderer/skia_benchmarking_extension_unittest.cc', 719 'renderer/skia_benchmarking_extension_unittest.cc',
720 'renderer/v8_value_converter_impl_unittest.cc', 720 'renderer/v8_value_converter_impl_unittest.cc',
721 'test/fileapi_test_file_set.cc', 721 'renderer/wake_lock/wake_lock_dispatcher_unittest.cc', 'test/file api_test_file_set.cc',
mlamouri (slow - plz ping) 2014/09/03 13:23:56 nit: seems like you forgot a line break here
722 'test/fileapi_test_file_set.h', 722 'test/fileapi_test_file_set.h',
723 'test/image_decoder_test.cc', 723 'test/image_decoder_test.cc',
724 'test/image_decoder_test.h', 724 'test/image_decoder_test.h',
725 'test/run_all_unittests.cc', 725 'test/run_all_unittests.cc',
726 ], 726 ],
727 'conditions': [ 727 'conditions': [
728 ['OS == "ios"', { 728 ['OS == "ios"', {
729 'sources/': [ 729 'sources/': [
730 # iOS only needs a small portion of content; exclude all the 730 # iOS only needs a small portion of content; exclude all the
731 # implementation, and re-include what is used. 731 # implementation, and re-include what is used.
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1872 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1873 }, 1873 },
1874 ], 1874 ],
1875 }], 1875 }],
1876 ], 1876 ],
1877 }, 1877 },
1878 ], 1878 ],
1879 }], 1879 }],
1880 ], 1880 ],
1881 } 1881 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698