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

Side by Side Diff: mojo/mojo.gyp

Issue 59383011: Factor common code into native_viewport_controller.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix X11 Created 7 years, 1 month 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 '../base/base.gyp:base', 289 '../base/base.gyp:base',
290 '../gpu/gpu.gyp:command_buffer_service', 290 '../gpu/gpu.gyp:command_buffer_service',
291 '../gpu/gpu.gyp:gles2_implementation', 291 '../gpu/gpu.gyp:gles2_implementation',
292 '../ui/events/events.gyp:events', 292 '../ui/events/events.gyp:events',
293 '../ui/gfx/gfx.gyp:gfx', 293 '../ui/gfx/gfx.gyp:gfx',
294 '../ui/gl/gl.gyp:gl', 294 '../ui/gl/gl.gyp:gl',
295 ], 295 ],
296 'sources': [ 296 'sources': [
297 'services/native_viewport/android/mojo_viewport.cc', 297 'services/native_viewport/android/mojo_viewport.cc',
298 'services/native_viewport/android/mojo_viewport.h', 298 'services/native_viewport/android/mojo_viewport.h',
299 'services/native_viewport/native_viewport.cc',
299 'services/native_viewport/native_viewport.h', 300 'services/native_viewport/native_viewport.h',
300 'services/native_viewport/native_viewport_android.cc', 301 'services/native_viewport/native_viewport_android.cc',
301 'services/native_viewport/native_viewport_controller.cc', 302 'services/native_viewport/native_viewport_controller.cc',
302 'services/native_viewport/native_viewport_controller.h', 303 'services/native_viewport/native_viewport_controller.h',
303 'services/native_viewport/native_viewport_mac.mm', 304 'services/native_viewport/native_viewport_mac.mm',
304 'services/native_viewport/native_viewport_stub.cc', 305 'services/native_viewport/native_viewport_stub.cc',
305 'services/native_viewport/native_viewport_win.cc', 306 'services/native_viewport/native_viewport_win.cc',
306 'services/native_viewport/native_viewport_x11.cc', 307 'services/native_viewport/native_viewport_x11.cc',
307 ], 308 ],
308 'conditions': [ 309 'conditions': [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 394 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
394 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 395 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
395 'native_lib_target': 'libmojo_shell', 396 'native_lib_target': 'libmojo_shell',
396 }, 397 },
397 'includes': [ '../build/java_apk.gypi' ], 398 'includes': [ '../build/java_apk.gypi' ],
398 } 399 }
399 ], 400 ],
400 }], 401 }],
401 ], 402 ],
402 } 403 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/native_viewport/native_viewport.h » ('j') | mojo/services/native_viewport/native_viewport.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698