| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'public/common/show_desktop_notification_params.h', | 85 'public/common/show_desktop_notification_params.h', |
| 86 'public/common/speech_recognition_error.h', | 86 'public/common/speech_recognition_error.h', |
| 87 'public/common/speech_recognition_grammar.h', | 87 'public/common/speech_recognition_grammar.h', |
| 88 'public/common/speech_recognition_result.h', | 88 'public/common/speech_recognition_result.h', |
| 89 'public/common/speech_recognition_result.cc', | 89 'public/common/speech_recognition_result.cc', |
| 90 'public/common/ssl_status.cc', | 90 'public/common/ssl_status.cc', |
| 91 'public/common/ssl_status.h', | 91 'public/common/ssl_status.h', |
| 92 'public/common/stop_find_action.h', | 92 'public/common/stop_find_action.h', |
| 93 'public/common/url_constants.cc', | 93 'public/common/url_constants.cc', |
| 94 'public/common/url_constants.h', | 94 'public/common/url_constants.h', |
| 95 'public/common/url_fetcher.cc', |
| 95 'public/common/url_fetcher.h', | 96 'public/common/url_fetcher.h', |
| 96 'public/common/url_fetcher_delegate.h', | 97 'public/common/url_fetcher_delegate.h', |
| 97 'public/common/zygote_fork_delegate_linux.h', | 98 'public/common/zygote_fork_delegate_linux.h', |
| 98 'common/accessibility_messages.h', | 99 'common/accessibility_messages.h', |
| 99 'common/accessibility_node_data.cc', | 100 'common/accessibility_node_data.cc', |
| 100 'common/accessibility_node_data.h', | 101 'common/accessibility_node_data.h', |
| 101 'common/android/address_parser.cc', | 102 'common/android/address_parser.cc', |
| 102 'common/android/address_parser.h', | 103 'common/android/address_parser.h', |
| 103 'common/android/address_parser_internal.cc', | 104 'common/android/address_parser_internal.cc', |
| 104 'common/android/address_parser_internal.h', | 105 'common/android/address_parser_internal.h', |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'common/media/audio_stream_state.h', | 258 'common/media/audio_stream_state.h', |
| 258 'common/media/media_stream_messages.h', | 259 'common/media/media_stream_messages.h', |
| 259 'common/media/media_stream_options.cc', | 260 'common/media/media_stream_options.cc', |
| 260 'common/media/media_stream_options.h', | 261 'common/media/media_stream_options.h', |
| 261 'common/media/video_capture.h', | 262 'common/media/video_capture.h', |
| 262 'common/media/video_capture_messages.h', | 263 'common/media/video_capture_messages.h', |
| 263 'common/message_router.cc', | 264 'common/message_router.cc', |
| 264 'common/message_router.h', | 265 'common/message_router.h', |
| 265 'common/mime_registry_messages.h', | 266 'common/mime_registry_messages.h', |
| 266 'common/navigation_gesture.h', | 267 'common/navigation_gesture.h', |
| 267 'common/net/url_fetcher.cc', | |
| 268 'common/net/url_request_user_data.cc', | 268 'common/net/url_request_user_data.cc', |
| 269 'common/net/url_request_user_data.h', | 269 'common/net/url_request_user_data.h', |
| 270 'common/np_channel_base.cc', | 270 'common/np_channel_base.cc', |
| 271 'common/np_channel_base.h', | 271 'common/np_channel_base.h', |
| 272 'common/npobject_base.h', | 272 'common/npobject_base.h', |
| 273 'common/npobject_proxy.cc', | 273 'common/npobject_proxy.cc', |
| 274 'common/npobject_proxy.h', | 274 'common/npobject_proxy.h', |
| 275 'common/npobject_stub.cc', | 275 'common/npobject_stub.cc', |
| 276 'common/npobject_stub.h', | 276 'common/npobject_stub.h', |
| 277 'common/npobject_util.cc', | 277 'common/npobject_util.cc', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 '../build/extract_from_cab.py', | 480 '../build/extract_from_cab.py', |
| 481 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 481 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 482 '<(output)', | 482 '<(output)', |
| 483 '<(PRODUCT_DIR)', | 483 '<(PRODUCT_DIR)', |
| 484 ], | 484 ], |
| 485 }, | 485 }, |
| 486 ] | 486 ] |
| 487 }] | 487 }] |
| 488 ], | 488 ], |
| 489 } | 489 } |
| OLD | NEW |