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

Side by Side Diff: content/content_tests.gypi

Issue 2072403002: Remove content/browser/power_save_blocker_factory.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 6 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') | content/test/BUILD.gn » ('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 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 'content_browser_test_base', 1384 'content_browser_test_base',
1385 'content_browser_test_support', 1385 'content_browser_test_support',
1386 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 1386 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
1387 'content_shell_lib', 1387 'content_shell_lib',
1388 'content_shell_pak', 1388 'content_shell_pak',
1389 'test_support_content', 1389 'test_support_content',
1390 'web_ui_test_mojo_bindings', 1390 'web_ui_test_mojo_bindings',
1391 '../base/base.gyp:test_support_base', 1391 '../base/base.gyp:test_support_base',
1392 '../device/battery/battery.gyp:device_battery', 1392 '../device/battery/battery.gyp:device_battery',
1393 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1393 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1394 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_b locker',
1394 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 1395 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
1395 '../gin/gin.gyp:gin', 1396 '../gin/gin.gyp:gin',
1396 '../gpu/gpu.gyp:gpu', 1397 '../gpu/gpu.gyp:gpu',
1397 '../ipc/ipc.gyp:test_support_ipc', 1398 '../ipc/ipc.gyp:test_support_ipc',
1398 '../media/media.gyp:media_test_support', 1399 '../media/media.gyp:media_test_support',
1399 '../media/media.gyp:shared_memory_support', 1400 '../media/media.gyp:shared_memory_support',
1400 '../mojo/mojo_edk.gyp:mojo_common_test_support', 1401 '../mojo/mojo_edk.gyp:mojo_common_test_support',
1401 '../mojo/mojo_edk.gyp:mojo_system_impl', 1402 '../mojo/mojo_edk.gyp:mojo_system_impl',
1402 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1403 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1403 '../mojo/mojo_public.gyp:mojo_js_bindings', 1404 '../mojo/mojo_public.gyp:mojo_js_bindings',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'content_unittests_apk.isolate', 1924 'content_unittests_apk.isolate',
1924 ], 1925 ],
1925 }, 1926 },
1926 ], 1927 ],
1927 }, 1928 },
1928 ], 1929 ],
1929 ], 1930 ],
1930 }], 1931 }],
1931 ], 1932 ],
1932 } 1933 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698