| 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 2649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2660 'browser/ui/gtk/first_run_bubble.cc', | 2660 'browser/ui/gtk/first_run_bubble.cc', |
| 2661 'browser/ui/gtk/first_run_bubble.h', | 2661 'browser/ui/gtk/first_run_bubble.h', |
| 2662 'browser/ui/gtk/first_run_dialog.cc', | 2662 'browser/ui/gtk/first_run_dialog.cc', |
| 2663 'browser/ui/gtk/first_run_dialog.h', | 2663 'browser/ui/gtk/first_run_dialog.h', |
| 2664 'browser/ui/gtk/focus_store_gtk.cc', | 2664 'browser/ui/gtk/focus_store_gtk.cc', |
| 2665 'browser/ui/gtk/focus_store_gtk.h', | 2665 'browser/ui/gtk/focus_store_gtk.h', |
| 2666 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', | 2666 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', |
| 2667 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', | 2667 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', |
| 2668 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2668 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| 2669 'browser/ui/gtk/gconf_titlebar_listener.h', | 2669 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 2670 'browser/ui/gtk/global_bookmark_menu.cc', |
| 2671 'browser/ui/gtk/global_bookmark_menu.h', |
| 2670 'browser/ui/gtk/global_history_menu.cc', | 2672 'browser/ui/gtk/global_history_menu.cc', |
| 2671 'browser/ui/gtk/global_history_menu.h', | 2673 'browser/ui/gtk/global_history_menu.h', |
| 2672 'browser/ui/gtk/global_menu_bar.cc', | 2674 'browser/ui/gtk/global_menu_bar.cc', |
| 2673 'browser/ui/gtk/global_menu_bar.h', | 2675 'browser/ui/gtk/global_menu_bar.h', |
| 2674 'browser/ui/gtk/gtk_chrome_button.cc', | 2676 'browser/ui/gtk/gtk_chrome_button.cc', |
| 2675 'browser/ui/gtk/gtk_chrome_button.h', | 2677 'browser/ui/gtk/gtk_chrome_button.h', |
| 2676 'browser/ui/gtk/gtk_chrome_cookie_view.cc', | 2678 'browser/ui/gtk/gtk_chrome_cookie_view.cc', |
| 2677 'browser/ui/gtk/gtk_chrome_cookie_view.h', | 2679 'browser/ui/gtk/gtk_chrome_cookie_view.h', |
| 2678 'browser/ui/gtk/gtk_chrome_link_button.cc', | 2680 'browser/ui/gtk/gtk_chrome_link_button.cc', |
| 2679 'browser/ui/gtk/gtk_chrome_link_button.h', | 2681 'browser/ui/gtk/gtk_chrome_link_button.h', |
| (...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4543 'hard_dependency': 1, | 4545 'hard_dependency': 1, |
| 4544 }, | 4546 }, |
| 4545 ], | 4547 ], |
| 4546 } | 4548 } |
| 4547 | 4549 |
| 4548 # Local Variables: | 4550 # Local Variables: |
| 4549 # tab-width:2 | 4551 # tab-width:2 |
| 4550 # indent-tabs-mode:nil | 4552 # indent-tabs-mode:nil |
| 4551 # End: | 4553 # End: |
| 4552 # vim: set expandtab tabstop=2 shiftwidth=2: | 4554 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |