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

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

Issue 1324623005: Move sanitizer and symbol flags out of BUILDCONFIG (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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/gfx/geometry/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 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 } else { 322 } else {
323 sources -= [ 323 sources -= [
324 "animation/throb_animation.cc", 324 "animation/throb_animation.cc",
325 "canvas_skia.cc", 325 "canvas_skia.cc",
326 "path.cc", 326 "path.cc",
327 "selection_model.cc", 327 "selection_model.cc",
328 ] 328 ]
329 } 329 }
330 330
331 if (!is_debug) { 331 if (!is_debug) {
332 configs -= [ "//build/config/compiler:optimize" ] 332 configs -= [ "//build/config/compiler:default_optimization" ]
333 configs += [ "//build/config/compiler:optimize_max" ] 333 configs += [ "//build/config/compiler:optimize_max" ]
334 } 334 }
335 335
336 deps += [ 336 deps += [
337 ":gfx_jni_headers", 337 ":gfx_jni_headers",
338 "//base:base_java", 338 "//base:base_java",
339 ] 339 ]
340 libs = [ 340 libs = [
341 "android", 341 "android",
342 "jnigraphics", 342 "jnigraphics",
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 if (is_android) { 680 if (is_android) {
681 generate_jni("gfx_jni_headers") { 681 generate_jni("gfx_jni_headers") {
682 sources = [ 682 sources = [
683 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 683 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
684 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 684 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
685 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 685 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
686 ] 686 ]
687 jni_package = "gfx" 687 jni_package = "gfx"
688 } 688 }
689 } 689 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/gfx/geometry/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698