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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1066 'browser/password_manager/ie7_password.cc', | 1066 'browser/password_manager/ie7_password.cc', |
1067 'browser/password_manager/ie7_password.h', | 1067 'browser/password_manager/ie7_password.h', |
1068 'browser/password_manager/password_form_manager.cc', | 1068 'browser/password_manager/password_form_manager.cc', |
1069 'browser/password_manager/password_form_manager.h', | 1069 'browser/password_manager/password_form_manager.h', |
1070 'browser/password_manager/password_manager.cc', | 1070 'browser/password_manager/password_manager.cc', |
1071 'browser/password_manager/password_manager.h', | 1071 'browser/password_manager/password_manager.h', |
1072 'browser/password_manager/password_store.cc', | 1072 'browser/password_manager/password_store.cc', |
1073 'browser/password_manager/password_store.h', | 1073 'browser/password_manager/password_store.h', |
1074 'browser/password_manager/password_store_default.cc', | 1074 'browser/password_manager/password_store_default.cc', |
1075 'browser/password_manager/password_store_default.h', | 1075 'browser/password_manager/password_store_default.h', |
1076 'browser/password_manager/password_store_gnome.h', | 1076 # Temporarily disabled while we figure some stuff out. |
1077 'browser/password_manager/password_store_gnome.cc', | 1077 # http://code.google.com/p/chromium/issues/detail?id=12351 |
1078 'browser/password_manager/password_store_kwallet.h', | 1078 # 'browser/password_manager/password_store_gnome.h', |
1079 'browser/password_manager/password_store_kwallet.cc', | 1079 # 'browser/password_manager/password_store_gnome.cc', |
| 1080 # 'browser/password_manager/password_store_kwallet.h', |
| 1081 # 'browser/password_manager/password_store_kwallet.cc', |
1080 'browser/password_manager/password_store_win.h', | 1082 'browser/password_manager/password_store_win.h', |
1081 'browser/password_manager/password_store_win.cc', | 1083 'browser/password_manager/password_store_win.cc', |
1082 'browser/plugin_installer.cc', | 1084 'browser/plugin_installer.cc', |
1083 'browser/plugin_installer.h', | 1085 'browser/plugin_installer.h', |
1084 'browser/plugin_process_host.cc', | 1086 'browser/plugin_process_host.cc', |
1085 'browser/plugin_process_host.h', | 1087 'browser/plugin_process_host.h', |
1086 'browser/plugin_service.cc', | 1088 'browser/plugin_service.cc', |
1087 'browser/plugin_service.h', | 1089 'browser/plugin_service.h', |
1088 'browser/printing/page_number.cc', | 1090 'browser/printing/page_number.cc', |
1089 'browser/printing/page_number.h', | 1091 'browser/printing/page_number.h', |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1519 '<(SHARED_INTERMEDIATE_DIR)/chrome/grit/theme_resources_map.cc', | 1521 '<(SHARED_INTERMEDIATE_DIR)/chrome/grit/theme_resources_map.cc', |
1520 ], | 1522 ], |
1521 'conditions': [ | 1523 'conditions': [ |
1522 ['javascript_engine=="v8"', { | 1524 ['javascript_engine=="v8"', { |
1523 'defines': [ | 1525 'defines': [ |
1524 'CHROME_V8', | 1526 'CHROME_V8', |
1525 ], | 1527 ], |
1526 }], | 1528 }], |
1527 ['OS=="linux"', { | 1529 ['OS=="linux"', { |
1528 'dependencies': [ | 1530 'dependencies': [ |
1529 '../build/linux/system.gyp:dbus-glib', | 1531 # Temporarily disabled while we figure some stuff out. |
1530 '../build/linux/system.gyp:gnome-keyring', | 1532 # http://code.google.com/p/chromium/issues/detail?id=12351 |
| 1533 # '../build/linux/system.gyp:dbus-glib', |
| 1534 # '../build/linux/system.gyp:gnome-keyring', |
1531 '../build/linux/system.gyp:gtk', | 1535 '../build/linux/system.gyp:gtk', |
1532 ], | 1536 ], |
1533 'sources!': [ | 1537 'sources!': [ |
1534 # TODO(port): add this to the Linux build once a | 1538 # TODO(port): add this to the Linux build once a |
1535 # window_sizer_linux.cc is written | 1539 # window_sizer_linux.cc is written |
1536 'browser/window_sizer.cc', | 1540 'browser/window_sizer.cc', |
1537 'browser/debugger/debugger_shell_stubs.cc', | 1541 'browser/debugger/debugger_shell_stubs.cc', |
1538 # Windows-specific files. | 1542 # Windows-specific files. |
1539 'browser/download/download_exe.cc', | 1543 'browser/download/download_exe.cc', |
1540 'browser/password_manager/password_store_win.cc', | 1544 'browser/password_manager/password_store_win.cc', |
(...skipping 1965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3506 # Use outputs of this action as inputs for the main target build. | 3510 # Use outputs of this action as inputs for the main target build. |
3507 # Seems as a misnomer but makes this happy on Linux (scons). | 3511 # Seems as a misnomer but makes this happy on Linux (scons). |
3508 'process_outputs_as_sources': 1, | 3512 'process_outputs_as_sources': 1, |
3509 }, | 3513 }, |
3510 ], # 'actions' | 3514 ], # 'actions' |
3511 }, | 3515 }, |
3512 ] | 3516 ] |
3513 }], | 3517 }], |
3514 ], # 'conditions' | 3518 ], # 'conditions' |
3515 } | 3519 } |
OLD | NEW |