| 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 2542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2553 'browser/views/modal_dialog_delegate.cc', | 2553 'browser/views/modal_dialog_delegate.cc', |
| 2554 'browser/views/modal_dialog_delegate.h', | 2554 'browser/views/modal_dialog_delegate.h', |
| 2555 'browser/views/notifications/balloon_view_host.cc', | 2555 'browser/views/notifications/balloon_view_host.cc', |
| 2556 'browser/views/notifications/balloon_view_host.h', | 2556 'browser/views/notifications/balloon_view_host.h', |
| 2557 'browser/views/notifications/balloon_view.cc', | 2557 'browser/views/notifications/balloon_view.cc', |
| 2558 'browser/views/notifications/balloon_view.h', | 2558 'browser/views/notifications/balloon_view.h', |
| 2559 'browser/views/options/advanced_contents_view.cc', | 2559 'browser/views/options/advanced_contents_view.cc', |
| 2560 'browser/views/options/advanced_contents_view.h', | 2560 'browser/views/options/advanced_contents_view.h', |
| 2561 'browser/views/options/advanced_page_view.cc', | 2561 'browser/views/options/advanced_page_view.cc', |
| 2562 'browser/views/options/advanced_page_view.h', | 2562 'browser/views/options/advanced_page_view.h', |
| 2563 'browser/views/options/content_exceptions_table_view.cc', |
| 2564 'browser/views/options/content_exceptions_table_view.h', |
| 2563 'browser/views/options/content_page_view.cc', | 2565 'browser/views/options/content_page_view.cc', |
| 2564 'browser/views/options/content_page_view.h', | 2566 'browser/views/options/content_page_view.h', |
| 2565 'browser/views/options/content_filter_page_view.cc', | 2567 'browser/views/options/content_filter_page_view.cc', |
| 2566 'browser/views/options/content_filter_page_view.h', | 2568 'browser/views/options/content_filter_page_view.h', |
| 2567 'browser/views/options/content_settings_window_view.cc', | 2569 'browser/views/options/content_settings_window_view.cc', |
| 2568 'browser/views/options/content_settings_window_view.h', | 2570 'browser/views/options/content_settings_window_view.h', |
| 2569 'browser/views/options/cookie_filter_page_view.cc', | 2571 'browser/views/options/cookie_filter_page_view.cc', |
| 2570 'browser/views/options/cookie_filter_page_view.h', | 2572 'browser/views/options/cookie_filter_page_view.h', |
| 2571 'browser/views/options/cookies_view.cc', | 2573 'browser/views/options/cookies_view.cc', |
| 2572 'browser/views/options/cookies_view.h', | 2574 'browser/views/options/cookies_view.h', |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3526 ], | 3528 ], |
| 3527 }, | 3529 }, |
| 3528 ], | 3530 ], |
| 3529 } | 3531 } |
| 3530 | 3532 |
| 3531 # Local Variables: | 3533 # Local Variables: |
| 3532 # tab-width:2 | 3534 # tab-width:2 |
| 3533 # indent-tabs-mode:nil | 3535 # indent-tabs-mode:nil |
| 3534 # End: | 3536 # End: |
| 3535 # vim: set expandtab tabstop=2 shiftwidth=2: | 3537 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |