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

Side by Side Diff: webkit/webkit.gyp

Issue 294025: DevTools: Implement raw cookies access for inspector. (Closed)
Patch Set: '' Created 11 years, 1 month 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
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 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'api/public/WebBindings.h', 82 'api/public/WebBindings.h',
83 'api/public/WebCache.h', 83 'api/public/WebCache.h',
84 'api/public/WebCanvas.h', 84 'api/public/WebCanvas.h',
85 'api/public/WebClipboard.h', 85 'api/public/WebClipboard.h',
86 'api/public/WebColor.h', 86 'api/public/WebColor.h',
87 'api/public/WebColorName.h', 87 'api/public/WebColorName.h',
88 'api/public/WebCommon.h', 88 'api/public/WebCommon.h',
89 'api/public/WebCompositionCommand.h', 89 'api/public/WebCompositionCommand.h',
90 'api/public/WebConsoleMessage.h', 90 'api/public/WebConsoleMessage.h',
91 'api/public/WebContextMenuData.h', 91 'api/public/WebContextMenuData.h',
92 'api/public/WebCookie.h',
92 'api/public/WebCrossOriginPreflightResultCache.h', 93 'api/public/WebCrossOriginPreflightResultCache.h',
93 'api/public/WebCString.h', 94 'api/public/WebCString.h',
94 'api/public/WebCursorInfo.h', 95 'api/public/WebCursorInfo.h',
95 'api/public/WebData.h', 96 'api/public/WebData.h',
96 'api/public/WebDatabase.h', 97 'api/public/WebDatabase.h',
97 'api/public/WebDatabaseObserver.h', 98 'api/public/WebDatabaseObserver.h',
98 'api/public/WebDataSource.h', 99 'api/public/WebDataSource.h',
99 'api/public/WebDevToolsAgent.h', 100 'api/public/WebDevToolsAgent.h',
100 'api/public/WebDevToolsAgentClient.h', 101 'api/public/WebDevToolsAgentClient.h',
101 'api/public/WebDevToolsFrontend.h', 102 'api/public/WebDevToolsFrontend.h',
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'glue/resource_type.h', 620 'glue/resource_type.h',
620 'glue/scoped_clipboard_writer_glue.h', 621 'glue/scoped_clipboard_writer_glue.h',
621 'glue/simple_webmimeregistry_impl.cc', 622 'glue/simple_webmimeregistry_impl.cc',
622 'glue/simple_webmimeregistry_impl.h', 623 'glue/simple_webmimeregistry_impl.h',
623 'glue/webaccessibility.h', 624 'glue/webaccessibility.h',
624 'glue/webaccessibilitymanager.h', 625 'glue/webaccessibilitymanager.h',
625 'glue/webaccessibilitymanager_impl.cc', 626 'glue/webaccessibilitymanager_impl.cc',
626 'glue/webaccessibilitymanager_impl.h', 627 'glue/webaccessibilitymanager_impl.h',
627 'glue/webclipboard_impl.cc', 628 'glue/webclipboard_impl.cc',
628 'glue/webclipboard_impl.h', 629 'glue/webclipboard_impl.h',
630 'glue/webcookie.h',
629 'glue/webcursor.cc', 631 'glue/webcursor.cc',
630 'glue/webcursor.h', 632 'glue/webcursor.h',
631 'glue/webcursor_gtk.cc', 633 'glue/webcursor_gtk.cc',
632 'glue/webcursor_gtk_data.h', 634 'glue/webcursor_gtk_data.h',
633 'glue/webcursor_mac.mm', 635 'glue/webcursor_mac.mm',
634 'glue/webcursor_win.cc', 636 'glue/webcursor_win.cc',
635 'glue/webdevtoolsagent_impl.cc', 637 'glue/webdevtoolsagent_impl.cc',
636 'glue/webdevtoolsagent_impl.h', 638 'glue/webdevtoolsagent_impl.h',
637 'glue/webdevtoolsfrontend_impl.cc', 639 'glue/webdevtoolsfrontend_impl.cc',
638 'glue/webdevtoolsfrontend_impl.h', 640 'glue/webdevtoolsfrontend_impl.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 ], 811 ],
810 } 812 }
811 ], # targets 813 ], # targets
812 } 814 }
813 815
814 # Local Variables: 816 # Local Variables:
815 # tab-width:2 817 # tab-width:2
816 # indent-tabs-mode:nil 818 # indent-tabs-mode:nil
817 # End: 819 # End:
818 # vim: set expandtab tabstop=2 shiftwidth=2: 820 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/renderer_host/resource_message_filter.cc ('K') | « webkit/glue/webkitclient_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698