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

Side by Side Diff: content/content_common.gypi

Issue 8774040: Don't make classes derive from ChildProcessHost, and instead have them use it through composition... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 11 matching lines...) Expand all
22 '../webkit/support/webkit_support.gyp:fileapi', 22 '../webkit/support/webkit_support.gyp:fileapi',
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 ], 26 ],
27 'export_dependent_settings': [ 27 'export_dependent_settings': [
28 '../base/base.gyp:base', 28 '../base/base.gyp:base',
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 'public/common/bindings_policy.h', 31 'public/common/bindings_policy.h',
32 'public/common/child_process_host_delegate.h',
32 'public/common/child_process_sandbox_support_linux.h', 33 'public/common/child_process_sandbox_support_linux.h',
33 'public/common/content_constants.cc', 34 'public/common/content_constants.cc',
34 'public/common/content_constants.h', 35 'public/common/content_constants.h',
35 'public/common/content_paths.h', 36 'public/common/content_paths.h',
36 'public/common/content_restriction.h', 37 'public/common/content_restriction.h',
37 'public/common/content_switches.cc', 38 'public/common/content_switches.cc',
38 'public/common/content_switches.h', 39 'public/common/content_switches.h',
39 'public/common/dx_diag_node.cc', 40 'public/common/dx_diag_node.cc',
40 'public/common/dx_diag_node.h', 41 'public/common/dx_diag_node.h',
41 'public/common/file_chooser_params.cc', 42 'public/common/file_chooser_params.cc',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 ], 318 ],
318 'link_settings': { 319 'link_settings': {
319 'libraries': [ 320 'libraries': [
320 '-lEGL', 321 '-lEGL',
321 '-lGLESv2', 322 '-lGLESv2',
322 ], 323 ],
323 }, 324 },
324 }], 325 }],
325 ], 326 ],
326 } 327 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698