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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'public/common/gpu_performance_stats.h', | 56 'public/common/gpu_performance_stats.h', |
57 'public/common/gpu_switching_option.h', | 57 'public/common/gpu_switching_option.h', |
58 'public/common/injection_test_mac.h', | 58 'public/common/injection_test_mac.h', |
59 'public/common/injection_test_win.h', | 59 'public/common/injection_test_win.h', |
60 'public/common/javascript_message_type.h', | 60 'public/common/javascript_message_type.h', |
61 'public/common/main_function_params.h', | 61 'public/common/main_function_params.h', |
62 'public/common/media_stream_request.cc', | 62 'public/common/media_stream_request.cc', |
63 'public/common/media_stream_request.h', | 63 'public/common/media_stream_request.h', |
64 'public/common/page_transition_types.cc', | 64 'public/common/page_transition_types.cc', |
65 'public/common/page_transition_types.h', | 65 'public/common/page_transition_types.h', |
| 66 'public/common/page_transition_types_list.h', |
66 'public/common/page_type.h', | 67 'public/common/page_type.h', |
67 'public/common/page_zoom.h', | 68 'public/common/page_zoom.h', |
68 'public/common/password_form.cc', | 69 'public/common/password_form.cc', |
69 'public/common/password_form.h', | 70 'public/common/password_form.h', |
70 'public/common/pepper_plugin_info.cc', | 71 'public/common/pepper_plugin_info.cc', |
71 'public/common/pepper_plugin_info.h', | 72 'public/common/pepper_plugin_info.h', |
72 'public/common/process_type.h', | 73 'public/common/process_type.h', |
73 'public/common/referrer.h', | 74 'public/common/referrer.h', |
74 'public/common/renderer_preferences.cc', | 75 'public/common/renderer_preferences.cc', |
75 'public/common/renderer_preferences.h', | 76 'public/common/renderer_preferences.h', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 '../build/extract_from_cab.py', | 571 '../build/extract_from_cab.py', |
571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 572 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
572 '<(output)', | 573 '<(output)', |
573 '<(PRODUCT_DIR)', | 574 '<(PRODUCT_DIR)', |
574 ], | 575 ], |
575 }, | 576 }, |
576 ] | 577 ] |
577 }], | 578 }], |
578 ], | 579 ], |
579 } | 580 } |
OLD | NEW |