| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'browser/tab_contents/tab_contents_delegate.cc', | 297 'browser/tab_contents/tab_contents_delegate.cc', |
| 298 'browser/tab_contents/tab_contents_delegate.h', | 298 'browser/tab_contents/tab_contents_delegate.h', |
| 299 'browser/tab_contents/tab_contents_observer.cc', | 299 'browser/tab_contents/tab_contents_observer.cc', |
| 300 'browser/tab_contents/tab_contents_observer.h', | 300 'browser/tab_contents/tab_contents_observer.h', |
| 301 'browser/tab_contents/tab_contents_view.cc', | 301 'browser/tab_contents/tab_contents_view.cc', |
| 302 'browser/tab_contents/tab_contents_view.h', | 302 'browser/tab_contents/tab_contents_view.h', |
| 303 'browser/trace_controller.cc', | 303 'browser/trace_controller.cc', |
| 304 'browser/trace_controller.h', | 304 'browser/trace_controller.h', |
| 305 'browser/trace_message_filter.cc', | 305 'browser/trace_message_filter.cc', |
| 306 'browser/trace_message_filter.h', | 306 'browser/trace_message_filter.h', |
| 307 'browser/webui/content_web_ui_client.h', |
| 308 'browser/webui/generic_handler.cc', |
| 309 'browser/webui/generic_handler.h', |
| 307 'browser/webui/web_ui.cc', | 310 'browser/webui/web_ui.cc', |
| 308 'browser/webui/web_ui.h', | 311 'browser/webui/web_ui.h', |
| 309 'browser/webui/web_ui_factory.cc', | |
| 310 'browser/webui/web_ui_factory.h', | |
| 311 'browser/webui/web_ui_util.cc', | 312 'browser/webui/web_ui_util.cc', |
| 312 'browser/webui/web_ui_util.h', | 313 'browser/webui/web_ui_util.h', |
| 313 'browser/worker_host/message_port_service.cc', | 314 'browser/worker_host/message_port_service.cc', |
| 314 'browser/worker_host/message_port_service.h', | 315 'browser/worker_host/message_port_service.h', |
| 315 'browser/worker_host/worker_document_set.cc', | 316 'browser/worker_host/worker_document_set.cc', |
| 316 'browser/worker_host/worker_document_set.h', | 317 'browser/worker_host/worker_document_set.h', |
| 317 'browser/worker_host/worker_message_filter.cc', | 318 'browser/worker_host/worker_message_filter.cc', |
| 318 'browser/worker_host/worker_message_filter.h', | 319 'browser/worker_host/worker_message_filter.h', |
| 319 'browser/worker_host/worker_process_host.cc', | 320 'browser/worker_host/worker_process_host.cc', |
| 320 'browser/worker_host/worker_process_host.h', | 321 'browser/worker_host/worker_process_host.h', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'mac_bundle_resources': [ | 356 'mac_bundle_resources': [ |
| 356 'browser/gpu.sb', | 357 'browser/gpu.sb', |
| 357 'browser/worker.sb', | 358 'browser/worker.sb', |
| 358 ], | 359 ], |
| 359 }, | 360 }, |
| 360 }], | 361 }], |
| 361 ], | 362 ], |
| 362 }, | 363 }, |
| 363 ], | 364 ], |
| 364 } | 365 } |
| OLD | NEW |