OLD | NEW |
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:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
(...skipping 12 matching lines...) Expand all Loading... |
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.h', | 32 'public/common/child_process_host.h', |
| 33 'public/common/child_process_host_delegate.cc', |
33 'public/common/child_process_host_delegate.h', | 34 'public/common/child_process_host_delegate.h', |
34 'public/common/child_process_sandbox_support_linux.h', | 35 'public/common/child_process_sandbox_support_linux.h', |
35 'public/common/content_constants.cc', | 36 'public/common/content_constants.cc', |
36 'public/common/content_constants.h', | 37 'public/common/content_constants.h', |
37 'public/common/content_paths.h', | 38 'public/common/content_paths.h', |
38 'public/common/content_restriction.h', | 39 'public/common/content_restriction.h', |
39 'public/common/content_switches.cc', | 40 'public/common/content_switches.cc', |
40 'public/common/content_switches.h', | 41 'public/common/content_switches.h', |
41 'public/common/dx_diag_node.cc', | 42 'public/common/dx_diag_node.cc', |
42 'public/common/dx_diag_node.h', | 43 'public/common/dx_diag_node.h', |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 '../build/extract_from_cab.py', | 380 '../build/extract_from_cab.py', |
380 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 381 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
381 '<(output)', | 382 '<(output)', |
382 '<(PRODUCT_DIR)', | 383 '<(PRODUCT_DIR)', |
383 ], | 384 ], |
384 }, | 385 }, |
385 ] | 386 ] |
386 }] | 387 }] |
387 ], | 388 ], |
388 } | 389 } |
OLD | NEW |