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 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 'browser/page_state.cc', | 1043 'browser/page_state.cc', |
1044 'browser/page_state.h', | 1044 'browser/page_state.h', |
1045 'browser/password_manager/encryptor_linux.cc', | 1045 'browser/password_manager/encryptor_linux.cc', |
1046 'browser/password_manager/encryptor_mac.mm', | 1046 'browser/password_manager/encryptor_mac.mm', |
1047 'browser/password_manager/encryptor_win.cc', | 1047 'browser/password_manager/encryptor_win.cc', |
1048 'browser/password_manager/encryptor.h', | 1048 'browser/password_manager/encryptor.h', |
1049 'browser/password_manager/ie7_password.cc', | 1049 'browser/password_manager/ie7_password.cc', |
1050 'browser/password_manager/ie7_password.h', | 1050 'browser/password_manager/ie7_password.h', |
1051 'browser/password_manager/password_form_manager.cc', | 1051 'browser/password_manager/password_form_manager.cc', |
1052 'browser/password_manager/password_form_manager.h', | 1052 'browser/password_manager/password_form_manager.h', |
1053 'browser/password_manager/password_form_manager_win.cc', | |
1054 'browser/password_manager/password_manager.cc', | 1053 'browser/password_manager/password_manager.cc', |
1055 'browser/password_manager/password_manager.h', | 1054 'browser/password_manager/password_manager.h', |
| 1055 'browser/password_manager/password_store.cc', |
| 1056 'browser/password_manager/password_store.h', |
| 1057 'browser/password_manager/password_store_default.cc', |
| 1058 'browser/password_manager/password_store_default.h', |
| 1059 'browser/password_manager/password_store_gnome.h', |
| 1060 'browser/password_manager/password_store_gnome.cc', |
| 1061 'browser/password_manager/password_store_kwallet.h', |
| 1062 'browser/password_manager/password_store_kwallet.cc', |
| 1063 'browser/password_manager/password_store_win.h', |
| 1064 'browser/password_manager/password_store_win.cc', |
1056 'browser/plugin_installer.cc', | 1065 'browser/plugin_installer.cc', |
1057 'browser/plugin_installer.h', | 1066 'browser/plugin_installer.h', |
1058 'browser/plugin_process_host.cc', | 1067 'browser/plugin_process_host.cc', |
1059 'browser/plugin_process_host.h', | 1068 'browser/plugin_process_host.h', |
1060 'browser/plugin_service.cc', | 1069 'browser/plugin_service.cc', |
1061 'browser/plugin_service.h', | 1070 'browser/plugin_service.h', |
1062 'browser/printing/page_number.cc', | 1071 'browser/printing/page_number.cc', |
1063 'browser/printing/page_number.h', | 1072 'browser/printing/page_number.h', |
1064 'browser/printing/page_overlays.cc', | 1073 'browser/printing/page_overlays.cc', |
1065 'browser/printing/page_overlays.h', | 1074 'browser/printing/page_overlays.h', |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1488 '<(SHARED_INTERMEDIATE_DIR)/chrome/grit/theme_resources_map.cc', | 1497 '<(SHARED_INTERMEDIATE_DIR)/chrome/grit/theme_resources_map.cc', |
1489 ], | 1498 ], |
1490 'conditions': [ | 1499 'conditions': [ |
1491 ['javascript_engine=="v8"', { | 1500 ['javascript_engine=="v8"', { |
1492 'defines': [ | 1501 'defines': [ |
1493 'CHROME_V8', | 1502 'CHROME_V8', |
1494 ], | 1503 ], |
1495 }], | 1504 }], |
1496 ['OS=="linux"', { | 1505 ['OS=="linux"', { |
1497 'dependencies': [ | 1506 'dependencies': [ |
| 1507 '../build/linux/system.gyp:dbus-glib', |
| 1508 '../build/linux/system.gyp:gnome-keyring', |
1498 '../build/linux/system.gyp:gtk', | 1509 '../build/linux/system.gyp:gtk', |
1499 ], | 1510 ], |
1500 'sources!': [ | 1511 'sources!': [ |
1501 # TODO(port): add this to the Linux build once a | 1512 # TODO(port): add this to the Linux build once a |
1502 # window_sizer_linux.cc is written | 1513 # window_sizer_linux.cc is written |
1503 'browser/window_sizer.cc', | 1514 'browser/window_sizer.cc', |
1504 'browser/debugger/debugger_shell_stubs.cc', | 1515 'browser/debugger/debugger_shell_stubs.cc', |
1505 # Windows-specific files. | 1516 # Windows-specific files. |
1506 'browser/download/download_exe.cc', | 1517 'browser/download/download_exe.cc', |
| 1518 'browser/password_manager/password_store_win.cc', |
| 1519 'browser/password_manager/password_store_win.h', |
1507 ], | 1520 ], |
1508 }], | 1521 }], |
1509 ['OS=="linux" and toolkit_views==0', { | 1522 ['OS=="linux" and toolkit_views==0', { |
1510 'sources!': [ | 1523 'sources!': [ |
1511 'browser/bookmarks/bookmark_drop_info.cc', | 1524 'browser/bookmarks/bookmark_drop_info.cc', |
1512 ], | 1525 ], |
1513 }], | 1526 }], |
1514 ['OS=="mac"', { | 1527 ['OS=="mac"', { |
1515 'sources/': [ | 1528 'sources/': [ |
1516 # Exclude most of download. | 1529 # Exclude most of download. |
1517 ['exclude', '^browser/download/'], | 1530 ['exclude', '^browser/download/'], |
1518 ['include', '^browser/download/download_(file|manager|shelf)\\.cc$']
, | 1531 ['include', '^browser/download/download_(file|manager|shelf)\\.cc$']
, |
1519 ['include', '^browser/download/download_request_manager\\.cc$'], | 1532 ['include', '^browser/download/download_request_manager\\.cc$'], |
1520 ['include', '^browser/download/download_item_model\\.cc$'], | 1533 ['include', '^browser/download/download_item_model\\.cc$'], |
1521 ['include', '^browser/download/save_(file(_manager)?|item|package)\\
.cc$'], | 1534 ['include', '^browser/download/save_(file(_manager)?|item|package)\\
.cc$'], |
1522 ], | 1535 ], |
1523 'sources!': [ | 1536 'sources!': [ |
1524 'browser/automation/automation_provider_list_generic.cc', | 1537 'browser/automation/automation_provider_list_generic.cc', |
1525 'browser/bookmarks/bookmark_context_menu.cc', | 1538 'browser/bookmarks/bookmark_context_menu.cc', |
1526 'browser/bookmarks/bookmark_drop_info.cc', | 1539 'browser/bookmarks/bookmark_drop_info.cc', |
1527 'browser/debugger/debugger_shell_stubs.cc', | 1540 'browser/debugger/debugger_shell_stubs.cc', |
| 1541 'browser/password_manager/password_store_gnome.h', |
| 1542 'browser/password_manager/password_store_gnome.cc', |
| 1543 'browser/password_manager/password_store_kwallet.h', |
| 1544 'browser/password_manager/password_store_kwallet.cc', |
| 1545 'browser/password_manager/password_store_win.cc', |
| 1546 'browser/password_manager/password_store_win.h', |
1528 ], | 1547 ], |
1529 'sources': [ | 1548 'sources': [ |
1530 # Build the necessary GTM sources | 1549 # Build the necessary GTM sources |
1531 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', | 1550 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', |
1532 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', | 1551 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', |
1533 '../third_party/GTM/AppKit/GTMTheme.m', | 1552 '../third_party/GTM/AppKit/GTMTheme.m', |
1534 # Build necessary Mozilla sources | 1553 # Build necessary Mozilla sources |
1535 '../third_party/mozilla/include/NSWorkspace+Utils.h', | 1554 '../third_party/mozilla/include/NSWorkspace+Utils.h', |
1536 '../third_party/mozilla/include/NSWorkspace+Utils.m', | 1555 '../third_party/mozilla/include/NSWorkspace+Utils.m', |
1537 ], | 1556 ], |
(...skipping 20 matching lines...) Expand all Loading... |
1558 'export_dependent_settings': [ | 1577 'export_dependent_settings': [ |
1559 'views', | 1578 'views', |
1560 ], | 1579 ], |
1561 'sources': [ | 1580 'sources': [ |
1562 # Using built-in rule in vstudio for midl. | 1581 # Using built-in rule in vstudio for midl. |
1563 'browser/history/history_indexer.idl', | 1582 'browser/history/history_indexer.idl', |
1564 ], | 1583 ], |
1565 'sources!': [ | 1584 'sources!': [ |
1566 'browser/debugger/debugger_shell_stubs.cc', | 1585 'browser/debugger/debugger_shell_stubs.cc', |
1567 'browser/history/history_publisher_none.cc', | 1586 'browser/history/history_publisher_none.cc', |
| 1587 'browser/password_manager/password_store_gnome.h', |
| 1588 'browser/password_manager/password_store_gnome.cc', |
| 1589 'browser/password_manager/password_store_kwallet.h', |
| 1590 'browser/password_manager/password_store_kwallet.cc', |
1568 ], | 1591 ], |
1569 'configurations': { | 1592 'configurations': { |
1570 'Debug': { | 1593 'Debug': { |
1571 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', | 1594 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
1572 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | 1595 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
1573 }, | 1596 }, |
1574 }, | 1597 }, |
1575 }, { # 'OS!="win" | 1598 }, { # 'OS!="win" |
1576 'sources/': [ | 1599 'sources/': [ |
1577 # Exclude all of hang_monitor. | 1600 # Exclude all of hang_monitor. |
(...skipping 1998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3576 # Use outputs of this action as inputs for the main target build. | 3599 # Use outputs of this action as inputs for the main target build. |
3577 # Seems as a misnomer but makes this happy on Linux (scons). | 3600 # Seems as a misnomer but makes this happy on Linux (scons). |
3578 'process_outputs_as_sources': 1, | 3601 'process_outputs_as_sources': 1, |
3579 }, | 3602 }, |
3580 ], # 'actions' | 3603 ], # 'actions' |
3581 }, | 3604 }, |
3582 ] | 3605 ] |
3583 }], | 3606 }], |
3584 ], # 'conditions' | 3607 ], # 'conditions' |
3585 } | 3608 } |
OLD | NEW |