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

Side by Side Diff: content/content_renderer.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 | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')
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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'renderer/speech_recognition_dispatcher.cc', 452 'renderer/speech_recognition_dispatcher.cc',
453 'renderer/speech_recognition_dispatcher.h', 453 'renderer/speech_recognition_dispatcher.h',
454 'renderer/stats_collection_controller.cc', 454 'renderer/stats_collection_controller.cc',
455 'renderer/stats_collection_controller.h', 455 'renderer/stats_collection_controller.h',
456 'renderer/stats_collection_observer.cc', 456 'renderer/stats_collection_observer.cc',
457 'renderer/stats_collection_observer.h', 457 'renderer/stats_collection_observer.h',
458 'renderer/text_input_client_observer.cc', 458 'renderer/text_input_client_observer.cc',
459 'renderer/text_input_client_observer.h', 459 'renderer/text_input_client_observer.h',
460 'renderer/v8_value_converter_impl.cc', 460 'renderer/v8_value_converter_impl.cc',
461 'renderer/v8_value_converter_impl.h', 461 'renderer/v8_value_converter_impl.h',
462 'renderer/wake_lock/wake_lock_dispatcher.cc',
463 'renderer/wake_lock/wake_lock_dispatcher.h',
462 'renderer/web_ui_extension.cc', 464 'renderer/web_ui_extension.cc',
463 'renderer/web_ui_extension.h', 465 'renderer/web_ui_extension.h',
464 'renderer/web_ui_extension_data.cc', 466 'renderer/web_ui_extension_data.cc',
465 'renderer/web_ui_extension_data.h', 467 'renderer/web_ui_extension_data.h',
466 'renderer/web_ui_mojo.cc', 468 'renderer/web_ui_mojo.cc',
467 'renderer/web_ui_mojo.h', 469 'renderer/web_ui_mojo.h',
468 'renderer/web_ui_mojo_context_state.cc', 470 'renderer/web_ui_mojo_context_state.cc',
469 'renderer/web_ui_mojo_context_state.h', 471 'renderer/web_ui_mojo_context_state.h',
470 'renderer/web_ui_runner.cc', 472 'renderer/web_ui_runner.cc',
471 'renderer/web_ui_runner.h', 473 'renderer/web_ui_runner.h',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 }], 895 }],
894 ], 896 ],
895 'target_conditions': [ 897 'target_conditions': [
896 ['OS=="android"', { 898 ['OS=="android"', {
897 'sources/': [ 899 'sources/': [
898 ['include', '^renderer/render_view_linux\\.cc$'], 900 ['include', '^renderer/render_view_linux\\.cc$'],
899 ], 901 ],
900 }], 902 }],
901 ], 903 ],
902 } 904 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698