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

Side by Side Diff: third_party/mojo/src/mojo/edk/embedder/BUILD.gn

Issue 1311043003: Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months 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
OLDNEW
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 import("../mojo_edk.gni") 5 import("../mojo_edk.gni")
6 6
7 mojo_edk_source_set("embedder") { 7 mojo_edk_source_set("embedder") {
8 # This isn't really a standalone target; it must be linked into the 8 # This isn't really a standalone target; it must be linked into the
9 # mojo_system_impl component. 9 # mojo_system_impl component.
10 mojo_edk_visibility = [ "mojo/edk/system" ] 10 mojo_edk_visibility = [ "mojo/edk/system" ]
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ] 80 ]
81 81
82 defines = [ "MOJO_SYSTEM_IMPL_IMPLEMENTATION" ] 82 defines = [ "MOJO_SYSTEM_IMPL_IMPLEMENTATION" ]
83 83
84 mojo_edk_configs = [ "mojo/edk/system:system_config" ] 84 mojo_edk_configs = [ "mojo/edk/system:system_config" ]
85 85
86 mojo_sdk_public_deps = [ "mojo/public/cpp/system" ] 86 mojo_sdk_public_deps = [ "mojo/public/cpp/system" ]
87 87
88 deps = [ 88 deps = [
89 "//base", 89 "//base",
90 "//crypto",
91 ] 90 ]
92 91
93 if (is_android) { 92 if (is_android) {
94 deps += [ "//third_party/ashmem" ] 93 deps += [ "//third_party/ashmem" ]
95 } 94 }
96 } 95 }
97 96
98 mojo_edk_source_set("delegates") { 97 mojo_edk_source_set("delegates") {
99 # This isn't really a standalone target; it must be linked into the 98 # This isn't really a standalone target; it must be linked into the
100 # mojo_system_impl component. 99 # mojo_system_impl component.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "//base/test:test_support", 131 "//base/test:test_support",
133 "//testing/gtest", 132 "//testing/gtest",
134 ] 133 ]
135 134
136 mojo_edk_deps = [ 135 mojo_edk_deps = [
137 "mojo/edk/test:test_support", 136 "mojo/edk/test:test_support",
138 "mojo/edk/system", 137 "mojo/edk/system",
139 "mojo/edk/system:test_utils", 138 "mojo/edk/system:test_utils",
140 ] 139 ]
141 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698