| 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'browser/tab_contents/tab_contents_delegate.h', | 330 'browser/tab_contents/tab_contents_delegate.h', |
| 331 'browser/tab_contents/tab_contents_observer.cc', | 331 'browser/tab_contents/tab_contents_observer.cc', |
| 332 'browser/tab_contents/tab_contents_observer.h', | 332 'browser/tab_contents/tab_contents_observer.h', |
| 333 'browser/tab_contents/tab_contents_view.cc', | 333 'browser/tab_contents/tab_contents_view.cc', |
| 334 'browser/tab_contents/tab_contents_view.h', | 334 'browser/tab_contents/tab_contents_view.h', |
| 335 'browser/tab_contents/title_updated_details.h', | 335 'browser/tab_contents/title_updated_details.h', |
| 336 'browser/trace_controller.cc', | 336 'browser/trace_controller.cc', |
| 337 'browser/trace_controller.h', | 337 'browser/trace_controller.h', |
| 338 'browser/trace_message_filter.cc', | 338 'browser/trace_message_filter.cc', |
| 339 'browser/trace_message_filter.h', | 339 'browser/trace_message_filter.h', |
| 340 'browser/trace_subscriber_stdio.cc', |
| 341 'browser/trace_subscriber_stdio.h', |
| 340 'browser/user_metrics.cc', | 342 'browser/user_metrics.cc', |
| 341 'browser/user_metrics.h', | 343 'browser/user_metrics.h', |
| 342 'browser/webui/empty_web_ui_factory.cc', | 344 'browser/webui/empty_web_ui_factory.cc', |
| 343 'browser/webui/empty_web_ui_factory.h', | 345 'browser/webui/empty_web_ui_factory.h', |
| 344 'browser/webui/generic_handler.cc', | 346 'browser/webui/generic_handler.cc', |
| 345 'browser/webui/generic_handler.h', | 347 'browser/webui/generic_handler.h', |
| 346 'browser/webui/web_ui.cc', | 348 'browser/webui/web_ui.cc', |
| 347 'browser/webui/web_ui.h', | 349 'browser/webui/web_ui.h', |
| 348 'browser/webui/web_ui_factory.cc', | 350 'browser/webui/web_ui_factory.cc', |
| 349 'browser/webui/web_ui_factory.h', | 351 'browser/webui/web_ui_factory.h', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 'mac_bundle_resources': [ | 402 'mac_bundle_resources': [ |
| 401 'browser/gpu.sb', | 403 'browser/gpu.sb', |
| 402 'browser/worker.sb', | 404 'browser/worker.sb', |
| 403 ], | 405 ], |
| 404 }, | 406 }, |
| 405 }], | 407 }], |
| 406 ], | 408 ], |
| 407 }, | 409 }, |
| 408 ], | 410 ], |
| 409 } | 411 } |
| OLD | NEW |