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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'browser/tab_contents/tab_contents_delegate.h', | 324 'browser/tab_contents/tab_contents_delegate.h', |
325 'browser/tab_contents/tab_contents_observer.cc', | 325 'browser/tab_contents/tab_contents_observer.cc', |
326 'browser/tab_contents/tab_contents_observer.h', | 326 'browser/tab_contents/tab_contents_observer.h', |
327 'browser/tab_contents/tab_contents_view.cc', | 327 'browser/tab_contents/tab_contents_view.cc', |
328 'browser/tab_contents/tab_contents_view.h', | 328 'browser/tab_contents/tab_contents_view.h', |
329 'browser/tab_contents/title_updated_details.h', | 329 'browser/tab_contents/title_updated_details.h', |
330 'browser/trace_controller.cc', | 330 'browser/trace_controller.cc', |
331 'browser/trace_controller.h', | 331 'browser/trace_controller.h', |
332 'browser/trace_message_filter.cc', | 332 'browser/trace_message_filter.cc', |
333 'browser/trace_message_filter.h', | 333 'browser/trace_message_filter.h', |
| 334 'browser/trace_subscriber_stdio.cc', |
| 335 'browser/trace_subscriber_stdio.h', |
334 'browser/user_metrics.cc', | 336 'browser/user_metrics.cc', |
335 'browser/user_metrics.h', | 337 'browser/user_metrics.h', |
336 'browser/webui/empty_web_ui_factory.cc', | 338 'browser/webui/empty_web_ui_factory.cc', |
337 'browser/webui/empty_web_ui_factory.h', | 339 'browser/webui/empty_web_ui_factory.h', |
338 'browser/webui/generic_handler.cc', | 340 'browser/webui/generic_handler.cc', |
339 'browser/webui/generic_handler.h', | 341 'browser/webui/generic_handler.h', |
340 'browser/webui/web_ui.cc', | 342 'browser/webui/web_ui.cc', |
341 'browser/webui/web_ui.h', | 343 'browser/webui/web_ui.h', |
342 'browser/webui/web_ui_factory.cc', | 344 'browser/webui/web_ui_factory.cc', |
343 'browser/webui/web_ui_factory.h', | 345 'browser/webui/web_ui_factory.h', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 'mac_bundle_resources': [ | 396 'mac_bundle_resources': [ |
395 'browser/gpu.sb', | 397 'browser/gpu.sb', |
396 'browser/worker.sb', | 398 'browser/worker.sb', |
397 ], | 399 ], |
398 }, | 400 }, |
399 }], | 401 }], |
400 ], | 402 ], |
401 }, | 403 }, |
402 ], | 404 ], |
403 } | 405 } |
OLD | NEW |