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

Side by Side Diff: content/content_renderer.gypi

Issue 1345563002: Revert of Wake Lock API implementation (Chromium part) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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_common_mojo_bindings.gyp ('k') | content/content_tests.gypi » ('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) 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', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'renderer/stats_collection_observer.cc', 413 'renderer/stats_collection_observer.cc',
414 'renderer/stats_collection_observer.h', 414 'renderer/stats_collection_observer.h',
415 'renderer/text_input_client_observer.cc', 415 'renderer/text_input_client_observer.cc',
416 'renderer/text_input_client_observer.h', 416 'renderer/text_input_client_observer.h',
417 'renderer/usb/type_converters.cc', 417 'renderer/usb/type_converters.cc',
418 'renderer/usb/type_converters.h', 418 'renderer/usb/type_converters.h',
419 'renderer/usb/web_usb_client_impl.cc', 419 'renderer/usb/web_usb_client_impl.cc',
420 'renderer/usb/web_usb_client_impl.h', 420 'renderer/usb/web_usb_client_impl.h',
421 'renderer/usb/web_usb_device_impl.cc', 421 'renderer/usb/web_usb_device_impl.cc',
422 'renderer/usb/web_usb_device_impl.h', 422 'renderer/usb/web_usb_device_impl.h',
423 'renderer/wake_lock/wake_lock_dispatcher.cc',
424 'renderer/wake_lock/wake_lock_dispatcher.h',
425 'renderer/web_ui_extension.cc', 423 'renderer/web_ui_extension.cc',
426 'renderer/web_ui_extension.h', 424 'renderer/web_ui_extension.h',
427 'renderer/web_ui_extension_data.cc', 425 'renderer/web_ui_extension_data.cc',
428 'renderer/web_ui_extension_data.h', 426 'renderer/web_ui_extension_data.h',
429 'renderer/web_ui_mojo.cc', 427 'renderer/web_ui_mojo.cc',
430 'renderer/web_ui_mojo.h', 428 'renderer/web_ui_mojo.h',
431 'renderer/web_ui_mojo_context_state.cc', 429 'renderer/web_ui_mojo_context_state.cc',
432 'renderer/web_ui_mojo_context_state.h', 430 'renderer/web_ui_mojo_context_state.h',
433 'renderer/web_ui_runner.cc', 431 'renderer/web_ui_runner.cc',
434 'renderer/web_ui_runner.h', 432 'renderer/web_ui_runner.h',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 }], 882 }],
885 ], 883 ],
886 'target_conditions': [ 884 'target_conditions': [
887 ['OS=="android"', { 885 ['OS=="android"', {
888 'sources/': [ 886 'sources/': [
889 ['include', '^renderer/render_view_linux\\.cc$'], 887 ['include', '^renderer/render_view_linux\\.cc$'],
890 ], 888 ],
891 }], 889 }],
892 ], 890 ],
893 } 891 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698