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

Side by Side Diff: content/content_browser.gypi

Issue 1107333002: Wake Lock API implementation (Chromium part) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 'browser/tracing/tracing_controller_impl.h', 1440 'browser/tracing/tracing_controller_impl.h',
1441 'browser/tracing/tracing_ui.cc', 1441 'browser/tracing/tracing_ui.cc',
1442 'browser/tracing/tracing_ui.h', 1442 'browser/tracing/tracing_ui.h',
1443 'browser/transition_request_manager.cc', 1443 'browser/transition_request_manager.cc',
1444 'browser/transition_request_manager.h', 1444 'browser/transition_request_manager.h',
1445 'browser/udev_linux.cc', 1445 'browser/udev_linux.cc',
1446 'browser/udev_linux.h', 1446 'browser/udev_linux.h',
1447 'browser/user_metrics.cc', 1447 'browser/user_metrics.cc',
1448 'browser/utility_process_host_impl.cc', 1448 'browser/utility_process_host_impl.cc',
1449 'browser/utility_process_host_impl.h', 1449 'browser/utility_process_host_impl.h',
1450 'browser/wake_lock/wake_lock_dispatcher_host.cc',
1451 'browser/wake_lock/wake_lock_dispatcher_host.h',
1452 'browser/wake_lock/wake_lock_service_impl.cc',
1453 'browser/wake_lock/wake_lock_service_impl.h',
1454 'browser/wake_lock/wake_lock_state.cc',
1455 'browser/wake_lock/wake_lock_state.h',
1450 'browser/web_contents/aura/gesture_nav_simple.cc', 1456 'browser/web_contents/aura/gesture_nav_simple.cc',
1451 'browser/web_contents/aura/gesture_nav_simple.h', 1457 'browser/web_contents/aura/gesture_nav_simple.h',
1452 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1458 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1453 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1459 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1454 'browser/web_contents/aura/shadow_layer_delegate.cc', 1460 'browser/web_contents/aura/shadow_layer_delegate.cc',
1455 'browser/web_contents/aura/shadow_layer_delegate.h', 1461 'browser/web_contents/aura/shadow_layer_delegate.h',
1456 'browser/web_contents/aura/window_slider.cc', 1462 'browser/web_contents/aura/window_slider.cc',
1457 'browser/web_contents/aura/window_slider.h', 1463 'browser/web_contents/aura/window_slider.h',
1458 'browser/web_contents/touch_editable_impl_aura.cc', 1464 'browser/web_contents/touch_editable_impl_aura.cc',
1459 'browser/web_contents/touch_editable_impl_aura.h', 1465 'browser/web_contents/touch_editable_impl_aura.h',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
2026 'browser/media/media_web_contents_observer.h', 2032 'browser/media/media_web_contents_observer.h',
2027 ], 2033 ],
2028 }], 2034 }],
2029 ['OS == "linux" and use_openssl==1', { 2035 ['OS == "linux" and use_openssl==1', {
2030 'dependencies': [ 2036 'dependencies': [
2031 '../third_party/boringssl/boringssl.gyp:boringssl', 2037 '../third_party/boringssl/boringssl.gyp:boringssl',
2032 ], 2038 ],
2033 }], 2039 }],
2034 ], 2040 ],
2035 } 2041 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698