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

Side by Side Diff: content/content_common.gypi

Issue 8353025: External autofill delegates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase against TOT Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/renderer/autofill/autofill_agent.cc ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'public/common/url_fetcher.h', 52 'public/common/url_fetcher.h',
53 'public/common/url_fetcher_delegate.h', 53 'public/common/url_fetcher_delegate.h',
54 'public/common/url_fetcher_factory.h', 54 'public/common/url_fetcher_factory.h',
55 'public/common/view_types.h', 55 'public/common/view_types.h',
56 'public/common/zygote_fork_delegate_linux.h', 56 'public/common/zygote_fork_delegate_linux.h',
57 'common/appcache/appcache_backend_proxy.cc', 57 'common/appcache/appcache_backend_proxy.cc',
58 'common/appcache/appcache_backend_proxy.h', 58 'common/appcache/appcache_backend_proxy.h',
59 'common/appcache/appcache_dispatcher.cc', 59 'common/appcache/appcache_dispatcher.cc',
60 'common/appcache/appcache_dispatcher.h', 60 'common/appcache/appcache_dispatcher.h',
61 'common/appcache_messages.h', 61 'common/appcache_messages.h',
62 'common/autofill_messages.h',
jam 2011/10/29 01:48:04 this is in the wrong place.. this belongs in chrom
62 'common/child_process.cc', 63 'common/child_process.cc',
63 'common/child_process.h', 64 'common/child_process.h',
64 'common/child_process_host.cc', 65 'common/child_process_host.cc',
65 'common/child_process_host.h', 66 'common/child_process_host.h',
66 'common/child_process_info.cc', 67 'common/child_process_info.cc',
67 'common/child_process_info.h', 68 'common/child_process_info.h',
68 'common/child_process_messages.h', 69 'common/child_process_messages.h',
69 'common/child_process_sandbox_support_impl_linux.cc', 70 'common/child_process_sandbox_support_impl_linux.cc',
70 'common/child_process_sandbox_support_impl_linux.h', 71 'common/child_process_sandbox_support_impl_linux.h',
71 'common/child_thread.cc', 72 'common/child_thread.cc',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 327 ],
327 'link_settings': { 328 'link_settings': {
328 'libraries': [ 329 'libraries': [
329 '-lEGL', 330 '-lEGL',
330 '-lGLESv2', 331 '-lGLESv2',
331 ], 332 ],
332 }, 333 },
333 }], 334 }],
334 ], 335 ],
335 } 336 }
OLDNEW
« no previous file with comments | « chrome/renderer/autofill/autofill_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698