Chromium Code Reviews| 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 2164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2175 }], | 2175 }], |
| 2176 ['OS=="linux"', { | 2176 ['OS=="linux"', { |
| 2177 'dependencies': [ | 2177 'dependencies': [ |
| 2178 # Temporarily disabled while we figure some stuff out. | 2178 # Temporarily disabled while we figure some stuff out. |
| 2179 # http://code.google.com/p/chromium/issues/detail?id=12351 | 2179 # http://code.google.com/p/chromium/issues/detail?id=12351 |
| 2180 # '../build/linux/system.gyp:dbus-glib', | 2180 # '../build/linux/system.gyp:dbus-glib', |
| 2181 # '../build/linux/system.gyp:gnome-keyring', | 2181 # '../build/linux/system.gyp:gnome-keyring', |
| 2182 '../build/linux/system.gyp:gtk', | 2182 '../build/linux/system.gyp:gtk', |
| 2183 '../build/linux/system.gyp:nss', | 2183 '../build/linux/system.gyp:nss', |
| 2184 '../base/base.gyp:linux_versioninfo', | 2184 '../base/base.gyp:linux_versioninfo', |
| 2185 '../webkit/webkit.gyp:xul', # Not what it looks like! See | |
|
piman
2009/09/08 20:51:22
I don't know... what does it look like ? :)
I'd r
| |
| 2186 '../webkit/webkit.gyp:xpcom', # webkit.gyp for details. | |
| 2185 ], | 2187 ], |
| 2186 'sources!': [ | 2188 'sources!': [ |
| 2187 'browser/views/extensions/extension_shelf.cc', | 2189 'browser/views/extensions/extension_shelf.cc', |
| 2188 'browser/views/extensions/extension_shelf.h', | 2190 'browser/views/extensions/extension_shelf.h', |
| 2189 'browser/views/extensions/extension_view.cc', | 2191 'browser/views/extensions/extension_view.cc', |
| 2190 'browser/views/extensions/extension_view.h', | 2192 'browser/views/extensions/extension_view.h', |
| 2191 # Windows-specific files. | 2193 # Windows-specific files. |
| 2192 'browser/password_manager/password_store_win.cc', | 2194 'browser/password_manager/password_store_win.cc', |
| 2193 'browser/password_manager/password_store_win.h', | 2195 'browser/password_manager/password_store_win.h', |
| 2194 ], | 2196 ], |
| (...skipping 3729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5924 # Use outputs of this action as inputs for the main target build. | 5926 # Use outputs of this action as inputs for the main target build. |
| 5925 # Seems as a misnomer but makes this happy on Linux (scons). | 5927 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5926 'process_outputs_as_sources': 1, | 5928 'process_outputs_as_sources': 1, |
| 5927 }, | 5929 }, |
| 5928 ], # 'actions' | 5930 ], # 'actions' |
| 5929 }, | 5931 }, |
| 5930 ] | 5932 ] |
| 5931 }], | 5933 }], |
| 5932 ], # 'conditions' | 5934 ], # 'conditions' |
| 5933 } | 5935 } |
| OLD | NEW |