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 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1086 'browser/page_state.cc', | 1086 'browser/page_state.cc', |
1087 'browser/page_state.h', | 1087 'browser/page_state.h', |
1088 'browser/password_manager/encryptor_linux.cc', | 1088 'browser/password_manager/encryptor_linux.cc', |
1089 'browser/password_manager/encryptor_mac.mm', | 1089 'browser/password_manager/encryptor_mac.mm', |
1090 'browser/password_manager/encryptor_win.cc', | 1090 'browser/password_manager/encryptor_win.cc', |
1091 'browser/password_manager/encryptor.h', | 1091 'browser/password_manager/encryptor.h', |
1092 'browser/password_manager/ie7_password.cc', | 1092 'browser/password_manager/ie7_password.cc', |
1093 'browser/password_manager/ie7_password.h', | 1093 'browser/password_manager/ie7_password.h', |
1094 'browser/password_manager/password_form_manager.cc', | 1094 'browser/password_manager/password_form_manager.cc', |
1095 'browser/password_manager/password_form_manager.h', | 1095 'browser/password_manager/password_form_manager.h', |
1096 'browser/password_manager/password_form_manager_win.cc', | |
1096 'browser/password_manager/password_manager.cc', | 1097 'browser/password_manager/password_manager.cc', |
1097 'browser/password_manager/password_manager.h', | 1098 'browser/password_manager/password_manager.h', |
1098 'browser/password_manager/password_store.cc', | |
1099 'browser/password_manager/password_store.h', | |
1100 'browser/password_manager/password_store_default.cc', | |
1101 'browser/password_manager/password_store_default.h', | |
1102 # Temporarily disabled while we figure some stuff out. | |
1103 # http://code.google.com/p/chromium/issues/detail?id=12351 | |
1104 # 'browser/password_manager/password_store_gnome.h', | |
1105 # 'browser/password_manager/password_store_gnome.cc', | |
1106 # 'browser/password_manager/password_store_kwallet.h', | |
1107 # 'browser/password_manager/password_store_kwallet.cc', | |
1108 'browser/password_manager/password_store_mac_internal.h', | |
1109 'browser/password_manager/password_store_mac.h', | |
1110 'browser/password_manager/password_store_mac.cc', | |
stuartmorgan
2009/05/26 22:54:03
There's a corresponding _unittest for this file th
| |
1111 'browser/password_manager/password_store_win.h', | |
1112 'browser/password_manager/password_store_win.cc', | |
1113 'browser/plugin_installer.cc', | 1099 'browser/plugin_installer.cc', |
1114 'browser/plugin_installer.h', | 1100 'browser/plugin_installer.h', |
1115 'browser/plugin_process_host.cc', | 1101 'browser/plugin_process_host.cc', |
1116 'browser/plugin_process_host.h', | 1102 'browser/plugin_process_host.h', |
1117 'browser/plugin_service.cc', | 1103 'browser/plugin_service.cc', |
1118 'browser/plugin_service.h', | 1104 'browser/plugin_service.h', |
1119 'browser/printing/page_number.cc', | 1105 'browser/printing/page_number.cc', |
1120 'browser/printing/page_number.h', | 1106 'browser/printing/page_number.h', |
1121 'browser/printing/page_overlays.cc', | 1107 'browser/printing/page_overlays.cc', |
1122 'browser/printing/page_overlays.h', | 1108 'browser/printing/page_overlays.h', |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1556 '<(SHARED_INTERMEDIATE_DIR)/chrome/grit/theme_resources_map.cc', | 1542 '<(SHARED_INTERMEDIATE_DIR)/chrome/grit/theme_resources_map.cc', |
1557 ], | 1543 ], |
1558 'conditions': [ | 1544 'conditions': [ |
1559 ['javascript_engine=="v8"', { | 1545 ['javascript_engine=="v8"', { |
1560 'defines': [ | 1546 'defines': [ |
1561 'CHROME_V8', | 1547 'CHROME_V8', |
1562 ], | 1548 ], |
1563 }], | 1549 }], |
1564 ['OS=="linux"', { | 1550 ['OS=="linux"', { |
1565 'dependencies': [ | 1551 'dependencies': [ |
1566 # Temporarily disabled while we figure some stuff out. | |
1567 # http://code.google.com/p/chromium/issues/detail?id=12351 | |
1568 # '../build/linux/system.gyp:dbus-glib', | |
1569 # '../build/linux/system.gyp:gnome-keyring', | |
1570 '../build/linux/system.gyp:gtk', | 1552 '../build/linux/system.gyp:gtk', |
1571 ], | 1553 ], |
1572 'sources!': [ | 1554 'sources!': [ |
1573 # TODO(port): add this to the Linux build once a | 1555 # TODO(port): add this to the Linux build once a |
1574 # window_sizer_linux.cc is written | 1556 # window_sizer_linux.cc is written |
1575 'browser/window_sizer.cc', | 1557 'browser/window_sizer.cc', |
1576 'browser/debugger/debugger_shell_stubs.cc', | 1558 'browser/debugger/debugger_shell_stubs.cc', |
1577 # Windows-specific files. | 1559 # Windows-specific files. |
1578 'browser/download/download_exe.cc', | 1560 'browser/download/download_exe.cc', |
1579 'browser/password_manager/password_store_win.cc', | |
1580 'browser/password_manager/password_store_win.h', | |
1581 ], | 1561 ], |
1582 'conditions': [ | 1562 'conditions': [ |
1583 ['linux_breakpad==1', { | 1563 ['linux_breakpad==1', { |
1584 'sources': [ | 1564 'sources': [ |
1585 'browser/renderer_host/render_crash_handler_host_linux.cc', | 1565 'browser/renderer_host/render_crash_handler_host_linux.cc', |
1586 ], | 1566 ], |
1587 }, { | 1567 }, { |
1588 'sources': [ | 1568 'sources': [ |
1589 'browser/renderer_host/render_crash_handler_host_linux_stub.cc', | 1569 'browser/renderer_host/render_crash_handler_host_linux_stub.cc', |
1590 ], | 1570 ], |
(...skipping 12 matching lines...) Expand all Loading... | |
1603 ['include', '^browser/download/download_(file|manager|shelf)\\.cc$'] , | 1583 ['include', '^browser/download/download_(file|manager|shelf)\\.cc$'] , |
1604 ['include', '^browser/download/download_request_manager\\.cc$'], | 1584 ['include', '^browser/download/download_request_manager\\.cc$'], |
1605 ['include', '^browser/download/download_item_model\\.cc$'], | 1585 ['include', '^browser/download/download_item_model\\.cc$'], |
1606 ['include', '^browser/download/save_(file(_manager)?|item|package)\\ .cc$'], | 1586 ['include', '^browser/download/save_(file(_manager)?|item|package)\\ .cc$'], |
1607 ], | 1587 ], |
1608 'sources!': [ | 1588 'sources!': [ |
1609 'browser/automation/automation_provider_list_generic.cc', | 1589 'browser/automation/automation_provider_list_generic.cc', |
1610 'browser/bookmarks/bookmark_context_menu.cc', | 1590 'browser/bookmarks/bookmark_context_menu.cc', |
1611 'browser/bookmarks/bookmark_drop_info.cc', | 1591 'browser/bookmarks/bookmark_drop_info.cc', |
1612 'browser/debugger/debugger_shell_stubs.cc', | 1592 'browser/debugger/debugger_shell_stubs.cc', |
1613 'browser/password_manager/password_store_gnome.h', | |
1614 'browser/password_manager/password_store_gnome.cc', | |
1615 'browser/password_manager/password_store_kwallet.h', | |
1616 'browser/password_manager/password_store_kwallet.cc', | |
1617 'browser/password_manager/password_store_win.cc', | |
1618 'browser/password_manager/password_store_win.h', | |
1619 ], | 1593 ], |
1620 'sources': [ | 1594 'sources': [ |
1621 # Build the necessary GTM sources | 1595 # Build the necessary GTM sources |
1622 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', | 1596 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', |
1623 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', | 1597 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', |
1624 '../third_party/GTM/AppKit/GTMTheme.m', | 1598 '../third_party/GTM/AppKit/GTMTheme.m', |
1625 '../third_party/GTM/AppKit/GTMUILocalizer.m', | 1599 '../third_party/GTM/AppKit/GTMUILocalizer.m', |
1626 # Build necessary Mozilla sources | 1600 # Build necessary Mozilla sources |
1627 '../third_party/mozilla/include/NSWorkspace+Utils.h', | 1601 '../third_party/mozilla/include/NSWorkspace+Utils.h', |
1628 '../third_party/mozilla/include/NSWorkspace+Utils.m', | 1602 '../third_party/mozilla/include/NSWorkspace+Utils.m', |
(...skipping 26 matching lines...) Expand all Loading... | |
1655 'export_dependent_settings': [ | 1629 'export_dependent_settings': [ |
1656 '../views/views.gyp:views', | 1630 '../views/views.gyp:views', |
1657 ], | 1631 ], |
1658 'sources': [ | 1632 'sources': [ |
1659 # Using built-in rule in vstudio for midl. | 1633 # Using built-in rule in vstudio for midl. |
1660 'browser/history/history_indexer.idl', | 1634 'browser/history/history_indexer.idl', |
1661 ], | 1635 ], |
1662 'sources!': [ | 1636 'sources!': [ |
1663 'browser/debugger/debugger_shell_stubs.cc', | 1637 'browser/debugger/debugger_shell_stubs.cc', |
1664 'browser/history/history_publisher_none.cc', | 1638 'browser/history/history_publisher_none.cc', |
1665 'browser/password_manager/password_store_gnome.h', | |
1666 'browser/password_manager/password_store_gnome.cc', | |
1667 'browser/password_manager/password_store_kwallet.h', | |
1668 'browser/password_manager/password_store_kwallet.cc', | |
1669 ], | 1639 ], |
1670 'configurations': { | 1640 'configurations': { |
1671 'Debug': { | 1641 'Debug': { |
1672 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', | 1642 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
1673 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | 1643 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
1674 }, | 1644 }, |
1675 }, | 1645 }, |
1676 }, { # 'OS!="win" | 1646 }, { # 'OS!="win" |
1677 'sources/': [ | 1647 'sources/': [ |
1678 # Exclude all of hang_monitor. | 1648 # Exclude all of hang_monitor. |
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3900 # Use outputs of this action as inputs for the main target build. | 3870 # Use outputs of this action as inputs for the main target build. |
3901 # Seems as a misnomer but makes this happy on Linux (scons). | 3871 # Seems as a misnomer but makes this happy on Linux (scons). |
3902 'process_outputs_as_sources': 1, | 3872 'process_outputs_as_sources': 1, |
3903 }, | 3873 }, |
3904 ], # 'actions' | 3874 ], # 'actions' |
3905 }, | 3875 }, |
3906 ] | 3876 ] |
3907 }], | 3877 }], |
3908 ], # 'conditions' | 3878 ], # 'conditions' |
3909 } | 3879 } |
OLD | NEW |