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/generic_handler.cc', |
| 308 'browser/webui/generic_handler.h', |
307 'browser/webui/web_ui.cc', | 309 'browser/webui/web_ui.cc', |
308 'browser/webui/web_ui.h', | 310 'browser/webui/web_ui.h', |
309 'browser/webui/web_ui_factory.cc', | 311 'browser/webui/web_ui_source.h', |
310 'browser/webui/web_ui_factory.h', | 312 'browser/webui/web_ui_register.cc', |
| 313 'browser/webui/web_ui_register.h', |
311 'browser/webui/web_ui_util.cc', | 314 'browser/webui/web_ui_util.cc', |
312 'browser/webui/web_ui_util.h', | 315 'browser/webui/web_ui_util.h', |
313 'browser/worker_host/message_port_service.cc', | 316 'browser/worker_host/message_port_service.cc', |
314 'browser/worker_host/message_port_service.h', | 317 'browser/worker_host/message_port_service.h', |
315 'browser/worker_host/worker_document_set.cc', | 318 'browser/worker_host/worker_document_set.cc', |
316 'browser/worker_host/worker_document_set.h', | 319 'browser/worker_host/worker_document_set.h', |
317 'browser/worker_host/worker_message_filter.cc', | 320 'browser/worker_host/worker_message_filter.cc', |
318 'browser/worker_host/worker_message_filter.h', | 321 'browser/worker_host/worker_message_filter.h', |
319 'browser/worker_host/worker_process_host.cc', | 322 'browser/worker_host/worker_process_host.cc', |
320 'browser/worker_host/worker_process_host.h', | 323 'browser/worker_host/worker_process_host.h', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 'mac_bundle_resources': [ | 358 'mac_bundle_resources': [ |
356 'browser/gpu.sb', | 359 'browser/gpu.sb', |
357 'browser/worker.sb', | 360 'browser/worker.sb', |
358 ], | 361 ], |
359 }, | 362 }, |
360 }], | 363 }], |
361 ], | 364 ], |
362 }, | 365 }, |
363 ], | 366 ], |
364 } | 367 } |
OLD | NEW |