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

Side by Side Diff: content/content_common.gypi

Issue 286793002: [DeviceLight] Add renderer+common parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix jochen's 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
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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'common/cursors/webcursor.h', 179 'common/cursors/webcursor.h',
180 'common/cursors/webcursor_android.cc', 180 'common/cursors/webcursor_android.cc',
181 'common/cursors/webcursor_aura.cc', 181 'common/cursors/webcursor_aura.cc',
182 'common/cursors/webcursor_aurawin.cc', 182 'common/cursors/webcursor_aurawin.cc',
183 'common/cursors/webcursor_aurax11.cc', 183 'common/cursors/webcursor_aurax11.cc',
184 'common/cursors/webcursor_mac.mm', 184 'common/cursors/webcursor_mac.mm',
185 'common/cursors/webcursor_ozone.cc', 185 'common/cursors/webcursor_ozone.cc',
186 'common/database_messages.h', 186 'common/database_messages.h',
187 'common/date_time_suggestion.h', 187 'common/date_time_suggestion.h',
188 'common/desktop_notification_messages.h', 188 'common/desktop_notification_messages.h',
189 'common/device_sensors/device_light_data.cc',
190 'common/device_sensors/device_light_data.h',
191 'common/device_sensors/device_light_hardware_buffer.h',
192 'common/device_sensors/device_light_messages.h',
189 'common/device_sensors/device_motion_hardware_buffer.h', 193 'common/device_sensors/device_motion_hardware_buffer.h',
190 'common/device_sensors/device_motion_messages.h', 194 'common/device_sensors/device_motion_messages.h',
191 'common/device_sensors/device_orientation_hardware_buffer.h', 195 'common/device_sensors/device_orientation_hardware_buffer.h',
192 'common/device_sensors/device_orientation_messages.h', 196 'common/device_sensors/device_orientation_messages.h',
193 'common/devtools_messages.h', 197 'common/devtools_messages.h',
194 'common/dom_storage/dom_storage_map.cc', 198 'common/dom_storage/dom_storage_map.cc',
195 'common/dom_storage/dom_storage_map.h', 199 'common/dom_storage/dom_storage_map.h',
196 'common/dom_storage/dom_storage_messages.h', 200 'common/dom_storage/dom_storage_messages.h',
197 'common/drag_event_source_info.h', 201 'common/drag_event_source_info.h',
198 'common/drag_messages.h', 202 'common/drag_messages.h',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 799 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
796 'common/sandbox_linux/bpf_renderer_policy_linux.h', 800 'common/sandbox_linux/bpf_renderer_policy_linux.h',
797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 801 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 802 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
799 ], 803 ],
800 }, { 804 }, {
801 'defines': ['USE_SECCOMP_BPF'], 805 'defines': ['USE_SECCOMP_BPF'],
802 }], 806 }],
803 ], 807 ],
804 } 808 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698