OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'content_browser', | 8 'target_name': 'content_browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 'browser/speech/endpointer/energy_endpointer.h', | 305 'browser/speech/endpointer/energy_endpointer.h', |
306 'browser/speech/endpointer/energy_endpointer_params.cc', | 306 'browser/speech/endpointer/energy_endpointer_params.cc', |
307 'browser/speech/endpointer/energy_endpointer_params.h', | 307 'browser/speech/endpointer/energy_endpointer_params.h', |
308 'browser/speech/speech_input_dispatcher_host.cc', | 308 'browser/speech/speech_input_dispatcher_host.cc', |
309 'browser/speech/speech_input_dispatcher_host.h', | 309 'browser/speech/speech_input_dispatcher_host.h', |
310 'browser/speech/speech_input_manager.h', | 310 'browser/speech/speech_input_manager.h', |
311 'browser/speech/speech_recognition_request.cc', | 311 'browser/speech/speech_recognition_request.cc', |
312 'browser/speech/speech_recognition_request.h', | 312 'browser/speech/speech_recognition_request.h', |
313 'browser/speech/speech_recognizer.cc', | 313 'browser/speech/speech_recognizer.cc', |
314 'browser/speech/speech_recognizer.h', | 314 'browser/speech/speech_recognizer.h', |
| 315 'browser/ssl/ssl_cert_error_handler.cc', |
| 316 'browser/ssl/ssl_cert_error_handler.h', |
| 317 'browser/ssl/ssl_client_auth_handler.cc', |
| 318 'browser/ssl/ssl_client_auth_handler.h', |
| 319 'browser/ssl/ssl_client_auth_notification_details.cc', |
| 320 'browser/ssl/ssl_client_auth_notification_details.h', |
| 321 'browser/ssl/ssl_error_handler.cc', |
| 322 'browser/ssl/ssl_error_handler.h', |
| 323 'browser/ssl/ssl_host_state.cc', |
| 324 'browser/ssl/ssl_host_state.h', |
| 325 'browser/ssl/ssl_manager.cc', |
| 326 'browser/ssl/ssl_manager.h', |
| 327 'browser/ssl/ssl_policy.cc', |
| 328 'browser/ssl/ssl_policy.h', |
| 329 'browser/ssl/ssl_policy_backend.cc', |
| 330 'browser/ssl/ssl_policy_backend.h', |
| 331 'browser/ssl/ssl_request_info.cc', |
| 332 'browser/ssl/ssl_request_info.h', |
315 'browser/tab_contents/constrained_window.h', | 333 'browser/tab_contents/constrained_window.h', |
316 'browser/tab_contents/interstitial_page.cc', | 334 'browser/tab_contents/interstitial_page.cc', |
317 'browser/tab_contents/interstitial_page.h', | 335 'browser/tab_contents/interstitial_page.h', |
318 'browser/tab_contents/navigation_controller.cc', | 336 'browser/tab_contents/navigation_controller.cc', |
319 'browser/tab_contents/navigation_controller.h', | 337 'browser/tab_contents/navigation_controller.h', |
320 'browser/tab_contents/navigation_details.cc', | 338 'browser/tab_contents/navigation_details.cc', |
321 'browser/tab_contents/navigation_details.h', | 339 'browser/tab_contents/navigation_details.h', |
322 'browser/tab_contents/navigation_entry.cc', | 340 'browser/tab_contents/navigation_entry.cc', |
323 'browser/tab_contents/navigation_entry.h', | 341 'browser/tab_contents/navigation_entry.h', |
324 'browser/tab_contents/page_navigator.h', | 342 'browser/tab_contents/page_navigator.h', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'mac_bundle_resources': [ | 424 'mac_bundle_resources': [ |
407 'browser/gpu.sb', | 425 'browser/gpu.sb', |
408 'browser/worker.sb', | 426 'browser/worker.sb', |
409 ], | 427 ], |
410 }, | 428 }, |
411 }], | 429 }], |
412 ], | 430 ], |
413 }, | 431 }, |
414 ], | 432 ], |
415 } | 433 } |
OLD | NEW |