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

Side by Side Diff: mojo/mojo.gyp

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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
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 'includes': [ 9 'includes': [
10 'mojo_apps.gypi', 10 'mojo_apps.gypi',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 }, 328 },
329 'includes': [ '../build/jni_generator.gypi' ], 329 'includes': [ '../build/jni_generator.gypi' ],
330 }, 330 },
331 { 331 {
332 'target_name': 'libmojo_shell', 332 'target_name': 'libmojo_shell',
333 'type': 'shared_library', 333 'type': 'shared_library',
334 'dependencies': [ 334 'dependencies': [
335 '../base/base.gyp:base', 335 '../base/base.gyp:base',
336 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 336 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
337 '../ui/gfx/gfx.gyp:gfx', 337 '../ui/gfx/gfx.gyp:gfx',
338 '../ui/gfx/gfx.gyp:gfx_geometry',
338 '../ui/gl/gl.gyp:gl', 339 '../ui/gl/gl.gyp:gl',
339 'mojo_common_lib', 340 'mojo_common_lib',
340 'mojo_jni_headers', 341 'mojo_jni_headers',
341 'mojo_shell_lib', 342 'mojo_shell_lib',
342 ], 343 ],
343 'sources': [ 344 'sources': [
344 'shell/android/library_loader.cc', 345 'shell/android/library_loader.cc',
345 'shell/android/mojo_main.cc', 346 'shell/android/mojo_main.cc',
346 'shell/android/mojo_main.h', 347 'shell/android/mojo_main.h',
347 ], 348 ],
(...skipping 12 matching lines...) Expand all
360 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 361 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
361 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 362 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
362 'native_lib_target': 'libmojo_shell', 363 'native_lib_target': 'libmojo_shell',
363 }, 364 },
364 'includes': [ '../build/java_apk.gypi' ], 365 'includes': [ '../build/java_apk.gypi' ],
365 } 366 }
366 ], 367 ],
367 }], 368 }],
368 ], 369 ],
369 } 370 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | mojo/mojo_services.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698