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 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1555 'browser/gtk/translate/before_translate_infobar_gtk.cc', | 1555 'browser/gtk/translate/before_translate_infobar_gtk.cc', |
1556 'browser/gtk/translate/before_translate_infobar_gtk.h', | 1556 'browser/gtk/translate/before_translate_infobar_gtk.h', |
1557 'browser/gtk/translate/translate_infobar_base_gtk.cc', | 1557 'browser/gtk/translate/translate_infobar_base_gtk.cc', |
1558 'browser/gtk/translate/translate_infobar_base_gtk.h', | 1558 'browser/gtk/translate/translate_infobar_base_gtk.h', |
1559 'browser/gtk/translate/translate_message_infobar_gtk.cc', | 1559 'browser/gtk/translate/translate_message_infobar_gtk.cc', |
1560 'browser/gtk/translate/translate_message_infobar_gtk.h', | 1560 'browser/gtk/translate/translate_message_infobar_gtk.h', |
1561 'browser/gtk/update_recommended_dialog.cc', | 1561 'browser/gtk/update_recommended_dialog.cc', |
1562 'browser/gtk/update_recommended_dialog.h', | 1562 'browser/gtk/update_recommended_dialog.h', |
1563 'browser/gtk/view_id_util.cc', | 1563 'browser/gtk/view_id_util.cc', |
1564 'browser/gtk/view_id_util.h', | 1564 'browser/gtk/view_id_util.h', |
1565 'browser/guid.h', | |
1566 'browser/guid.cc', | |
1567 'browser/guid_posix.cc', | |
1568 'browser/guid_win.cc', | |
1569 'browser/hang_monitor/hung_plugin_action.cc', | 1565 'browser/hang_monitor/hung_plugin_action.cc', |
1570 'browser/hang_monitor/hung_plugin_action.h', | 1566 'browser/hang_monitor/hung_plugin_action.h', |
1571 'browser/hang_monitor/hung_window_detector.cc', | 1567 'browser/hang_monitor/hung_window_detector.cc', |
1572 'browser/hang_monitor/hung_window_detector.h', | 1568 'browser/hang_monitor/hung_window_detector.h', |
1573 'browser/history/archived_database.cc', | 1569 'browser/history/archived_database.cc', |
1574 'browser/history/archived_database.h', | 1570 'browser/history/archived_database.h', |
1575 'browser/history/download_database.cc', | 1571 'browser/history/download_database.cc', |
1576 'browser/history/download_database.h', | 1572 'browser/history/download_database.h', |
1577 'browser/history/download_create_info.h', | 1573 'browser/history/download_create_info.h', |
1578 'browser/history/download_create_info.cc', | 1574 'browser/history/download_create_info.cc', |
(...skipping 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4504 ], | 4500 ], |
4505 }, | 4501 }, |
4506 ], | 4502 ], |
4507 } | 4503 } |
4508 | 4504 |
4509 # Local Variables: | 4505 # Local Variables: |
4510 # tab-width:2 | 4506 # tab-width:2 |
4511 # indent-tabs-mode:nil | 4507 # indent-tabs-mode:nil |
4512 # End: | 4508 # End: |
4513 # vim: set expandtab tabstop=2 shiftwidth=2: | 4509 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |