| 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': 'browser', | 8 'target_name': 'browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1612 'browser/process_singleton.h', | 1612 'browser/process_singleton.h', |
| 1613 'browser/process_singleton_linux.cc', | 1613 'browser/process_singleton_linux.cc', |
| 1614 'browser/process_singleton_mac.cc', | 1614 'browser/process_singleton_mac.cc', |
| 1615 'browser/process_singleton_win.cc', | 1615 'browser/process_singleton_win.cc', |
| 1616 'browser/profile_import_process_host.cc', | 1616 'browser/profile_import_process_host.cc', |
| 1617 'browser/profile_import_process_host.h', | 1617 'browser/profile_import_process_host.h', |
| 1618 'browser/profiles/off_the_record_profile_io_data.cc', | 1618 'browser/profiles/off_the_record_profile_io_data.cc', |
| 1619 'browser/profiles/off_the_record_profile_io_data.h', | 1619 'browser/profiles/off_the_record_profile_io_data.h', |
| 1620 'browser/profiles/profile.cc', | 1620 'browser/profiles/profile.cc', |
| 1621 'browser/profiles/profile.h', | 1621 'browser/profiles/profile.h', |
| 1622 'browser/profiles/profile_dependency_manager.cc', |
| 1623 'browser/profiles/profile_dependency_manager.h', |
| 1622 'browser/profiles/profile_impl.cc', | 1624 'browser/profiles/profile_impl.cc', |
| 1623 'browser/profiles/profile_impl.h', | 1625 'browser/profiles/profile_impl.h', |
| 1624 'browser/profiles/profile_impl_io_data.cc', | 1626 'browser/profiles/profile_impl_io_data.cc', |
| 1625 'browser/profiles/profile_impl_io_data.h', | 1627 'browser/profiles/profile_impl_io_data.h', |
| 1626 'browser/profiles/profile_io_data.cc', | 1628 'browser/profiles/profile_io_data.cc', |
| 1627 'browser/profiles/profile_io_data.h', | 1629 'browser/profiles/profile_io_data.h', |
| 1630 'browser/profiles/profile_keyed_service_factory.cc', |
| 1631 'browser/profiles/profile_keyed_service_factory.h', |
| 1628 'browser/profiles/profile_manager.cc', | 1632 'browser/profiles/profile_manager.cc', |
| 1629 'browser/profiles/profile_manager.h', | 1633 'browser/profiles/profile_manager.h', |
| 1630 'browser/remoting/directory_add_request.cc', | 1634 'browser/remoting/directory_add_request.cc', |
| 1631 'browser/remoting/directory_add_request.h', | 1635 'browser/remoting/directory_add_request.h', |
| 1632 'browser/remoting/remoting_options_handler.cc', | 1636 'browser/remoting/remoting_options_handler.cc', |
| 1633 'browser/remoting/remoting_options_handler.h', | 1637 'browser/remoting/remoting_options_handler.h', |
| 1634 'browser/remoting/remoting_resources_source.cc', | 1638 'browser/remoting/remoting_resources_source.cc', |
| 1635 'browser/remoting/remoting_resources_source.h', | 1639 'browser/remoting/remoting_resources_source.h', |
| 1636 'browser/remoting/setup_flow.cc', | 1640 'browser/remoting/setup_flow.cc', |
| 1637 'browser/remoting/setup_flow.h', | 1641 'browser/remoting/setup_flow.h', |
| (...skipping 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4339 ], | 4343 ], |
| 4340 }, | 4344 }, |
| 4341 ], | 4345 ], |
| 4342 } | 4346 } |
| 4343 | 4347 |
| 4344 # Local Variables: | 4348 # Local Variables: |
| 4345 # tab-width:2 | 4349 # tab-width:2 |
| 4346 # indent-tabs-mode:nil | 4350 # indent-tabs-mode:nil |
| 4347 # End: | 4351 # End: |
| 4348 # vim: set expandtab tabstop=2 shiftwidth=2: | 4352 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |