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

Side by Side Diff: content/content_common.gypi

Issue 8429016: Autofill: unit test / valgrind; gyp tweak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'public/common/url_fetcher.h', 56 'public/common/url_fetcher.h',
57 'public/common/url_fetcher_delegate.h', 57 'public/common/url_fetcher_delegate.h',
58 'public/common/url_fetcher_factory.h', 58 'public/common/url_fetcher_factory.h',
59 'public/common/view_types.h', 59 'public/common/view_types.h',
60 'public/common/zygote_fork_delegate_linux.h', 60 'public/common/zygote_fork_delegate_linux.h',
61 'common/appcache/appcache_backend_proxy.cc', 61 'common/appcache/appcache_backend_proxy.cc',
62 'common/appcache/appcache_backend_proxy.h', 62 'common/appcache/appcache_backend_proxy.h',
63 'common/appcache/appcache_dispatcher.cc', 63 'common/appcache/appcache_dispatcher.cc',
64 'common/appcache/appcache_dispatcher.h', 64 'common/appcache/appcache_dispatcher.h',
65 'common/appcache_messages.h', 65 'common/appcache_messages.h',
66 'common/autofill_messages.h',
67 'common/child_process.cc', 66 'common/child_process.cc',
68 'common/child_process.h', 67 'common/child_process.h',
69 'common/child_process_host.cc', 68 'common/child_process_host.cc',
70 'common/child_process_host.h', 69 'common/child_process_host.h',
71 'common/child_process_info.cc', 70 'common/child_process_info.cc',
72 'common/child_process_info.h', 71 'common/child_process_info.h',
73 'common/child_process_messages.h', 72 'common/child_process_messages.h',
74 'common/child_process_sandbox_support_impl_linux.cc', 73 'common/child_process_sandbox_support_impl_linux.cc',
75 'common/child_process_sandbox_support_impl_linux.h', 74 'common/child_process_sandbox_support_impl_linux.h',
76 'common/child_thread.cc', 75 'common/child_thread.cc',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 325 ],
327 'link_settings': { 326 'link_settings': {
328 'libraries': [ 327 'libraries': [
329 '-lEGL', 328 '-lEGL',
330 '-lGLESv2', 329 '-lGLESv2',
331 ], 330 ],
332 }, 331 },
333 }], 332 }],
334 ], 333 ],
335 } 334 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete_history_manager_unittest.cc ('k') | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698