| 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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'public/common/speech_recognition_grammar.h', | 118 'public/common/speech_recognition_grammar.h', |
| 119 'public/common/speech_recognition_result.cc', | 119 'public/common/speech_recognition_result.cc', |
| 120 'public/common/speech_recognition_result.h', | 120 'public/common/speech_recognition_result.h', |
| 121 'public/common/ssl_status.cc', | 121 'public/common/ssl_status.cc', |
| 122 'public/common/ssl_status.h', | 122 'public/common/ssl_status.h', |
| 123 'public/common/stop_find_action.h', | 123 'public/common/stop_find_action.h', |
| 124 'public/common/storage_quota_params.h', | 124 'public/common/storage_quota_params.h', |
| 125 'public/common/three_d_api_types.h', | 125 'public/common/three_d_api_types.h', |
| 126 'public/common/top_controls_state.h', | 126 'public/common/top_controls_state.h', |
| 127 'public/common/top_controls_state_list.h', | 127 'public/common/top_controls_state_list.h', |
| 128 'public/common/transition_element.h', | |
| 129 'public/common/url_constants.cc', | 128 'public/common/url_constants.cc', |
| 130 'public/common/url_constants.h', | 129 'public/common/url_constants.h', |
| 131 'public/common/url_fetcher.h', | 130 'public/common/url_fetcher.h', |
| 132 'public/common/url_utils.cc', | 131 'public/common/url_utils.cc', |
| 133 'public/common/url_utils.h', | 132 'public/common/url_utils.h', |
| 134 'public/common/user_agent.h', | 133 'public/common/user_agent.h', |
| 135 'public/common/web_preferences.cc', | 134 'public/common/web_preferences.cc', |
| 136 'public/common/web_preferences.h', | 135 'public/common/web_preferences.h', |
| 137 'public/common/webplugininfo.cc', | 136 'public/common/webplugininfo.cc', |
| 138 'public/common/webplugininfo.h', | 137 'public/common/webplugininfo.h', |
| (...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 ], | 916 ], |
| 918 'sources': [ | 917 'sources': [ |
| 919 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 918 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 920 ], | 919 ], |
| 921 'sources!': [ | 920 'sources!': [ |
| 922 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 921 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 923 ], | 922 ], |
| 924 }], | 923 }], |
| 925 ], | 924 ], |
| 926 } | 925 } |
| OLD | NEW |