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

Side by Side Diff: third_party/google_toolbox_for_mac/BUILD.gn

Issue 1847653002: gtm: Stop compiling two unused files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp » ('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 config("google_toolbox_for_mac_config") { 5 config("google_toolbox_for_mac_config") {
6 include_dirs = [ 6 include_dirs = [
7 ".", 7 ".",
8 "src", 8 "src",
9 "src/AppKit", 9 "src/AppKit",
10 "src/DebugUtils", 10 "src/DebugUtils",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "src/AppKit/GTMNSImage+Scaling.m", 85 "src/AppKit/GTMNSImage+Scaling.m",
86 "src/AppKit/GTMNSImage+SearchCache.h", 86 "src/AppKit/GTMNSImage+SearchCache.h",
87 "src/AppKit/GTMNSImage+SearchCache.m", 87 "src/AppKit/GTMNSImage+SearchCache.m",
88 "src/AppKit/GTMNSWorkspace+Running.h", 88 "src/AppKit/GTMNSWorkspace+Running.h",
89 "src/AppKit/GTMNSWorkspace+Running.m", 89 "src/AppKit/GTMNSWorkspace+Running.m",
90 "src/AppKit/GTMShading.h", 90 "src/AppKit/GTMShading.h",
91 "src/AppKit/GTMUILocalizer.h", 91 "src/AppKit/GTMUILocalizer.h",
92 "src/AppKit/GTMUILocalizer.m", 92 "src/AppKit/GTMUILocalizer.m",
93 "src/AppKit/GTMUILocalizerAndLayoutTweaker.h", 93 "src/AppKit/GTMUILocalizerAndLayoutTweaker.h",
94 "src/AppKit/GTMUILocalizerAndLayoutTweaker.m", 94 "src/AppKit/GTMUILocalizerAndLayoutTweaker.m",
95 "src/AppKit/GTMWindowSheetController.h",
96 "src/AppKit/GTMWindowSheetController.m",
97 "src/DebugUtils/GTMDebugSelectorValidation.h", 95 "src/DebugUtils/GTMDebugSelectorValidation.h",
98 "src/DebugUtils/GTMDebugThreadValidation.h", 96 "src/DebugUtils/GTMDebugThreadValidation.h",
99 "src/DebugUtils/GTMDebugThreadValidation.m", 97 "src/DebugUtils/GTMDebugThreadValidation.m",
100 "src/DebugUtils/GTMTypeCasting.h", 98 "src/DebugUtils/GTMTypeCasting.h",
101 "src/Foundation/GTMAbstractDOListener.h", 99 "src/Foundation/GTMAbstractDOListener.h",
102 "src/Foundation/GTMAbstractDOListener.m", 100 "src/Foundation/GTMAbstractDOListener.m",
103 "src/Foundation/GTMCalculatedRange.h", 101 "src/Foundation/GTMCalculatedRange.h",
104 "src/Foundation/GTMCalculatedRange.m", 102 "src/Foundation/GTMCalculatedRange.m",
105 "src/Foundation/GTMExceptionalInlines.h", 103 "src/Foundation/GTMExceptionalInlines.h",
106 "src/Foundation/GTMExceptionalInlines.m", 104 "src/Foundation/GTMExceptionalInlines.m",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 if (is_component_build) { 197 if (is_component_build) {
200 # GTM is third-party code, so we don't want to add _EXPORT 198 # GTM is third-party code, so we don't want to add _EXPORT
201 # annotations to it, so build it without -fvisibility=hidden 199 # annotations to it, so build it without -fvisibility=hidden
202 # (else the interface class symbols will be hidden in a 64bit 200 # (else the interface class symbols will be hidden in a 64bit
203 # build). Only do this in a component build, so that the shipping 201 # build). Only do this in a component build, so that the shipping
204 # chrome binary doesn't end up with unnecessarily exported 202 # chrome binary doesn't end up with unnecessarily exported
205 # symbols. 203 # symbols.
206 configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] 204 configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
207 } 205 }
208 } 206 }
OLDNEW
« no previous file with comments | « no previous file | third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698