| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 'browser/tab_contents/tab_contents_view.h', | 358 'browser/tab_contents/tab_contents_view.h', |
| 359 'browser/tab_contents/title_updated_details.h', | 359 'browser/tab_contents/title_updated_details.h', |
| 360 'browser/trace_controller.cc', | 360 'browser/trace_controller.cc', |
| 361 'browser/trace_controller.h', | 361 'browser/trace_controller.h', |
| 362 'browser/trace_message_filter.cc', | 362 'browser/trace_message_filter.cc', |
| 363 'browser/trace_message_filter.h', | 363 'browser/trace_message_filter.h', |
| 364 'browser/trace_subscriber_stdio.cc', | 364 'browser/trace_subscriber_stdio.cc', |
| 365 'browser/trace_subscriber_stdio.h', | 365 'browser/trace_subscriber_stdio.h', |
| 366 'browser/user_metrics.cc', | 366 'browser/user_metrics.cc', |
| 367 'browser/user_metrics.h', | 367 'browser/user_metrics.h', |
| 368 'browser/utility_process_host.cc', |
| 369 'browser/utility_process_host.h', |
| 368 'browser/webui/empty_web_ui_factory.cc', | 370 'browser/webui/empty_web_ui_factory.cc', |
| 369 'browser/webui/empty_web_ui_factory.h', | 371 'browser/webui/empty_web_ui_factory.h', |
| 370 'browser/webui/generic_handler.cc', | 372 'browser/webui/generic_handler.cc', |
| 371 'browser/webui/generic_handler.h', | 373 'browser/webui/generic_handler.h', |
| 372 'browser/webui/web_ui.cc', | 374 'browser/webui/web_ui.cc', |
| 373 'browser/webui/web_ui.h', | 375 'browser/webui/web_ui.h', |
| 374 'browser/webui/web_ui_factory.cc', | 376 'browser/webui/web_ui_factory.cc', |
| 375 'browser/webui/web_ui_factory.h', | 377 'browser/webui/web_ui_factory.h', |
| 376 'browser/worker_host/message_port_service.cc', | 378 'browser/worker_host/message_port_service.cc', |
| 377 'browser/worker_host/message_port_service.h', | 379 'browser/worker_host/message_port_service.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 'mac_bundle_resources': [ | 428 'mac_bundle_resources': [ |
| 427 'browser/gpu.sb', | 429 'browser/gpu.sb', |
| 428 'browser/worker.sb', | 430 'browser/worker.sb', |
| 429 ], | 431 ], |
| 430 }, | 432 }, |
| 431 }], | 433 }], |
| 432 ], | 434 ], |
| 433 }, | 435 }, |
| 434 ], | 436 ], |
| 435 } | 437 } |
| OLD | NEW |