| 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 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1891 'browser/sync/glue/extension_util.h', | 1891 'browser/sync/glue/extension_util.h', |
| 1892 'browser/sync/glue/foreign_session_tracker.cc', | 1892 'browser/sync/glue/foreign_session_tracker.cc', |
| 1893 'browser/sync/glue/foreign_session_tracker.h', | 1893 'browser/sync/glue/foreign_session_tracker.h', |
| 1894 'browser/sync/glue/frontend_data_type_controller.cc', | 1894 'browser/sync/glue/frontend_data_type_controller.cc', |
| 1895 'browser/sync/glue/frontend_data_type_controller.h', | 1895 'browser/sync/glue/frontend_data_type_controller.h', |
| 1896 'browser/sync/glue/history_model_worker.cc', | 1896 'browser/sync/glue/history_model_worker.cc', |
| 1897 'browser/sync/glue/history_model_worker.h', | 1897 'browser/sync/glue/history_model_worker.h', |
| 1898 'browser/sync/glue/http_bridge.cc', | 1898 'browser/sync/glue/http_bridge.cc', |
| 1899 'browser/sync/glue/http_bridge.h', | 1899 'browser/sync/glue/http_bridge.h', |
| 1900 'browser/sync/glue/model_associator.h', | 1900 'browser/sync/glue/model_associator.h', |
| 1901 'browser/sync/glue/non_frontend_data_type_controller.cc', |
| 1902 'browser/sync/glue/non_frontend_data_type_controller.h', |
| 1901 'browser/sync/glue/password_change_processor.cc', | 1903 'browser/sync/glue/password_change_processor.cc', |
| 1902 'browser/sync/glue/password_change_processor.h', | 1904 'browser/sync/glue/password_change_processor.h', |
| 1903 'browser/sync/glue/password_data_type_controller.cc', | 1905 'browser/sync/glue/password_data_type_controller.cc', |
| 1904 'browser/sync/glue/password_data_type_controller.h', | 1906 'browser/sync/glue/password_data_type_controller.h', |
| 1905 'browser/sync/glue/password_model_associator.cc', | 1907 'browser/sync/glue/password_model_associator.cc', |
| 1906 'browser/sync/glue/password_model_associator.h', | 1908 'browser/sync/glue/password_model_associator.h', |
| 1907 'browser/sync/glue/password_model_worker.cc', | 1909 'browser/sync/glue/password_model_worker.cc', |
| 1908 'browser/sync/glue/password_model_worker.h', | 1910 'browser/sync/glue/password_model_worker.h', |
| 1909 'browser/sync/glue/preference_change_processor.cc', | 1911 'browser/sync/glue/preference_change_processor.cc', |
| 1910 'browser/sync/glue/preference_change_processor.h', | 1912 'browser/sync/glue/preference_change_processor.h', |
| (...skipping 2491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4402 'hard_dependency': 1, | 4404 'hard_dependency': 1, |
| 4403 }, | 4405 }, |
| 4404 ], | 4406 ], |
| 4405 } | 4407 } |
| 4406 | 4408 |
| 4407 # Local Variables: | 4409 # Local Variables: |
| 4408 # tab-width:2 | 4410 # tab-width:2 |
| 4409 # indent-tabs-mode:nil | 4411 # indent-tabs-mode:nil |
| 4410 # End: | 4412 # End: |
| 4411 # vim: set expandtab tabstop=2 shiftwidth=2: | 4413 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |