| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2259 'browser/password_manager/password_store_win.cc', | 2259 'browser/password_manager/password_store_win.cc', |
| 2260 'browser/password_manager/password_store_win.h', | 2260 'browser/password_manager/password_store_win.h', |
| 2261 'browser/views/extensions/extension_shelf.cc', | 2261 'browser/views/extensions/extension_shelf.cc', |
| 2262 'browser/views/extensions/extension_shelf.h', | 2262 'browser/views/extensions/extension_shelf.h', |
| 2263 'browser/views/extensions/extension_view.cc', | 2263 'browser/views/extensions/extension_view.cc', |
| 2264 'browser/views/extensions/extension_view.h', | 2264 'browser/views/extensions/extension_view.h', |
| 2265 ], | 2265 ], |
| 2266 'sources': [ | 2266 'sources': [ |
| 2267 'browser/net/ssl_config_service_manager_system.cc', | 2267 'browser/net/ssl_config_service_manager_system.cc', |
| 2268 # Build the necessary GTM sources | 2268 # Build the necessary GTM sources |
| 2269 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', |
| 2270 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', |
| 2269 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', | 2271 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', |
| 2270 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', | 2272 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', |
| 2271 '../third_party/GTM/AppKit/GTMTheme.m', | 2273 '../third_party/GTM/AppKit/GTMTheme.m', |
| 2272 '../third_party/GTM/AppKit/GTMUILocalizer.h', | 2274 '../third_party/GTM/AppKit/GTMUILocalizer.h', |
| 2273 '../third_party/GTM/AppKit/GTMUILocalizer.m', | 2275 '../third_party/GTM/AppKit/GTMUILocalizer.m', |
| 2274 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', | 2276 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', |
| 2275 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', | 2277 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', |
| 2276 '../third_party/GTM/AppKit/GTMWindowSheetController.m', | 2278 '../third_party/GTM/AppKit/GTMWindowSheetController.m', |
| 2279 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', |
| 2280 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', |
| 2277 # Build necessary Mozilla sources | 2281 # Build necessary Mozilla sources |
| 2278 '../third_party/mozilla/include/NSPasteboard+Utils.h', | 2282 '../third_party/mozilla/include/NSPasteboard+Utils.h', |
| 2279 '../third_party/mozilla/include/NSPasteboard+Utils.mm', | 2283 '../third_party/mozilla/include/NSPasteboard+Utils.mm', |
| 2280 '../third_party/mozilla/include/NSScreen+Utils.h', | 2284 '../third_party/mozilla/include/NSScreen+Utils.h', |
| 2281 '../third_party/mozilla/include/NSScreen+Utils.m', | 2285 '../third_party/mozilla/include/NSScreen+Utils.m', |
| 2282 '../third_party/mozilla/include/NSString+Utils.h', | 2286 '../third_party/mozilla/include/NSString+Utils.h', |
| 2283 '../third_party/mozilla/include/NSString+Utils.m', | 2287 '../third_party/mozilla/include/NSString+Utils.m', |
| 2284 '../third_party/mozilla/include/NSURL+Utils.h', | 2288 '../third_party/mozilla/include/NSURL+Utils.h', |
| 2285 '../third_party/mozilla/include/NSURL+Utils.m', | 2289 '../third_party/mozilla/include/NSURL+Utils.m', |
| 2286 '../third_party/mozilla/include/NSWorkspace+Utils.h', | 2290 '../third_party/mozilla/include/NSWorkspace+Utils.h', |
| 2287 '../third_party/mozilla/include/NSWorkspace+Utils.m', | 2291 '../third_party/mozilla/include/NSWorkspace+Utils.m', |
| 2288 ], | 2292 ], |
| 2289 'include_dirs': [ | 2293 'include_dirs': [ |
| 2290 '../third_party/GTM', | 2294 '../third_party/GTM', |
| 2291 '../third_party/GTM/AppKit', | 2295 '../third_party/GTM/AppKit', |
| 2296 '../third_party/GTM/Foundation', |
| 2292 ], | 2297 ], |
| 2293 'link_settings': { | 2298 'link_settings': { |
| 2294 'libraries': [ | 2299 'libraries': [ |
| 2295 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 2300 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
| 2296 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2301 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 2297 ], | 2302 ], |
| 2298 }, | 2303 }, |
| 2299 'actions': [ | 2304 'actions': [ |
| 2300 { | 2305 { |
| 2301 # This action is used to extract the localization data from xib | 2306 # This action is used to extract the localization data from xib |
| (...skipping 3605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5907 # Use outputs of this action as inputs for the main target build. | 5912 # Use outputs of this action as inputs for the main target build. |
| 5908 # Seems as a misnomer but makes this happy on Linux (scons). | 5913 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5909 'process_outputs_as_sources': 1, | 5914 'process_outputs_as_sources': 1, |
| 5910 }, | 5915 }, |
| 5911 ], # 'actions' | 5916 ], # 'actions' |
| 5912 }, | 5917 }, |
| 5913 ] | 5918 ] |
| 5914 }], | 5919 }], |
| 5915 ], # 'conditions' | 5920 ], # 'conditions' |
| 5916 } | 5921 } |
| OLD | NEW |