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

Side by Side Diff: content/content_browser.gypi

Issue 8680036: Move ResourceResponse struct into the Content API, since it's used in Chrome. While at it, I also... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add gypi changes Created 9 years 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 | « content/common/resource_response.cc ('k') | content/content_common.gypi » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 6 'dependencies': [
7 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 26 matching lines...) Expand all
37 'public/browser/notification_observer.h', 37 'public/browser/notification_observer.h',
38 'public/browser/notification_registrar.cc', 38 'public/browser/notification_registrar.cc',
39 'public/browser/notification_registrar.h', 39 'public/browser/notification_registrar.h',
40 'public/browser/notification_service.h', 40 'public/browser/notification_service.h',
41 'public/browser/notification_source.h', 41 'public/browser/notification_source.h',
42 'public/browser/notification_types.h', 42 'public/browser/notification_types.h',
43 'public/browser/plugin_data_remover.h', 43 'public/browser/plugin_data_remover.h',
44 'public/browser/render_process_host.h', 44 'public/browser/render_process_host.h',
45 'public/browser/render_process_host_factory.h', 45 'public/browser/render_process_host_factory.h',
46 'public/browser/resource_dispatcher_host_delegate.h', 46 'public/browser/resource_dispatcher_host_delegate.h',
47 'public/browser/resource_response.h',
47 'browser/accessibility/browser_accessibility.cc', 48 'browser/accessibility/browser_accessibility.cc',
48 'browser/accessibility/browser_accessibility.h', 49 'browser/accessibility/browser_accessibility.h',
49 'browser/accessibility/browser_accessibility_cocoa.h', 50 'browser/accessibility/browser_accessibility_cocoa.h',
50 'browser/accessibility/browser_accessibility_cocoa.mm', 51 'browser/accessibility/browser_accessibility_cocoa.mm',
51 'browser/accessibility/browser_accessibility_delegate_mac.h', 52 'browser/accessibility/browser_accessibility_delegate_mac.h',
52 'browser/accessibility/browser_accessibility_mac.h', 53 'browser/accessibility/browser_accessibility_mac.h',
53 'browser/accessibility/browser_accessibility_mac.mm', 54 'browser/accessibility/browser_accessibility_mac.mm',
54 'browser/accessibility/browser_accessibility_manager.cc', 55 'browser/accessibility/browser_accessibility_manager.cc',
55 'browser/accessibility/browser_accessibility_manager.h', 56 'browser/accessibility/browser_accessibility_manager.h',
56 'browser/accessibility/browser_accessibility_manager_mac.h', 57 'browser/accessibility/browser_accessibility_manager_mac.h',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', 787 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h',
787 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', 788 'browser/renderer_host/java/java_bridge_dispatcher_host.cc',
788 'browser/renderer_host/java/java_bridge_dispatcher_host.h', 789 'browser/renderer_host/java/java_bridge_dispatcher_host.h',
789 'browser/renderer_host/java/java_method.cc', 790 'browser/renderer_host/java/java_method.cc',
790 'browser/renderer_host/java/java_method.h', 791 'browser/renderer_host/java/java_method.h',
791 ], 792 ],
792 }], 793 }],
793 ], 794 ],
794 } 795 }
795 796
OLDNEW
« no previous file with comments | « content/common/resource_response.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698