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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2948363004: Fix remove_webcore_debug_symbols to avoid constant building (Closed)
Patch Set: Reduce duplication Created 3 years, 5 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("//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/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 include_dirs += [ "//third_party/ffmpeg" ] 1688 include_dirs += [ "//third_party/ffmpeg" ]
1689 deps += [ "//third_party/ffmpeg" ] 1689 deps += [ "//third_party/ffmpeg" ]
1690 } 1690 }
1691 if (use_openmax_dl_fft) { 1691 if (use_openmax_dl_fft) {
1692 include_dirs += [ "//third_party/openmax_dl" ] 1692 include_dirs += [ "//third_party/openmax_dl" ]
1693 deps += [ "//third_party/openmax_dl/dl" ] 1693 deps += [ "//third_party/openmax_dl/dl" ]
1694 } 1694 }
1695 1695
1696 if (remove_webcore_debug_symbols) { 1696 if (remove_webcore_debug_symbols) {
1697 configs -= [ "//build/config/compiler:default_symbols" ] 1697 configs -= [ "//build/config/compiler:default_symbols" ]
1698 configs += [ "//build/config/compiler:no_symbols" ] 1698 configs += remove_webcore_symbols_config
1699 } 1699 }
1700 } 1700 }
1701 1701
1702 static_library("test_support") { 1702 static_library("test_support") {
1703 visibility += [ "//third_party/WebKit/*" ] 1703 visibility += [ "//third_party/WebKit/*" ]
1704 testonly = true 1704 testonly = true
1705 1705
1706 sources = [ 1706 sources = [
1707 "graphics/gpu/DrawingBufferTestHelpers.h", 1707 "graphics/gpu/DrawingBufferTestHelpers.h",
1708 "network/mime/MockMimeRegistry.h", 1708 "network/mime/MockMimeRegistry.h",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
2263 "//third_party/WebKit/Source:config", 2263 "//third_party/WebKit/Source:config",
2264 "//third_party/WebKit/Source:inside_blink", 2264 "//third_party/WebKit/Source:inside_blink",
2265 ] 2265 ]
2266 2266
2267 deps = [ 2267 deps = [
2268 ":test_support", 2268 ":test_support",
2269 "//testing/gmock", 2269 "//testing/gmock",
2270 "//testing/gtest", 2270 "//testing/gtest",
2271 ] 2271 ]
2272 } 2272 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gni ('k') | third_party/WebKit/Source/platform/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698