| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |