| 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:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
| 10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 'public/common/child_process_host_delegate.h', | 35 'public/common/child_process_host_delegate.h', |
| 36 'public/common/child_process_sandbox_support_linux.h', | 36 'public/common/child_process_sandbox_support_linux.h', |
| 37 'public/common/content_constants.cc', | 37 'public/common/content_constants.cc', |
| 38 'public/common/content_constants.h', | 38 'public/common/content_constants.h', |
| 39 'public/common/content_paths.h', | 39 'public/common/content_paths.h', |
| 40 'public/common/content_restriction.h', | 40 'public/common/content_restriction.h', |
| 41 'public/common/content_switches.cc', | 41 'public/common/content_switches.cc', |
| 42 'public/common/content_switches.h', | 42 'public/common/content_switches.h', |
| 43 'public/common/context_menu_params.cc', | 43 'public/common/context_menu_params.cc', |
| 44 'public/common/context_menu_params.h', | 44 'public/common/context_menu_params.h', |
| 45 'public/common/content_url_request_user_data.cc', |
| 46 'public/common/content_url_request_user_data.h', |
| 45 'public/common/dx_diag_node.cc', | 47 'public/common/dx_diag_node.cc', |
| 46 'public/common/dx_diag_node.h', | 48 'public/common/dx_diag_node.h', |
| 47 'public/common/file_chooser_params.cc', | 49 'public/common/file_chooser_params.cc', |
| 48 'public/common/file_chooser_params.h', | 50 'public/common/file_chooser_params.h', |
| 49 'public/common/frame_navigate_params.cc', | 51 'public/common/frame_navigate_params.cc', |
| 50 'public/common/frame_navigate_params.h', | 52 'public/common/frame_navigate_params.h', |
| 51 'public/common/gpu_feature_type.h', | 53 'public/common/gpu_feature_type.h', |
| 52 'public/common/gpu_info.cc', | 54 'public/common/gpu_info.cc', |
| 53 'public/common/gpu_info.h', | 55 'public/common/gpu_info.h', |
| 54 'public/common/main_function_params.h', | 56 'public/common/main_function_params.h', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 '../build/extract_from_cab.py', | 426 '../build/extract_from_cab.py', |
| 425 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 427 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 426 '<(output)', | 428 '<(output)', |
| 427 '<(PRODUCT_DIR)', | 429 '<(PRODUCT_DIR)', |
| 428 ], | 430 ], |
| 429 }, | 431 }, |
| 430 ] | 432 ] |
| 431 }] | 433 }] |
| 432 ], | 434 ], |
| 433 } | 435 } |
| OLD | NEW |