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

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: fix comments Created 6 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 | « no previous file | content/public/test/layouttest_support.h » ('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 '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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 }], 828 }],
827 ], 829 ],
828 'target_conditions': [ 830 'target_conditions': [
829 ['OS=="android"', { 831 ['OS=="android"', {
830 'sources/': [ 832 'sources/': [
831 ['include', '^renderer/render_view_linux\\.cc$'], 833 ['include', '^renderer/render_view_linux\\.cc$'],
832 ], 834 ],
833 }], 835 }],
834 ], 836 ],
835 } 837 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/layouttest_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698