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

Side by Side Diff: content/content_tests.gypi

Issue 436683002: Battery Status API: implementation for Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix chromeOS build 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_browser.gypi ('k') | no next file » | 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'browser/appcache/appcache_url_request_job_unittest.cc', 397 'browser/appcache/appcache_url_request_job_unittest.cc',
398 'browser/appcache/chrome_appcache_service_unittest.cc', 398 'browser/appcache/chrome_appcache_service_unittest.cc',
399 'browser/appcache/manifest_parser_unittest.cc', 399 'browser/appcache/manifest_parser_unittest.cc',
400 'browser/appcache/mock_appcache_policy.cc', 400 'browser/appcache/mock_appcache_policy.cc',
401 'browser/appcache/mock_appcache_policy.h', 401 'browser/appcache/mock_appcache_policy.h',
402 'browser/appcache/mock_appcache_service.cc', 402 'browser/appcache/mock_appcache_service.cc',
403 'browser/appcache/mock_appcache_service.h', 403 'browser/appcache/mock_appcache_service.h',
404 'browser/appcache/mock_appcache_storage.cc', 404 'browser/appcache/mock_appcache_storage.cc',
405 'browser/appcache/mock_appcache_storage.h', 405 'browser/appcache/mock_appcache_storage.h',
406 'browser/appcache/mock_appcache_storage_unittest.cc', 406 'browser/appcache/mock_appcache_storage_unittest.cc',
407 'browser/battery_status/battery_status_manager_linux_unittest.cc',
407 'browser/battery_status/battery_status_service_unittest.cc', 408 'browser/battery_status/battery_status_service_unittest.cc',
408 'browser/browser_thread_unittest.cc', 409 'browser/browser_thread_unittest.cc',
409 'browser/browser_url_handler_impl_unittest.cc', 410 'browser/browser_url_handler_impl_unittest.cc',
410 'browser/byte_stream_unittest.cc', 411 'browser/byte_stream_unittest.cc',
411 'browser/child_process_security_policy_unittest.cc', 412 'browser/child_process_security_policy_unittest.cc',
412 'browser/cocoa/system_hotkey_map_unittest.mm', 413 'browser/cocoa/system_hotkey_map_unittest.mm',
413 'browser/compositor/software_browser_compositor_output_surface_unittest. cc', 414 'browser/compositor/software_browser_compositor_output_surface_unittest. cc',
414 'browser/compositor/software_output_device_ozone_unittest.cc', 415 'browser/compositor/software_output_device_ozone_unittest.cc',
415 'browser/databases_table_unittest.cc', 416 'browser/databases_table_unittest.cc',
416 'browser/database_quota_client_unittest.cc', 417 'browser/database_quota_client_unittest.cc',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 ['OS=="mac"', { 871 ['OS=="mac"', {
871 # These flags are needed to run the test on Mac. 872 # These flags are needed to run the test on Mac.
872 # Search for comments about "xcode_settings" in chrome_tests.gypi. 873 # Search for comments about "xcode_settings" in chrome_tests.gypi.
873 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 874 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
874 }], 875 }],
875 ['chromeos==1', { 876 ['chromeos==1', {
876 'dependencies': [ 877 'dependencies': [
877 '../chromeos/chromeos.gyp:chromeos', 878 '../chromeos/chromeos.gyp:chromeos',
878 ], 879 ],
879 'sources/': [ 880 'sources/': [
881 ['exclude', '^browser/battery_status/battery_status_manager_linux_un ittest.cc'],
880 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'], 882 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'],
881 ], 883 ],
882 }], 884 }],
883 ['use_aura==1', { 885 ['use_aura==1', {
884 'dependencies': [ 886 'dependencies': [
885 '../ui/aura/aura.gyp:aura', 887 '../ui/aura/aura.gyp:aura',
886 '../ui/wm/wm.gyp:wm', 888 '../ui/wm/wm.gyp:wm',
887 ] 889 ]
888 }], 890 }],
889 ['use_aura==1 or toolkit_views==1', { 891 ['use_aura==1 or toolkit_views==1', {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 '../testing/android/native_test.gyp:native_test_native_code', 924 '../testing/android/native_test.gyp:native_test_native_code',
923 ], 925 ],
924 }], 926 }],
925 ['use_aura!=1 and OS!="android"', { 927 ['use_aura!=1 and OS!="android"', {
926 'sources!': [ 928 'sources!': [
927 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' , 929 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' ,
928 ], 930 ],
929 }], 931 }],
930 ['use_dbus==0', { 932 ['use_dbus==0', {
931 'sources!': [ 933 'sources!': [
934 'browser/battery_status/battery_status_manager_linux_unittest.cc',
932 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 935 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
933 ], 936 ],
934 }], 937 }],
935 ['OS!="win" and OS!="mac"', { 938 ['OS!="win" and OS!="mac"', {
936 'sources!': [ 939 'sources!': [
937 'common/plugin_list_unittest.cc', 940 'common/plugin_list_unittest.cc',
938 ], 941 ],
939 }], 942 }],
940 ['use_ozone==1', { 943 ['use_ozone==1', {
941 'dependencies': [ 944 'dependencies': [
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1870 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1868 }, 1871 },
1869 ], 1872 ],
1870 }], 1873 }],
1871 ], 1874 ],
1872 }, 1875 },
1873 ], 1876 ],
1874 }], 1877 }],
1875 ], 1878 ],
1876 } 1879 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698