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 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1637 'CHROME_V8', | 1637 'CHROME_V8', |
1638 ], | 1638 ], |
1639 }], | 1639 }], |
1640 ['OS=="linux"', { | 1640 ['OS=="linux"', { |
1641 'dependencies': [ | 1641 'dependencies': [ |
1642 # Temporarily disabled while we figure some stuff out. | 1642 # Temporarily disabled while we figure some stuff out. |
1643 # http://code.google.com/p/chromium/issues/detail?id=12351 | 1643 # http://code.google.com/p/chromium/issues/detail?id=12351 |
1644 # '../build/linux/system.gyp:dbus-glib', | 1644 # '../build/linux/system.gyp:dbus-glib', |
1645 # '../build/linux/system.gyp:gnome-keyring', | 1645 # '../build/linux/system.gyp:gnome-keyring', |
1646 '../build/linux/system.gyp:gtk', | 1646 '../build/linux/system.gyp:gtk', |
| 1647 '../build/linux/system.gyp:nss', |
1647 ], | 1648 ], |
1648 'sources!': [ | 1649 'sources!': [ |
1649 'browser/extensions/extension_shelf.cc', | 1650 'browser/extensions/extension_shelf.cc', |
1650 'browser/extensions/extension_shelf.h', | 1651 'browser/extensions/extension_shelf.h', |
1651 'browser/extensions/extension_view.cc', | 1652 'browser/extensions/extension_view.cc', |
1652 'browser/extensions/extension_view.h', | 1653 'browser/extensions/extension_view.h', |
1653 # Windows-specific files. | 1654 # Windows-specific files. |
1654 'browser/password_manager/password_store_win.cc', | 1655 'browser/password_manager/password_store_win.cc', |
1655 'browser/password_manager/password_store_win.h', | 1656 'browser/password_manager/password_store_win.h', |
1656 ], | 1657 ], |
(...skipping 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4611 # Use outputs of this action as inputs for the main target build. | 4612 # Use outputs of this action as inputs for the main target build. |
4612 # Seems as a misnomer but makes this happy on Linux (scons). | 4613 # Seems as a misnomer but makes this happy on Linux (scons). |
4613 'process_outputs_as_sources': 1, | 4614 'process_outputs_as_sources': 1, |
4614 }, | 4615 }, |
4615 ], # 'actions' | 4616 ], # 'actions' |
4616 }, | 4617 }, |
4617 ] | 4618 ] |
4618 }], | 4619 }], |
4619 ], # 'conditions' | 4620 ], # 'conditions' |
4620 } | 4621 } |
OLD | NEW |