| 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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 1835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1846 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', | 1846 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', |
| 1847 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', | 1847 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', |
| 1848 '../third_party/GTM/AppKit/GTMTheme.m', | 1848 '../third_party/GTM/AppKit/GTMTheme.m', |
| 1849 '../third_party/GTM/AppKit/GTMUILocalizer.h', | 1849 '../third_party/GTM/AppKit/GTMUILocalizer.h', |
| 1850 '../third_party/GTM/AppKit/GTMUILocalizer.m', | 1850 '../third_party/GTM/AppKit/GTMUILocalizer.m', |
| 1851 # Build necessary Mozilla sources | 1851 # Build necessary Mozilla sources |
| 1852 '../third_party/mozilla/include/NSScreen+Utils.h', | 1852 '../third_party/mozilla/include/NSScreen+Utils.h', |
| 1853 '../third_party/mozilla/include/NSScreen+Utils.m', | 1853 '../third_party/mozilla/include/NSScreen+Utils.m', |
| 1854 '../third_party/mozilla/include/NSWorkspace+Utils.h', | 1854 '../third_party/mozilla/include/NSWorkspace+Utils.h', |
| 1855 '../third_party/mozilla/include/NSWorkspace+Utils.m', | 1855 '../third_party/mozilla/include/NSWorkspace+Utils.m', |
| 1856 '../third_party/mozilla/include/ToolTip.h', | |
| 1857 '../third_party/mozilla/include/ToolTip.mm', | |
| 1858 ], | 1856 ], |
| 1859 'include_dirs': [ | 1857 'include_dirs': [ |
| 1860 '../third_party/GTM', | 1858 '../third_party/GTM', |
| 1861 '../third_party/GTM/AppKit', | 1859 '../third_party/GTM/AppKit', |
| 1862 ], | 1860 ], |
| 1863 'link_settings': { | 1861 'link_settings': { |
| 1864 'libraries': [ | 1862 'libraries': [ |
| 1865 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 1863 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
| 1866 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 1864 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 1867 ], | 1865 ], |
| (...skipping 3005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4873 # Use outputs of this action as inputs for the main target build. | 4871 # Use outputs of this action as inputs for the main target build. |
| 4874 # Seems as a misnomer but makes this happy on Linux (scons). | 4872 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4875 'process_outputs_as_sources': 1, | 4873 'process_outputs_as_sources': 1, |
| 4876 }, | 4874 }, |
| 4877 ], # 'actions' | 4875 ], # 'actions' |
| 4878 }, | 4876 }, |
| 4879 ] | 4877 ] |
| 4880 }], | 4878 }], |
| 4881 ], # 'conditions' | 4879 ], # 'conditions' |
| 4882 } | 4880 } |
| OLD | NEW |