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

Side by Side Diff: webkit/webkit.gyp

Issue 100216: Copy web inspector files into the output dir. Should now work in (Closed)
Patch Set: deps Created 11 years, 7 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
« no previous file with comments | « webkit/tools/test_shell/test_shell.gyp ('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_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 4553 matching lines...) Expand 10 before | Expand all | Expand 10 after
4564 'dependencies': [ 4564 'dependencies': [
4565 'activex_shim/activex_shim.gyp:activex_shim', 4565 'activex_shim/activex_shim.gyp:activex_shim',
4566 'default_plugin/default_plugin.gyp:default_plugin', 4566 'default_plugin/default_plugin.gyp:default_plugin',
4567 ], 4567 ],
4568 'sources!': [ 4568 'sources!': [
4569 'glue/plugins/plugin_stubs.cc', 4569 'glue/plugins/plugin_stubs.cc',
4570 ], 4570 ],
4571 }], 4571 }],
4572 ], 4572 ],
4573 }, 4573 },
4574 {
4575 'target_name': 'inspector_resources',
4576 'type': 'none',
4577 'copies': [
4578 {
4579 'destination': '<(PRODUCT_DIR)/resources/inspector',
4580 'files': [
4581 'inspector/debugger.css',
4582 'inspector/debugger.html',
4583 'inspector/DebuggerConsole.js',
4584 'inspector/DebuggerIPC.js',
4585 'inspector/DebuggerPanel.js',
4586 'inspector/DebuggerShell.js',
4587 '../third_party/WebKit/WebCore/inspector/front-end/Breakpoint.js',
4588 '../third_party/WebKit/WebCore/inspector/front-end/BreakpointsSideba rPane.js',
4589 '../third_party/WebKit/WebCore/inspector/front-end/CallStackSidebarP ane.js',
4590 '../third_party/WebKit/WebCore/inspector/front-end/Console.js',
4591 '../third_party/WebKit/WebCore/inspector/front-end/Database.js',
4592 '../third_party/WebKit/WebCore/inspector/front-end/DatabaseQueryView .js',
4593 '../third_party/WebKit/WebCore/inspector/front-end/DatabasesPanel.js ',
4594 '../third_party/WebKit/WebCore/inspector/front-end/DatabaseTableView .js',
4595 '../third_party/WebKit/WebCore/inspector/front-end/DataGrid.js',
4596 '../third_party/WebKit/WebCore/inspector/front-end/ElementsPanel.js' ,
4597 '../third_party/WebKit/WebCore/inspector/front-end/ElementsTreeOutli ne.js',
4598 '../third_party/WebKit/WebCore/inspector/front-end/FontView.js',
4599 '../third_party/WebKit/WebCore/inspector/front-end/ImageView.js',
4600 '../third_party/WebKit/WebCore/inspector/front-end/inspector.css',
4601 '../third_party/WebKit/WebCore/inspector/front-end/inspector.html',
4602 '../third_party/WebKit/WebCore/inspector/front-end/inspector.js',
4603 '../third_party/WebKit/WebCore/inspector/front-end/MetricsSidebarPan e.js',
4604 '../third_party/WebKit/WebCore/inspector/front-end/Object.js',
4605 '../third_party/WebKit/WebCore/inspector/front-end/ObjectPropertiesS ection.js',
4606 '../third_party/WebKit/WebCore/inspector/front-end/Panel.js',
4607 '../third_party/WebKit/WebCore/inspector/front-end/PanelEnablerView. js',
4608 '../third_party/WebKit/WebCore/inspector/front-end/Placard.js',
4609 '../third_party/WebKit/WebCore/inspector/front-end/ProfilesPanel.js' ,
4610 '../third_party/WebKit/WebCore/inspector/front-end/ProfileView.js',
4611 '../third_party/WebKit/WebCore/inspector/front-end/PropertiesSection .js',
4612 '../third_party/WebKit/WebCore/inspector/front-end/PropertiesSidebar Pane.js',
4613 '../third_party/WebKit/WebCore/inspector/front-end/Resource.js',
4614 '../third_party/WebKit/WebCore/inspector/front-end/ResourceCategory. js',
4615 '../third_party/WebKit/WebCore/inspector/front-end/ResourcesPanel.js ',
4616 '../third_party/WebKit/WebCore/inspector/front-end/ResourceView.js',
4617 '../third_party/WebKit/WebCore/inspector/front-end/ScopeChainSidebar Pane.js',
4618 '../third_party/WebKit/WebCore/inspector/front-end/Script.js',
4619 '../third_party/WebKit/WebCore/inspector/front-end/ScriptsPanel.js',
4620 '../third_party/WebKit/WebCore/inspector/front-end/ScriptView.js',
4621 '../third_party/WebKit/WebCore/inspector/front-end/SidebarPane.js',
4622 '../third_party/WebKit/WebCore/inspector/front-end/SidebarTreeElemen t.js',
4623 '../third_party/WebKit/WebCore/inspector/front-end/SourceFrame.js',
4624 '../third_party/WebKit/WebCore/inspector/front-end/SourceView.js',
4625 '../third_party/WebKit/WebCore/inspector/front-end/StylesSidebarPane .js',
4626 '../third_party/WebKit/WebCore/inspector/front-end/TextPrompt.js',
4627 '../third_party/WebKit/WebCore/inspector/front-end/treeoutline.js',
4628 '../third_party/WebKit/WebCore/inspector/front-end/utilities.js',
4629 '../third_party/WebKit/WebCore/inspector/front-end/View.js',
4630 ],
4631 },
4632 {
4633 'destination': '<(PRODUCT_DIR)/resources/inspector/Images',
4634 'files': [
4635 '../third_party/WebKit/WebCore/inspector/front-end/Images/back.png',
4636 '../third_party/WebKit/WebCore/inspector/front-end/Images/checker.pn g',
4637 '../third_party/WebKit/WebCore/inspector/front-end/Images/clearConso leButtons.png',
4638 '../third_party/WebKit/WebCore/inspector/front-end/Images/closeButto ns.png',
4639 '../third_party/WebKit/WebCore/inspector/front-end/Images/consoleBut tons.png',
4640 '../third_party/WebKit/WebCore/inspector/front-end/Images/database.p ng',
4641 '../third_party/WebKit/WebCore/inspector/front-end/Images/databasesI con.png',
4642 '../third_party/WebKit/WebCore/inspector/front-end/Images/databaseTa ble.png',
4643 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerCo ntinue.png',
4644 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerPa use.png',
4645 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerSt epInto.png',
4646 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerSt epOut.png',
4647 '../third_party/WebKit/WebCore/inspector/front-end/Images/debuggerSt epOver.png',
4648 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallDown.png',
4649 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallDownBlack.png',
4650 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallDownWhite.png',
4651 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRight.png',
4652 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightBlack.png',
4653 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightDown.png',
4654 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightDownBlack.png',
4655 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightDownWhite.png',
4656 '../third_party/WebKit/WebCore/inspector/front-end/Images/disclosure TriangleSmallRightWhite.png',
4657 '../third_party/WebKit/WebCore/inspector/front-end/Images/dockButton s.png',
4658 '../third_party/WebKit/WebCore/inspector/front-end/Images/elementsIc on.png',
4659 '../third_party/WebKit/WebCore/inspector/front-end/Images/enableButt ons.png',
4660 '../third_party/WebKit/WebCore/inspector/front-end/Images/errorIcon. png',
4661 '../third_party/WebKit/WebCore/inspector/front-end/Images/errorMediu mIcon.png',
4662 '../third_party/WebKit/WebCore/inspector/front-end/Images/excludeBut tons.png',
4663 '../third_party/WebKit/WebCore/inspector/front-end/Images/focusButto ns.png',
4664 '../third_party/WebKit/WebCore/inspector/front-end/Images/forward.pn g',
4665 '../third_party/WebKit/WebCore/inspector/front-end/Images/glossyHead er.png',
4666 '../third_party/WebKit/WebCore/inspector/front-end/Images/glossyHead erPressed.png',
4667 '../third_party/WebKit/WebCore/inspector/front-end/Images/glossyHead erSelected.png',
4668 '../third_party/WebKit/WebCore/inspector/front-end/Images/glossyHead erSelectedPressed.png',
4669 '../third_party/WebKit/WebCore/inspector/front-end/Images/goArrow.pn g',
4670 '../third_party/WebKit/WebCore/inspector/front-end/Images/graphLabel CalloutLeft.png',
4671 '../third_party/WebKit/WebCore/inspector/front-end/Images/graphLabel CalloutRight.png',
4672 '../third_party/WebKit/WebCore/inspector/front-end/Images/largerReso urcesButtons.png',
4673 '../third_party/WebKit/WebCore/inspector/front-end/Images/nodeSearch Buttons.png',
4674 '../third_party/WebKit/WebCore/inspector/front-end/Images/paneBottom Grow.png',
4675 '../third_party/WebKit/WebCore/inspector/front-end/Images/paneBottom GrowActive.png',
4676 '../third_party/WebKit/WebCore/inspector/front-end/Images/paneGrowHa ndleLine.png',
4677 '../third_party/WebKit/WebCore/inspector/front-end/Images/pauseOnExc eptionButtons.png',
4678 '../third_party/WebKit/WebCore/inspector/front-end/Images/percentBut tons.png',
4679 '../third_party/WebKit/WebCore/inspector/front-end/Images/profileGro upIcon.png',
4680 '../third_party/WebKit/WebCore/inspector/front-end/Images/profileIco n.png',
4681 '../third_party/WebKit/WebCore/inspector/front-end/Images/profilesIc on.png',
4682 '../third_party/WebKit/WebCore/inspector/front-end/Images/profileSma llIcon.png',
4683 '../third_party/WebKit/WebCore/inspector/front-end/Images/profilesSi lhouette.png',
4684 '../third_party/WebKit/WebCore/inspector/front-end/Images/recordButt ons.png',
4685 '../third_party/WebKit/WebCore/inspector/front-end/Images/reloadButt ons.png',
4686 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourceCS SIcon.png',
4687 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourceDo cumentIcon.png',
4688 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourceDo cumentIconSmall.png',
4689 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourceJS Icon.png',
4690 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcePl ainIcon.png',
4691 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcePl ainIconSmall.png',
4692 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcesI con.png',
4693 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcesS izeGraphIcon.png',
4694 '../third_party/WebKit/WebCore/inspector/front-end/Images/resourcesT imeGraphIcon.png',
4695 '../third_party/WebKit/WebCore/inspector/front-end/Images/scriptsIco n.png',
4696 '../third_party/WebKit/WebCore/inspector/front-end/Images/scriptsSil houette.png',
4697 '../third_party/WebKit/WebCore/inspector/front-end/Images/searchSmal lBlue.png',
4698 '../third_party/WebKit/WebCore/inspector/front-end/Images/searchSmal lBrightBlue.png',
4699 '../third_party/WebKit/WebCore/inspector/front-end/Images/searchSmal lGray.png',
4700 '../third_party/WebKit/WebCore/inspector/front-end/Images/searchSmal lWhite.png',
4701 '../third_party/WebKit/WebCore/inspector/front-end/Images/segment.pn g',
4702 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentEnd .png',
4703 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentHov er.png',
4704 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentHov erEnd.png',
4705 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentSel ected.png',
4706 '../third_party/WebKit/WebCore/inspector/front-end/Images/segmentSel ectedEnd.png',
4707 '../third_party/WebKit/WebCore/inspector/front-end/Images/splitviewD imple.png',
4708 '../third_party/WebKit/WebCore/inspector/front-end/Images/splitviewD ividerBackground.png',
4709 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarB ackground.png',
4710 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarB ottomBackground.png',
4711 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarB uttons.png',
4712 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarM enuButton.png',
4713 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarM enuButtonSelected.png',
4714 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarR esizerHorizontal.png',
4715 '../third_party/WebKit/WebCore/inspector/front-end/Images/statusbarR esizerVertical.png',
4716 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillBlue.png',
4717 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillGray.png',
4718 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillGreen.png',
4719 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillOrange.png',
4720 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillPurple.png',
4721 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillRed.png',
4722 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelineHo llowPillYellow.png',
4723 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llBlue.png',
4724 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llGray.png',
4725 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llGreen.png',
4726 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llOrange.png',
4727 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llPurple.png',
4728 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llRed.png',
4729 '../third_party/WebKit/WebCore/inspector/front-end/Images/timelinePi llYellow.png',
4730 '../third_party/WebKit/WebCore/inspector/front-end/Images/tipBalloon .png',
4731 '../third_party/WebKit/WebCore/inspector/front-end/Images/tipBalloon Bottom.png',
4732 '../third_party/WebKit/WebCore/inspector/front-end/Images/tipIcon.pn g',
4733 '../third_party/WebKit/WebCore/inspector/front-end/Images/tipIconPre ssed.png',
4734 '../third_party/WebKit/WebCore/inspector/front-end/Images/toolbarIte mSelected.png',
4735 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeDownTr iangleBlack.png',
4736 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeDownTr iangleWhite.png',
4737 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeRightT riangleBlack.png',
4738 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeRightT riangleWhite.png',
4739 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeUpTria ngleBlack.png',
4740 '../third_party/WebKit/WebCore/inspector/front-end/Images/treeUpTria ngleWhite.png',
4741 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputI con.png',
4742 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4743 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4744 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4745 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4746 ],
4747 },
4748 ],
4749 },
4574 ], 4750 ],
4575 } 4751 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698