GN rules for everything in //mojo
commitf97b80e7f55057c38a7cf8b7a90acf4ab750d2a6
authorjamesr <jamesr@chromium.org>
Mon, 15 Sep 2014 06:53:31 +0000 (14 23:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Sep 2014 06:54:59 +0000 (15 06:54 +0000)
tree68efc5cb9ea08b3b2e50217acec8d554abca08bc
parent51d51dbc4a3b5329a716a5dbddd76219514e3274
GN rules for everything in //mojo

This adds GN rules for everything in mojo except for python bindings
targets and the android packaging rules. The group //mojo builds all
targets in the subdir, just like the gyp 'mojo' target.

R=brettw@chromium.org
TBR=acolwell@chromium.org for //media/build/BUILD.gn

Review URL: https://codereview.chromium.org/563953003

Cr-Commit-Position: refs/heads/master@{#294788}
36 files changed:
media/blink/BUILD.gn
mojo/BUILD.gn
mojo/apps/js/BUILD.gn
mojo/common/test/BUILD.gn
mojo/dbus/BUILD.gn [new file with mode: 0644]
mojo/examples/BUILD.gn
mojo/examples/apptest/BUILD.gn [new file with mode: 0644]
mojo/examples/aura_demo/BUILD.gn [new file with mode: 0644]
mojo/examples/browser/BUILD.gn [new file with mode: 0644]
mojo/examples/compositor_app/BUILD.gn [copied from mojo/examples/sample_app/BUILD.gn with 51% similarity]
mojo/examples/content_handler_demo/BUILD.gn [new file with mode: 0644]
mojo/examples/dbus_echo/BUILD.gn [new file with mode: 0644]
mojo/examples/demo_launcher/BUILD.gn [copied from mojo/examples/sample_app/BUILD.gn with 52% similarity]
mojo/examples/embedded_app/BUILD.gn [copied from mojo/examples/sample_app/BUILD.gn with 54% similarity]
mojo/examples/keyboard/BUILD.gn [new file with mode: 0644]
mojo/examples/media_viewer/BUILD.gn [new file with mode: 0644]
mojo/examples/nesting_app/BUILD.gn [copied from mojo/examples/sample_app/BUILD.gn with 51% similarity]
mojo/examples/pepper_container_app/BUILD.gn [new file with mode: 0644]
mojo/examples/png_viewer/BUILD.gn [new file with mode: 0644]
mojo/examples/sample_app/BUILD.gn
mojo/examples/surfaces_app/BUILD.gn
mojo/examples/window_manager/BUILD.gn [new file with mode: 0644]
mojo/examples/wm_flow/BUILD.gn [new file with mode: 0644]
mojo/mojo.gyp
mojo/mojo_apps.gypi
mojo/mojo_base.gyp
mojo/mojo_examples.gypi
mojo/mojo_public_tests.gypi
mojo/mojo_services.gypi
mojo/public/c/system/tests/BUILD.gn
mojo/services/BUILD.gn
mojo/services/html_viewer/BUILD.gn [new file with mode: 0644]
mojo/services/html_viewer/webmediaplayer_factory.cc
mojo/services/native_viewport/BUILD.gn
mojo/tools/BUILD.gn [new file with mode: 0644]
mojo/views/BUILD.gn [new file with mode: 0644]