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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'public/common/gpu_memory_stats.cc', | 55 'public/common/gpu_memory_stats.cc', |
56 'public/common/gpu_memory_stats.h', | 56 'public/common/gpu_memory_stats.h', |
57 'public/common/gpu_performance_stats.h', | 57 'public/common/gpu_performance_stats.h', |
58 'public/common/gpu_switching_option.h', | 58 'public/common/gpu_switching_option.h', |
59 'public/common/injection_test_mac.h', | 59 'public/common/injection_test_mac.h', |
60 'public/common/injection_test_win.h', | 60 'public/common/injection_test_win.h', |
61 'public/common/javascript_message_type.h', | 61 'public/common/javascript_message_type.h', |
62 'public/common/main_function_params.h', | 62 'public/common/main_function_params.h', |
63 'public/common/media_stream_request.cc', | 63 'public/common/media_stream_request.cc', |
64 'public/common/media_stream_request.h', | 64 'public/common/media_stream_request.h', |
| 65 'public/common/page_state.cc', |
| 66 'public/common/page_state.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_transition_types_list.h', | 69 'public/common/page_transition_types_list.h', |
68 'public/common/page_type.h', | 70 'public/common/page_type.h', |
69 'public/common/page_zoom.h', | 71 'public/common/page_zoom.h', |
70 'public/common/password_form.cc', | 72 'public/common/password_form.cc', |
71 'public/common/password_form.h', | 73 'public/common/password_form.h', |
72 'public/common/pepper_plugin_info.cc', | 74 'public/common/pepper_plugin_info.cc', |
73 'public/common/pepper_plugin_info.h', | 75 'public/common/pepper_plugin_info.h', |
74 'public/common/process_type.h', | 76 'public/common/process_type.h', |
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
572 '<(output)', | 574 '<(output)', |
573 '<(PRODUCT_DIR)', | 575 '<(PRODUCT_DIR)', |
574 ], | 576 ], |
575 'msvs_cygwin_shell': 1, | 577 'msvs_cygwin_shell': 1, |
576 }, | 578 }, |
577 ] | 579 ] |
578 }], | 580 }], |
579 ], | 581 ], |
580 } | 582 } |
OLD | NEW |