summaryrefslogtreecommitdiffstats
path: root/mojo/gles2
diff options
context:
space:
mode:
authormsw <msw@chromium.org>2015-06-09 15:49:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-09 22:50:05 +0000
commit4ece34be265cc6205eea813b6805e1659c3131ca (patch)
tree066ef2d719a606fccafe7e2e85e345d66263f72b /mojo/gles2
parent6bfd5d8926aa101b39b0d3548b5dfd6cfad8b734 (diff)
downloadchromium_src-4ece34be265cc6205eea813b6805e1659c3131ca.zip
chromium_src-4ece34be265cc6205eea813b6805e1659c3131ca.tar.gz
chromium_src-4ece34be265cc6205eea813b6805e1659c3131ca.tar.bz2
Cleanup GN BUILD files, gni's and imports.
Remove unused mojo/public/mojo_sdk.gni. (we use third_party/mojo's version instead) Update, use mojo/public/ mojo.gni and mojo_application.gni (to define Chromium's mojo_root, mojo_native_application) (we'll need a custom mojo_native_application for 498020) Remove unnecessary imports of related gni files. BUG=498020 TEST=Build still works as expected; no regressions. R=sky@chromium.org TBR=jochen@chromium.org,xhwang@chromium.org Review URL: https://codereview.chromium.org/1175693002 Cr-Commit-Position: refs/heads/master@{#333600}
Diffstat (limited to 'mojo/gles2')
-rw-r--r--mojo/gles2/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
index 83013a1..557b3d8 100644
--- a/mojo/gles2/BUILD.gn
+++ b/mojo/gles2/BUILD.gn
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
-
config("mojo_use_gles2") {
defines = [ "MOJO_USE_GLES2_IMPL" ]
}