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

Side by Side Diff: content/content_common.gypi

Issue 9924026: Browser side implementation of browser plugin (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed comments in browser_plugin_messages.h Created 8 years, 8 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 '../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:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'public/common/url_fetcher_delegate.h', 89 'public/common/url_fetcher_delegate.h',
90 'public/common/url_fetcher_factory.h', 90 'public/common/url_fetcher_factory.h',
91 'public/common/view_type.h', 91 'public/common/view_type.h',
92 'public/common/zygote_fork_delegate_linux.h', 92 'public/common/zygote_fork_delegate_linux.h',
93 'common/accessibility_messages.h', 93 'common/accessibility_messages.h',
94 'common/appcache/appcache_backend_proxy.cc', 94 'common/appcache/appcache_backend_proxy.cc',
95 'common/appcache/appcache_backend_proxy.h', 95 'common/appcache/appcache_backend_proxy.h',
96 'common/appcache/appcache_dispatcher.cc', 96 'common/appcache/appcache_dispatcher.cc',
97 'common/appcache/appcache_dispatcher.h', 97 'common/appcache/appcache_dispatcher.h',
98 'common/appcache_messages.h', 98 'common/appcache_messages.h',
99 'common/browser_plugin/browser_plugin_messages.h',
99 'common/child_process.cc', 100 'common/child_process.cc',
100 'common/child_process.h', 101 'common/child_process.h',
101 'common/child_process_host_impl.cc', 102 'common/child_process_host_impl.cc',
102 'common/child_process_host_impl.h', 103 'common/child_process_host_impl.h',
103 'common/child_process_messages.h', 104 'common/child_process_messages.h',
104 'common/child_process_sandbox_support_impl_linux.cc', 105 'common/child_process_sandbox_support_impl_linux.cc',
105 'common/child_process_sandbox_support_impl_linux.h', 106 'common/child_process_sandbox_support_impl_linux.h',
106 'common/child_process_sandbox_support_impl_shm_linux.cc', 107 'common/child_process_sandbox_support_impl_shm_linux.cc',
107 'common/child_thread.cc', 108 'common/child_thread.cc',
108 'common/child_thread.h', 109 'common/child_thread.h',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 '../build/extract_from_cab.py', 438 '../build/extract_from_cab.py',
438 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 439 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
439 '<(output)', 440 '<(output)',
440 '<(PRODUCT_DIR)', 441 '<(PRODUCT_DIR)',
441 ], 442 ],
442 }, 443 },
443 ] 444 ]
444 }] 445 }]
445 ], 446 ],
446 } 447 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698