| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 'browser/dom_ui/options/certificate_manager_handler.cc', | 927 'browser/dom_ui/options/certificate_manager_handler.cc', |
| 928 'browser/dom_ui/options/certificate_manager_handler.h', | 928 'browser/dom_ui/options/certificate_manager_handler.h', |
| 929 'browser/dom_ui/options/clear_browser_data_handler.cc', | 929 'browser/dom_ui/options/clear_browser_data_handler.cc', |
| 930 'browser/dom_ui/options/clear_browser_data_handler.h', | 930 'browser/dom_ui/options/clear_browser_data_handler.h', |
| 931 'browser/dom_ui/options/content_settings_handler.cc', | 931 'browser/dom_ui/options/content_settings_handler.cc', |
| 932 'browser/dom_ui/options/content_settings_handler.h', | 932 'browser/dom_ui/options/content_settings_handler.h', |
| 933 'browser/dom_ui/options/cookies_view_handler.cc', | 933 'browser/dom_ui/options/cookies_view_handler.cc', |
| 934 'browser/dom_ui/options/cookies_view_handler.h', | 934 'browser/dom_ui/options/cookies_view_handler.h', |
| 935 'browser/dom_ui/options/core_options_handler.cc', | 935 'browser/dom_ui/options/core_options_handler.cc', |
| 936 'browser/dom_ui/options/core_options_handler.h', | 936 'browser/dom_ui/options/core_options_handler.h', |
| 937 'browser/dom_ui/options/dom_options_util.cc', |
| 938 'browser/dom_ui/options/dom_options_util.h', |
| 937 'browser/dom_ui/options/font_settings_handler.cc', | 939 'browser/dom_ui/options/font_settings_handler.cc', |
| 938 'browser/dom_ui/options/font_settings_handler.h', | 940 'browser/dom_ui/options/font_settings_handler.h', |
| 939 'browser/dom_ui/options/font_settings_utils.h', | 941 'browser/dom_ui/options/font_settings_utils.h', |
| 940 'browser/dom_ui/options/font_settings_utils_gtk.cc', | 942 'browser/dom_ui/options/font_settings_utils_gtk.cc', |
| 941 'browser/dom_ui/options/font_settings_utils_mac.mm', | 943 'browser/dom_ui/options/font_settings_utils_mac.mm', |
| 942 'browser/dom_ui/options/font_settings_utils_win.cc', | 944 'browser/dom_ui/options/font_settings_utils_win.cc', |
| 943 'browser/dom_ui/options/import_data_handler.cc', | 945 'browser/dom_ui/options/import_data_handler.cc', |
| 944 'browser/dom_ui/options/import_data_handler.h', | 946 'browser/dom_ui/options/import_data_handler.h', |
| 945 'browser/dom_ui/options/options_managed_banner_handler.cc', | 947 'browser/dom_ui/options/options_managed_banner_handler.cc', |
| 946 'browser/dom_ui/options/options_managed_banner_handler.h', | 948 'browser/dom_ui/options/options_managed_banner_handler.h', |
| (...skipping 3535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4482 ], | 4484 ], |
| 4483 }, | 4485 }, |
| 4484 ], | 4486 ], |
| 4485 } | 4487 } |
| 4486 | 4488 |
| 4487 # Local Variables: | 4489 # Local Variables: |
| 4488 # tab-width:2 | 4490 # tab-width:2 |
| 4489 # indent-tabs-mode:nil | 4491 # indent-tabs-mode:nil |
| 4490 # End: | 4492 # End: |
| 4491 # vim: set expandtab tabstop=2 shiftwidth=2: | 4493 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |