OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 assert(!defined(is_nacl) || !is_nacl) | 5 assert(!defined(is_nacl) || !is_nacl) |
6 | 6 |
7 import("../../mojo_sdk.gni") | 7 import("../../mojo_sdk.gni") |
8 | 8 |
9 mojo_sdk_source_set("system") { | 9 mojo_sdk_source_set("system") { |
10 sources = [ | 10 sources = [ |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 } | 64 } |
65 | 65 |
66 mojo_sdk_source_set("mgl_onscreen_thunks") { | 66 mojo_sdk_source_set("mgl_onscreen_thunks") { |
67 sources = [ | 67 sources = [ |
68 "mgl_onscreen_thunks.c", | 68 "mgl_onscreen_thunks.c", |
69 "mgl_onscreen_thunks.h", | 69 "mgl_onscreen_thunks.h", |
70 ] | 70 ] |
71 | 71 |
72 mojo_sdk_deps = [ "mojo/public/c/gpu:MGL_onscreen" ] | 72 mojo_sdk_deps = [ "mojo/public/c/gpu:MGL_onscreen" ] |
73 } | 73 } |
OLD | NEW |