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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'public/common/media_stream_request.h', | 58 'public/common/media_stream_request.h', |
59 'public/common/menu_item.cc', | 59 'public/common/menu_item.cc', |
60 'public/common/menu_item.h', | 60 'public/common/menu_item.h', |
61 'public/common/page_state.cc', | 61 'public/common/page_state.cc', |
62 'public/common/page_state.h', | 62 'public/common/page_state.h', |
63 'public/common/page_transition_types.cc', | 63 'public/common/page_transition_types.cc', |
64 'public/common/page_transition_types.h', | 64 'public/common/page_transition_types.h', |
65 'public/common/page_transition_types_list.h', | 65 'public/common/page_transition_types_list.h', |
66 'public/common/page_type.h', | 66 'public/common/page_type.h', |
67 'public/common/page_zoom.h', | 67 'public/common/page_zoom.h', |
68 'public/common/password_form.cc', | |
69 'public/common/password_form.h', | |
70 'public/common/pepper_plugin_info.cc', | 68 'public/common/pepper_plugin_info.cc', |
71 'public/common/pepper_plugin_info.h', | 69 'public/common/pepper_plugin_info.h', |
72 'public/common/process_type.h', | 70 'public/common/process_type.h', |
73 'public/common/referrer.h', | 71 'public/common/referrer.h', |
74 'public/common/renderer_preferences.cc', | 72 'public/common/renderer_preferences.cc', |
75 'public/common/renderer_preferences.h', | 73 'public/common/renderer_preferences.h', |
76 'public/common/resource_response.h', | 74 'public/common/resource_response.h', |
77 'public/common/result_codes.h', | 75 'public/common/result_codes.h', |
78 'public/common/result_codes_list.h', | 76 'public/common/result_codes_list.h', |
79 'public/common/sandbox_init.h', | 77 'public/common/sandbox_init.h', |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
592 '<(output)', | 590 '<(output)', |
593 '<(PRODUCT_DIR)', | 591 '<(PRODUCT_DIR)', |
594 ], | 592 ], |
595 'msvs_cygwin_shell': 1, | 593 'msvs_cygwin_shell': 1, |
596 }, | 594 }, |
597 ] | 595 ] |
598 }], | 596 }], |
599 ], | 597 ], |
600 } | 598 } |
OLD | NEW |