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

Side by Side Diff: content/content_browser.gypi

Issue 9382037: Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 10 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'public/browser/resource_dispatcher_host_delegate.cc', 95 'public/browser/resource_dispatcher_host_delegate.cc',
96 'public/browser/resource_dispatcher_host_delegate.h', 96 'public/browser/resource_dispatcher_host_delegate.h',
97 'public/browser/resource_dispatcher_host_login_delegate.h', 97 'public/browser/resource_dispatcher_host_login_delegate.h',
98 'public/browser/resource_throttle.h', 98 'public/browser/resource_throttle.h',
99 'public/browser/resource_throttle_controller.h', 99 'public/browser/resource_throttle_controller.h',
100 'public/browser/save_page_type.h', 100 'public/browser/save_page_type.h',
101 'public/browser/sensors.h', 101 'public/browser/sensors.h',
102 'public/browser/sensors_listener.h', 102 'public/browser/sensors_listener.h',
103 'public/browser/sensors_provider.h', 103 'public/browser/sensors_provider.h',
104 'public/browser/site_instance.h', 104 'public/browser/site_instance.h',
105 'public/browser/ssl_status.cc',
106 'public/browser/ssl_status.h',
107 'public/browser/user_metrics.h', 105 'public/browser/user_metrics.h',
108 'public/browser/utility_process_host.h', 106 'public/browser/utility_process_host.h',
109 'public/browser/web_contents.h', 107 'public/browser/web_contents.h',
110 'public/browser/web_contents_delegate.cc', 108 'public/browser/web_contents_delegate.cc',
111 'public/browser/web_contents_delegate.h', 109 'public/browser/web_contents_delegate.h',
112 'public/browser/web_contents_observer.cc', 110 'public/browser/web_contents_observer.cc',
113 'public/browser/web_contents_observer.h', 111 'public/browser/web_contents_observer.h',
114 'public/browser/web_contents_view.h', 112 'public/browser/web_contents_view.h',
115 'public/browser/web_contents_view_mac_delegate.h', 113 'public/browser/web_contents_view_mac_delegate.h',
116 'public/browser/web_intents_dispatcher.h', 114 'public/browser/web_intents_dispatcher.h',
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'ENABLE_JAVA_BRIDGE', 850 'ENABLE_JAVA_BRIDGE',
853 ], 851 ],
854 }, { 852 }, {
855 'sources/': [ 853 'sources/': [
856 ['exclude', '^browser/renderer_host/java/'], 854 ['exclude', '^browser/renderer_host/java/'],
857 ], 855 ],
858 }], 856 }],
859 ], 857 ],
860 } 858 }
861 859
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698