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

Side by Side Diff: content/content_common.gypi

Issue 152893002: [DeviceLight API] Content Side Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix in Java file, stop() Created 6 years, 8 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_browser.gypi ('k') | content/content_renderer.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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'common/cursors/webcursor_aurawin.cc', 171 'common/cursors/webcursor_aurawin.cc',
172 'common/cursors/webcursor_aurax11.cc', 172 'common/cursors/webcursor_aurax11.cc',
173 'common/cursors/webcursor_gtk.cc', 173 'common/cursors/webcursor_gtk.cc',
174 'common/cursors/webcursor_gtk_data.h', 174 'common/cursors/webcursor_gtk_data.h',
175 'common/cursors/webcursor_mac.mm', 175 'common/cursors/webcursor_mac.mm',
176 'common/cursors/webcursor_ozone.cc', 176 'common/cursors/webcursor_ozone.cc',
177 'common/cursors/webcursor_win.cc', 177 'common/cursors/webcursor_win.cc',
178 'common/database_messages.h', 178 'common/database_messages.h',
179 'common/date_time_suggestion.h', 179 'common/date_time_suggestion.h',
180 'common/desktop_notification_messages.h', 180 'common/desktop_notification_messages.h',
181 'common/device_light/device_light_hardware_buffer.h'
182 'common/device_light/device_light_messages.h',
181 'common/device_orientation/device_motion_hardware_buffer.h', 183 'common/device_orientation/device_motion_hardware_buffer.h',
182 'common/device_orientation/device_motion_messages.h', 184 'common/device_orientation/device_motion_messages.h',
183 'common/device_orientation/device_orientation_hardware_buffer.h', 185 'common/device_orientation/device_orientation_hardware_buffer.h',
184 'common/device_orientation/device_orientation_messages.h', 186 'common/device_orientation/device_orientation_messages.h',
185 'common/devtools_messages.h', 187 'common/devtools_messages.h',
186 'common/dom_storage/dom_storage_map.cc', 188 'common/dom_storage/dom_storage_map.cc',
187 'common/dom_storage/dom_storage_map.h', 189 'common/dom_storage/dom_storage_map.h',
188 'common/dom_storage/dom_storage_messages.h', 190 'common/dom_storage/dom_storage_messages.h',
189 'common/drag_event_source_info.h', 191 'common/drag_event_source_info.h',
190 'common/drag_messages.h', 192 'common/drag_messages.h',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 756 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
755 'common/sandbox_linux/bpf_renderer_policy_linux.h', 757 'common/sandbox_linux/bpf_renderer_policy_linux.h',
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 758 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 759 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
758 ], 760 ],
759 }, { 761 }, {
760 'defines': ['USE_SECCOMP_BPF'], 762 'defines': ['USE_SECCOMP_BPF'],
761 }], 763 }],
762 ], 764 ],
763 } 765 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698