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

Side by Side Diff: ui/aura/BUILD.gn

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 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 | « ui/app_list/BUILD.gn ('k') | ui/file_manager/zip_archiver/cpp/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 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 321
322 sources = [ 322 sources = [
323 "demo/demo_main.cc", 323 "demo/demo_main.cc",
324 ] 324 ]
325 325
326 deps = [ 326 deps = [
327 ":aura", 327 ":aura",
328 ":test_support", 328 ":test_support",
329 "//base", 329 "//base",
330 "//base:i18n", 330 "//base:i18n",
331 "//build/config/sanitizers:deps", 331 "//build/config:exe_and_shlib_deps",
332 "//build/win:default_exe_manifest", 332 "//build/win:default_exe_manifest",
333 "//cc/surfaces", 333 "//cc/surfaces",
334 "//skia", 334 "//skia",
335 "//third_party/icu", 335 "//third_party/icu",
336 "//ui/base", 336 "//ui/base",
337 "//ui/compositor", 337 "//ui/compositor",
338 "//ui/compositor:test_support", 338 "//ui/compositor:test_support",
339 "//ui/display", 339 "//ui/display",
340 "//ui/events", 340 "//ui/events",
341 "//ui/gfx", 341 "//ui/gfx",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 ] 385 ]
386 386
387 if (is_linux) { 387 if (is_linux) {
388 deps += [ "//third_party/mesa" ] 388 deps += [ "//third_party/mesa" ]
389 } 389 }
390 390
391 data_deps = [ 391 data_deps = [
392 "//third_party/mesa:osmesa", 392 "//third_party/mesa:osmesa",
393 ] 393 ]
394 } 394 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/file_manager/zip_archiver/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698