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

Side by Side Diff: content/content_common.gypi

Issue 7058041: Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and ExternalProtocolHandler. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix deps Created 9 years, 6 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 | « content/content_browser.gypi ('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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'common/process_watcher_win.cc', 188 'common/process_watcher_win.cc',
189 'common/property_bag.cc', 189 'common/property_bag.cc',
190 'common/property_bag.h', 190 'common/property_bag.h',
191 'common/quota_messages.h', 191 'common/quota_messages.h',
192 'common/quota_dispatcher.cc', 192 'common/quota_dispatcher.cc',
193 'common/quota_dispatcher.h', 193 'common/quota_dispatcher.h',
194 'common/renderer_preferences.cc', 194 'common/renderer_preferences.cc',
195 'common/renderer_preferences.h', 195 'common/renderer_preferences.h',
196 'common/resource_dispatcher.cc', 196 'common/resource_dispatcher.cc',
197 'common/resource_dispatcher.h', 197 'common/resource_dispatcher.h',
198 'common/resource_dispatcher_delegate.cc',
199 'common/resource_dispatcher_delegate.h',
198 'common/resource_messages.h', 200 'common/resource_messages.h',
199 'common/resource_response.cc', 201 'common/resource_response.cc',
200 'common/resource_response.h', 202 'common/resource_response.h',
201 'common/sandbox_init_wrapper.h', 203 'common/sandbox_init_wrapper.h',
202 'common/sandbox_init_wrapper_linux.cc', 204 'common/sandbox_init_wrapper_linux.cc',
203 'common/sandbox_init_wrapper_mac.cc', 205 'common/sandbox_init_wrapper_mac.cc',
204 'common/sandbox_init_wrapper_win.cc', 206 'common/sandbox_init_wrapper_win.cc',
205 'common/sandbox_mac.h', 207 'common/sandbox_mac.h',
206 'common/sandbox_mac.mm', 208 'common/sandbox_mac.mm',
207 'common/sandbox_methods_linux.h', 209 'common/sandbox_methods_linux.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'libraries': [ 318 'libraries': [
317 '-lEGL', 319 '-lEGL',
318 '-lGLESv2', 320 '-lGLESv2',
319 ], 321 ],
320 }, 322 },
321 }], 323 }],
322 ], 324 ],
323 }, 325 },
324 ], 326 ],
325 } 327 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698