Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Side by Side Diff: webkit/webkit.gyp

Issue 165278: Roll WebKit to 47010 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/tools/webcore_unit_tests/GKURL_unittest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=0', 10 'ENABLE_DATAGRID=0',
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1524 'glue/devtools/js/devtools.js', 1524 'glue/devtools/js/devtools.js',
1525 'glue/devtools/js/devtools_callback.js', 1525 'glue/devtools/js/devtools_callback.js',
1526 'glue/devtools/js/devtools_host_stub.js', 1526 'glue/devtools/js/devtools_host_stub.js',
1527 'glue/devtools/js/dom_agent.js', 1527 'glue/devtools/js/dom_agent.js',
1528 'glue/devtools/js/heap_profiler_panel.js', 1528 'glue/devtools/js/heap_profiler_panel.js',
1529 'glue/devtools/js/inject.js', 1529 'glue/devtools/js/inject.js',
1530 'glue/devtools/js/inspector_controller.js', 1530 'glue/devtools/js/inspector_controller.js',
1531 'glue/devtools/js/inspector_controller_impl.js', 1531 'glue/devtools/js/inspector_controller_impl.js',
1532 'glue/devtools/js/profiler_processor.js', 1532 'glue/devtools/js/profiler_processor.js',
1533 'glue/devtools/js/tests.js', 1533 'glue/devtools/js/tests.js',
1534 '../third_party/WebKit/WebCore/inspector/front-end/BottomUpProfileDa taGridTree.js', 1534
1535 '../third_party/WebKit/WebCore/inspector/front-end/Breakpoint.js', 1535 » '<@(webinspector_files)',
1536 '../third_party/WebKit/WebCore/inspector/front-end/BreakpointsSideba rPane.js', 1536
1537 '../third_party/WebKit/WebCore/inspector/front-end/Callback.js',
1538 '../third_party/WebKit/WebCore/inspector/front-end/CallStackSidebarP ane.js',
1539 '../third_party/WebKit/WebCore/inspector/front-end/Color.js',
1540 '../third_party/WebKit/WebCore/inspector/front-end/ConsoleView.js',
1541 '../third_party/WebKit/WebCore/inspector/front-end/ChangesView.js',
1542 '../third_party/WebKit/WebCore/inspector/front-end/Database.js',
1543 '../third_party/WebKit/WebCore/inspector/front-end/DatabaseQueryView .js',
1544 '../third_party/WebKit/WebCore/inspector/front-end/DatabasesPanel.js ',
1545 '../third_party/WebKit/WebCore/inspector/front-end/DatabaseTableView .js',
1546 '../third_party/WebKit/WebCore/inspector/front-end/DataGrid.js',
1547 '../third_party/WebKit/WebCore/inspector/front-end/DOMAgent.js',
1548 '../third_party/WebKit/WebCore/inspector/front-end/Drawer.js',
1549 '../third_party/WebKit/WebCore/inspector/front-end/ElementsPanel.js' ,
1550 '../third_party/WebKit/WebCore/inspector/front-end/ElementsTreeOutli ne.js',
1551 '../third_party/WebKit/WebCore/inspector/front-end/FontView.js',
1552 '../third_party/WebKit/WebCore/inspector/front-end/ImageView.js',
1553 '../third_party/WebKit/WebCore/inspector/front-end/inspector.css',
1554 '../third_party/WebKit/WebCore/inspector/front-end/inspector.html',
1555 '../third_party/WebKit/WebCore/inspector/front-end/inspector.js',
1556 '../third_party/WebKit/WebCore/inspector/front-end/KeyboardShortcut. js',
1557 '../third_party/WebKit/WebCore/inspector/front-end/MetricsSidebarPan e.js',
1558 '../third_party/WebKit/WebCore/inspector/front-end/Object.js',
1559 '../third_party/WebKit/WebCore/inspector/front-end/ObjectPropertiesS ection.js',
1560 '../third_party/WebKit/WebCore/inspector/front-end/ObjectProxy.js',
1561 '../third_party/WebKit/WebCore/inspector/front-end/Panel.js',
1562 '../third_party/WebKit/WebCore/inspector/front-end/PanelEnablerView. js',
1563 '../third_party/WebKit/WebCore/inspector/front-end/Placard.js',
1564 '../third_party/WebKit/WebCore/inspector/front-end/ProfilesPanel.js' ,
1565 '../third_party/WebKit/WebCore/inspector/front-end/ProfileDataGridTr ee.js',
1566 '../third_party/WebKit/WebCore/inspector/front-end/ProfileView.js',
1567 '../third_party/WebKit/WebCore/inspector/front-end/PropertiesSection .js',
1568 '../third_party/WebKit/WebCore/inspector/front-end/PropertiesSidebar Pane.js',
1569 '../third_party/WebKit/WebCore/inspector/front-end/Resource.js',
1570 '../third_party/WebKit/WebCore/inspector/front-end/ResourceCategory. js',
1571 '../third_party/WebKit/WebCore/inspector/front-end/ResourcesPanel.js ',
1572 '../third_party/WebKit/WebCore/inspector/front-end/ResourceView.js',
1573 '../third_party/WebKit/WebCore/inspector/front-end/ScopeChainSidebar Pane.js',
1574 '../third_party/WebKit/WebCore/inspector/front-end/Script.js',
1575 '../third_party/WebKit/WebCore/inspector/front-end/ScriptsPanel.js',
1576 '../third_party/WebKit/WebCore/inspector/front-end/ScriptView.js',
1577 '../third_party/WebKit/WebCore/inspector/front-end/SidebarPane.js',
1578 '../third_party/WebKit/WebCore/inspector/front-end/SidebarTreeElemen t.js',
1579 '../third_party/WebKit/WebCore/inspector/front-end/SourceFrame.js',
1580 '../third_party/WebKit/WebCore/inspector/front-end/SourceView.js',
1581 '../third_party/WebKit/WebCore/inspector/front-end/StylesSidebarPane .js',
1582 '../third_party/WebKit/WebCore/inspector/front-end/TextPrompt.js',
1583 '../third_party/WebKit/WebCore/inspector/front-end/TopDownProfileDat aGridTree.js',
1584 '../third_party/WebKit/WebCore/inspector/front-end/treeoutline.js',
1585 '../third_party/WebKit/WebCore/inspector/front-end/utilities.js',
1586 '../third_party/WebKit/WebCore/inspector/front-end/View.js',
1587 '../v8/tools/codemap.js', 1537 '../v8/tools/codemap.js',
1588 '../v8/tools/consarray.js', 1538 '../v8/tools/consarray.js',
1589 '../v8/tools/csvparser.js', 1539 '../v8/tools/csvparser.js',
1590 '../v8/tools/logreader.js', 1540 '../v8/tools/logreader.js',
1591 '../v8/tools/profile.js', 1541 '../v8/tools/profile.js',
1592 '../v8/tools/profile_view.js', 1542 '../v8/tools/profile_view.js',
1593 '../v8/tools/splaytree.js', 1543 '../v8/tools/splaytree.js',
1594 ], 1544 ],
1595 }, 1545 },
1596 { 1546 {
1597 'destination': '<(PRODUCT_DIR)/resources/inspector/Images', 1547 'destination': '<(PRODUCT_DIR)/resources/inspector/Images',
1598 'files': [ 1548 'files': [
1599 '../third_party/WebKit/WebCore/inspector/front-end/Images/back.png', 1549
1600 '../third_party/WebKit/WebCore/inspector/front-end/Images/checker.pn g', 1550 '<@(webinspector_image_files)',
1601 '../third_party/WebKit/WebCore/inspector/front-end/Images/clearConso leButtons.png', 1551
1602 '../third_party/WebKit/WebCore/inspector/front-end/Images/closeButto ns.png',
1603 '../third_party/WebKit/WebCore/inspector/front-end/Images/consoleBut tons.png',
1604 '../third_party/WebKit/WebCore/inspector/front-end/Images/database.p ng',
1605 '../third_party/WebKit/WebCore/inspector/front-end/Images/databasesI con.png',
1606 '../third_party/WebKit/WebCore/inspector/front-end/Images/databaseTa ble.png',
1607 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerCo ntinue.png',
1608 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerPa use.png',
1609 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerSt epInto.png',
1610 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerSt epOut.png',
1611 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerSt epOver.png',
1612 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallDown.png',
1613 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallDownBlack.png',
1614 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallDownWhite.png',
1615 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRight.png',
1616 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightBlack.png',
1617 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightDown.png',
1618 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightDownBlack.png',
1619 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightDownWhite.png',
1620 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightWhite.png',
1621 '../third_party/WebKit/WebCore/inspector/front-end/Images/dockButton s.png',
1622 '../third_party/WebKit/WebCore/inspector/front-end/Images/elementsIc on.png',
1623 '../third_party/WebKit/WebCore/inspector/front-end/Images/enableButt ons.png',
1624 '../third_party/WebKit/WebCore/inspector/front-end/Images/errorIcon. png',
1625 '../third_party/WebKit/WebCore/inspector/front-end/Images/errorMediu mIcon.png',
1626 '../third_party/WebKit/WebCore/inspector/front-end/Images/excludeBut tons.png',
1627 '../third_party/WebKit/WebCore/inspector/front-end/Images/focusButto ns.png',
1628 '../third_party/WebKit/WebCore/inspector/front-end/Images/forward.pn g',
1629 '../third_party/WebKit/WebCore/inspector/front-end/Images/glossyHead er.png',
1630 '../third_party/WebKit/WebCore/inspector/front-end/Images/glossyHead erPressed.png',
1631 '../third_party/WebKit/WebCore/inspector/front-end/Images/glossyHead erSelected.png',
1632 '../third_party/WebKit/WebCore/inspector/front-end/Images/glossyHead erSelectedPressed.png',
1633 '../third_party/WebKit/WebCore/inspector/front-end/Images/goArrow.pn g',
1634 '../third_party/WebKit/WebCore/inspector/front-end/Images/graphLabel CalloutLeft.png',
1635 '../third_party/WebKit/WebCore/inspector/front-end/Images/graphLabel CalloutRight.png',
1636 '../third_party/WebKit/WebCore/inspector/front-end/Images/largerReso urcesButtons.png',
1637 '../third_party/WebKit/WebCore/inspector/front-end/Images/nodeSearch Buttons.png',
1638 '../third_party/WebKit/WebCore/inspector/front-end/Images/paneBottom Grow.png',
1639 '../third_party/WebKit/WebCore/inspector/front-end/Images/paneBottom GrowActive.png',
1640 '../third_party/WebKit/WebCore/inspector/front-end/Images/paneGrowHa ndleLine.png',
1641 '../third_party/WebKit/WebCore/inspector/front-end/Images/pauseOnExc eptionButtons.png',
1642 '../third_party/WebKit/WebCore/inspector/front-end/Images/percentBut tons.png',
1643 '../third_party/WebKit/WebCore/inspector/front-end/Images/profileGro upIcon.png',
1644 '../third_party/WebKit/WebCore/inspector/front-end/Images/profileIco n.png',
1645 '../third_party/WebKit/WebCore/inspector/front-end/Images/profilesIc on.png',
1646 '../third_party/WebKit/WebCore/inspector/front-end/Images/profileSma llIcon.png',
1647 '../third_party/WebKit/WebCore/inspector/front-end/Images/profilesSi lhouette.png',
1648 '../third_party/WebKit/WebCore/inspector/front-end/Images/radioDot.p ng',
1649 '../third_party/WebKit/WebCore/inspector/front-end/Images/recordButt ons.png',
1650 '../third_party/WebKit/WebCore/inspector/front-end/Images/reloadButt ons.png',
1651 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourceCS SIcon.png',
1652 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourceDo cumentIcon.png',
1653 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourceDo cumentIconSmall.png',
1654 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourceJS Icon.png',
1655 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcePl ainIcon.png',
1656 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcePl ainIconSmall.png',
1657 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcesI con.png',
1658 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcesS ilhouette.png',
1659 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcesS izeGraphIcon.png',
1660 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcesT imeGraphIcon.png',
1661 '../third_party/WebKit/WebCore/inspector/front-end/Images/scriptsIco n.png',
1662 '../third_party/WebKit/WebCore/inspector/front-end/Images/scriptsSil houette.png',
1663 '../third_party/WebKit/WebCore/inspector/front-end/Images/searchSmal lBlue.png',
1664 '../third_party/WebKit/WebCore/inspector/front-end/Images/searchSmal lBrightBlue.png',
1665 '../third_party/WebKit/WebCore/inspector/front-end/Images/searchSmal lGray.png',
1666 '../third_party/WebKit/WebCore/inspector/front-end/Images/searchSmal lWhite.png',
1667 '../third_party/WebKit/WebCore/inspector/front-end/Images/segment.pn g',
1668 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentEnd .png',
1669 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentHov er.png',
1670 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentHov erEnd.png',
1671 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentSel ected.png',
1672 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentSel ectedEnd.png',
1673 '../third_party/WebKit/WebCore/inspector/front-end/Images/splitviewD imple.png',
1674 '../third_party/WebKit/WebCore/inspector/front-end/Images/splitviewD ividerBackground.png',
1675 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarB ackground.png',
1676 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarB ottomBackground.png',
1677 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarB uttons.png',
1678 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarM enuButton.png',
1679 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarM enuButtonSelected.png',
1680 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarR esizerHorizontal.png',
1681 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarR esizerVertical.png',
1682 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillBlue.png',
1683 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillGray.png',
1684 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillGreen.png',
1685 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillOrange.png',
1686 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillPurple.png',
1687 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillRed.png',
1688 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillYellow.png',
1689 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llBlue.png',
1690 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llGray.png',
1691 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llGreen.png',
1692 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llOrange.png',
1693 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llPurple.png',
1694 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llRed.png',
1695 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llYellow.png',
1696 '../third_party/WebKit/WebCore/inspector/front-end/Images/tipBalloon .png',
1697 '../third_party/WebKit/WebCore/inspector/front-end/Images/tipBalloon Bottom.png',
1698 '../third_party/WebKit/WebCore/inspector/front-end/Images/tipIcon.pn g',
1699 '../third_party/WebKit/WebCore/inspector/front-end/Images/tipIconPre ssed.png',
1700 '../third_party/WebKit/WebCore/inspector/front-end/Images/toolbarIte mSelected.png',
1701 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeDownTr iangleBlack.png',
1702 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeDownTr iangleWhite.png',
1703 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeRightT riangleBlack.png',
1704 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeRightT riangleWhite.png',
1705 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeUpTria ngleBlack.png',
1706 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeUpTria ngleWhite.png',
1707 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputI con.png',
1708 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1709 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1710 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1711 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1712 ], 1552 ],
1713 }, 1553 },
1714 ], 1554 ],
1715 }, 1555 },
1716 ], 1556 ],
1717 } 1557 }
OLDNEW
« no previous file with comments | « webkit/tools/webcore_unit_tests/GKURL_unittest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698