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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'public/common/file_chooser_params.cc', | 51 'public/common/file_chooser_params.cc', |
52 'public/common/file_chooser_params.h', | 52 'public/common/file_chooser_params.h', |
53 'public/common/frame_navigate_params.cc', | 53 'public/common/frame_navigate_params.cc', |
54 'public/common/frame_navigate_params.h', | 54 'public/common/frame_navigate_params.h', |
55 'public/common/geoposition.cc', | 55 'public/common/geoposition.cc', |
56 'public/common/geoposition.h', | 56 'public/common/geoposition.h', |
57 'public/common/gpu_feature_type.h', | 57 'public/common/gpu_feature_type.h', |
58 'public/common/gpu_info.cc', | 58 'public/common/gpu_info.cc', |
59 'public/common/gpu_info.h', | 59 'public/common/gpu_info.h', |
60 'public/common/gpu_performance_stats.h', | 60 'public/common/gpu_performance_stats.h', |
| 61 'public/common/injection_test_mac.h', |
| 62 'public/common/injection_test_win.h', |
61 'public/common/javascript_message_type.h', | 63 'public/common/javascript_message_type.h', |
62 'public/common/main_function_params.h', | 64 'public/common/main_function_params.h', |
63 'public/common/media_stream_request.cc', | 65 'public/common/media_stream_request.cc', |
64 'public/common/media_stream_request.h', | 66 'public/common/media_stream_request.h', |
65 'public/common/page_transition_types.cc', | 67 'public/common/page_transition_types.cc', |
66 'public/common/page_transition_types.h', | 68 'public/common/page_transition_types.h', |
67 'public/common/page_type.h', | 69 'public/common/page_type.h', |
68 'public/common/page_zoom.h', | 70 'public/common/page_zoom.h', |
69 'public/common/pepper_plugin_info.cc', | 71 'public/common/pepper_plugin_info.cc', |
70 'public/common/pepper_plugin_info.h', | 72 'public/common/pepper_plugin_info.h', |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 '../build/extract_from_cab.py', | 509 '../build/extract_from_cab.py', |
508 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 510 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
509 '<(output)', | 511 '<(output)', |
510 '<(PRODUCT_DIR)', | 512 '<(PRODUCT_DIR)', |
511 ], | 513 ], |
512 }, | 514 }, |
513 ] | 515 ] |
514 }] | 516 }] |
515 ], | 517 ], |
516 } | 518 } |
OLD | NEW |