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

Side by Side Diff: content/content_common.gypi

Issue 8678019: Move sensors interface into content/public/browser (since it's only used by browser directory). M... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix aura typo Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/sensors.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'common/resource_response.h', 219 'common/resource_response.h',
220 'common/sandbox_init_mac.cc', 220 'common/sandbox_init_mac.cc',
221 'common/sandbox_init_win.cc', 221 'common/sandbox_init_win.cc',
222 'common/sandbox_mac.h', 222 'common/sandbox_mac.h',
223 'common/sandbox_mac.mm', 223 'common/sandbox_mac.mm',
224 'common/sandbox_methods_linux.h', 224 'common/sandbox_methods_linux.h',
225 'common/sandbox_policy.cc', 225 'common/sandbox_policy.cc',
226 'common/sandbox_policy.h', 226 'common/sandbox_policy.h',
227 'common/section_util_win.cc', 227 'common/section_util_win.cc',
228 'common/section_util_win.h', 228 'common/section_util_win.h',
229 'common/sensors.h',
230 'common/sensors_listener.h',
231 'common/set_process_title.cc', 229 'common/set_process_title.cc',
232 'common/set_process_title.h', 230 'common/set_process_title.h',
233 'common/set_process_title_linux.cc', 231 'common/set_process_title_linux.cc',
234 'common/set_process_title_linux.h', 232 'common/set_process_title_linux.h',
235 'common/socket_stream.h', 233 'common/socket_stream.h',
236 'common/socket_stream_dispatcher.cc', 234 'common/socket_stream_dispatcher.cc',
237 'common/socket_stream_dispatcher.h', 235 'common/socket_stream_dispatcher.h',
238 'common/socket_stream_messages.h', 236 'common/socket_stream_messages.h',
239 'common/speech_input_messages.h', 237 'common/speech_input_messages.h',
240 'common/speech_input_result.cc', 238 'common/speech_input_result.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ], 325 ],
328 'link_settings': { 326 'link_settings': {
329 'libraries': [ 327 'libraries': [
330 '-lEGL', 328 '-lEGL',
331 '-lGLESv2', 329 '-lGLESv2',
332 ], 330 ],
333 }, 331 },
334 }], 332 }],
335 ], 333 ],
336 } 334 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/sensors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698