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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 'browser/tab_contents/render_view_host_manager.cc', | 308 'browser/tab_contents/render_view_host_manager.cc', |
309 'browser/tab_contents/render_view_host_manager.h', | 309 'browser/tab_contents/render_view_host_manager.h', |
310 'browser/tab_contents/tab_contents.cc', | 310 'browser/tab_contents/tab_contents.cc', |
311 'browser/tab_contents/tab_contents.h', | 311 'browser/tab_contents/tab_contents.h', |
312 'browser/tab_contents/tab_contents_delegate.cc', | 312 'browser/tab_contents/tab_contents_delegate.cc', |
313 'browser/tab_contents/tab_contents_delegate.h', | 313 'browser/tab_contents/tab_contents_delegate.h', |
314 'browser/tab_contents/tab_contents_observer.cc', | 314 'browser/tab_contents/tab_contents_observer.cc', |
315 'browser/tab_contents/tab_contents_observer.h', | 315 'browser/tab_contents/tab_contents_observer.h', |
316 'browser/tab_contents/tab_contents_view.cc', | 316 'browser/tab_contents/tab_contents_view.cc', |
317 'browser/tab_contents/tab_contents_view.h', | 317 'browser/tab_contents/tab_contents_view.h', |
| 318 'browser/tab_contents/title_updated_details.h', |
318 'browser/trace_controller.cc', | 319 'browser/trace_controller.cc', |
319 'browser/trace_controller.h', | 320 'browser/trace_controller.h', |
320 'browser/trace_message_filter.cc', | 321 'browser/trace_message_filter.cc', |
321 'browser/trace_message_filter.h', | 322 'browser/trace_message_filter.h', |
322 'browser/user_metrics.cc', | 323 'browser/user_metrics.cc', |
323 'browser/user_metrics.h', | 324 'browser/user_metrics.h', |
324 'browser/webui/empty_web_ui_factory.cc', | 325 'browser/webui/empty_web_ui_factory.cc', |
325 'browser/webui/empty_web_ui_factory.h', | 326 'browser/webui/empty_web_ui_factory.h', |
326 'browser/webui/generic_handler.cc', | 327 'browser/webui/generic_handler.cc', |
327 'browser/webui/generic_handler.h', | 328 'browser/webui/generic_handler.h', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'mac_bundle_resources': [ | 383 'mac_bundle_resources': [ |
383 'browser/gpu.sb', | 384 'browser/gpu.sb', |
384 'browser/worker.sb', | 385 'browser/worker.sb', |
385 ], | 386 ], |
386 }, | 387 }, |
387 }], | 388 }], |
388 ], | 389 ], |
389 }, | 390 }, |
390 ], | 391 ], |
391 } | 392 } |
OLD | NEW |