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

Side by Side Diff: components/nacl/BUILD.gn

Issue 1057993004: Revert of Work on Windows GN component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 if (enable_nacl) { 9 if (enable_nacl) {
10 source_set("nacl") { 10 source_set("nacl") {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 ":nacl_switches", 139 ":nacl_switches",
140 "renderer/plugin:nacl_trusted_plugin", 140 "renderer/plugin:nacl_trusted_plugin",
141 "//base", 141 "//base",
142 "//content/public/common", 142 "//content/public/common",
143 "//content/public/renderer", 143 "//content/public/renderer",
144 "//ipc", 144 "//ipc",
145 "//net", 145 "//net",
146 "//ppapi/c", 146 "//ppapi/c",
147 "//ppapi/proxy:ipc", 147 "//ppapi/proxy:ipc",
148 "//ppapi/shared_impl", 148 "//ppapi/shared_impl",
149 "//ppapi/thunk",
149 "//third_party/WebKit/public:blink", 150 "//third_party/WebKit/public:blink",
150 "//third_party/jsoncpp", 151 "//third_party/jsoncpp",
151 ] 152 ]
152 } 153 }
153 154
154 test("nacl_loader_unittests") { 155 test("nacl_loader_unittests") {
155 sources = [ 156 sources = [
156 "loader/nacl_ipc_adapter_unittest.cc", 157 "loader/nacl_ipc_adapter_unittest.cc",
157 "loader/nacl_validation_query_unittest.cc", 158 "loader/nacl_validation_query_unittest.cc",
158 "loader/run_all_unittests.cc", 159 "loader/run_all_unittests.cc",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 304
304 if (is_linux) { 305 if (is_linux) {
305 sources += [ 306 sources += [
306 "common/nacl_paths.cc", 307 "common/nacl_paths.cc",
307 "common/nacl_paths.h", 308 "common/nacl_paths.h",
308 ] 309 ]
309 310
310 defines = [ "__STDC_LIMIT_MACROS=1" ] 311 defines = [ "__STDC_LIMIT_MACROS=1" ]
311 } 312 }
312 } 313 }
OLDNEW
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698