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

Side by Side Diff: content/content_renderer.gypi

Issue 298263002: Battery Status API: add testing support for LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some style fixes Created 6 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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 '../jingle/jingle.gyp:jingle_glue', 9 '../jingle/jingle.gyp:jingle_glue',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'renderer/android/content_detector.cc', 89 'renderer/android/content_detector.cc',
90 'renderer/android/content_detector.h', 90 'renderer/android/content_detector.h',
91 'renderer/android/email_detector.cc', 91 'renderer/android/email_detector.cc',
92 'renderer/android/email_detector.h', 92 'renderer/android/email_detector.h',
93 'renderer/android/phone_number_detector.cc', 93 'renderer/android/phone_number_detector.cc',
94 'renderer/android/phone_number_detector.h', 94 'renderer/android/phone_number_detector.h',
95 'renderer/android/synchronous_compositor_factory.cc', 95 'renderer/android/synchronous_compositor_factory.cc',
96 'renderer/android/synchronous_compositor_factory.h', 96 'renderer/android/synchronous_compositor_factory.h',
97 'renderer/battery_status/battery_status_dispatcher.cc', 97 'renderer/battery_status/battery_status_dispatcher.cc',
98 'renderer/battery_status/battery_status_dispatcher.h', 98 'renderer/battery_status/battery_status_dispatcher.h',
99 'renderer/battery_status/fake_battery_status_dispatcher.cc',
100 'renderer/battery_status/fake_battery_status_dispatcher.h',
99 'renderer/browser_plugin/browser_plugin.cc', 101 'renderer/browser_plugin/browser_plugin.cc',
100 'renderer/browser_plugin/browser_plugin.h', 102 'renderer/browser_plugin/browser_plugin.h',
101 'renderer/browser_plugin/browser_plugin_bindings.cc', 103 'renderer/browser_plugin/browser_plugin_bindings.cc',
102 'renderer/browser_plugin/browser_plugin_bindings.h', 104 'renderer/browser_plugin/browser_plugin_bindings.h',
103 'renderer/browser_plugin/browser_plugin_manager_factory.h', 105 'renderer/browser_plugin/browser_plugin_manager_factory.h',
104 'renderer/browser_plugin/browser_plugin_manager_impl.cc', 106 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
105 'renderer/browser_plugin/browser_plugin_manager_impl.h', 107 'renderer/browser_plugin/browser_plugin_manager_impl.h',
106 'renderer/browser_plugin/browser_plugin_manager.cc', 108 'renderer/browser_plugin/browser_plugin_manager.cc',
107 'renderer/browser_plugin/browser_plugin_manager.h', 109 'renderer/browser_plugin/browser_plugin_manager.h',
108 'renderer/clipboard_utils.cc', 110 'renderer/clipboard_utils.cc',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 }], 793 }],
792 ], 794 ],
793 'target_conditions': [ 795 'target_conditions': [
794 ['OS=="android"', { 796 ['OS=="android"', {
795 'sources/': [ 797 'sources/': [
796 ['include', '^renderer/render_view_linux\\.cc$'], 798 ['include', '^renderer/render_view_linux\\.cc$'],
797 ], 799 ],
798 }], 800 }],
799 ], 801 ],
800 } 802 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698