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

Side by Side Diff: ppapi/proxy/BUILD.gn

Issue 2624163003: Remainder of V8 removal (Closed)
Patch Set: . Created 3 years, 11 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 | « net/proxy/proxy_service_mojo.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 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/nacl/config.gni") 5 import("//build/config/nacl/config.gni")
6 6
7 config("proxy_implementation") { 7 config("proxy_implementation") {
8 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ] 8 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ]
9 } 9 }
10 10
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "//mojo/edk/system", 287 "//mojo/edk/system",
288 "//ppapi/c", 288 "//ppapi/c",
289 "//ppapi/shared_impl", 289 "//ppapi/shared_impl",
290 "//ui/gfx/geometry", 290 "//ui/gfx/geometry",
291 "//ui/gfx/ipc/geometry", 291 "//ui/gfx/ipc/geometry",
292 ] 292 ]
293 293
294 if (!is_nacl) { 294 if (!is_nacl) {
295 deps += [ 295 deps += [
296 "//base/third_party/dynamic_annotations", 296 "//base/third_party/dynamic_annotations",
297 "//gin",
298 "//skia", 297 "//skia",
299 "//ui/events:events_base", 298 "//ui/events:events_base",
300 "//ui/surface", 299 "//ui/surface",
301 ] 300 ]
302 } 301 }
303 302
304 if (!is_nacl_nonsfi) { 303 if (!is_nacl_nonsfi) {
305 deps += [ "//third_party/icu" ] 304 deps += [ "//third_party/icu" ]
306 } 305 }
307 } 306 }
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 deps = [ 373 deps = [
375 "//base/test:test_support", 374 "//base/test:test_support",
376 "//ipc", 375 "//ipc",
377 "//ipc:test_support", 376 "//ipc:test_support",
378 "//ppapi/proxy", 377 "//ppapi/proxy",
379 "//ppapi/shared_impl", 378 "//ppapi/shared_impl",
380 "//testing/gmock", 379 "//testing/gmock",
381 "//testing/gtest", 380 "//testing/gtest",
382 ] 381 ]
383 } 382 }
OLDNEW
« no previous file with comments | « net/proxy/proxy_service_mojo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698