| 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 2619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2630 'browser/ui/gtk/first_run_bubble.cc', | 2630 'browser/ui/gtk/first_run_bubble.cc', |
| 2631 'browser/ui/gtk/first_run_bubble.h', | 2631 'browser/ui/gtk/first_run_bubble.h', |
| 2632 'browser/ui/gtk/first_run_dialog.cc', | 2632 'browser/ui/gtk/first_run_dialog.cc', |
| 2633 'browser/ui/gtk/first_run_dialog.h', | 2633 'browser/ui/gtk/first_run_dialog.h', |
| 2634 'browser/ui/gtk/focus_store_gtk.cc', | 2634 'browser/ui/gtk/focus_store_gtk.cc', |
| 2635 'browser/ui/gtk/focus_store_gtk.h', | 2635 'browser/ui/gtk/focus_store_gtk.h', |
| 2636 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', | 2636 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', |
| 2637 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', | 2637 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', |
| 2638 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2638 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| 2639 'browser/ui/gtk/gconf_titlebar_listener.h', | 2639 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 2640 'browser/ui/gtk/global_history_menu.cc', |
| 2641 'browser/ui/gtk/global_history_menu.h', |
| 2640 'browser/ui/gtk/global_menu_bar.cc', | 2642 'browser/ui/gtk/global_menu_bar.cc', |
| 2641 'browser/ui/gtk/global_menu_bar.h', | 2643 'browser/ui/gtk/global_menu_bar.h', |
| 2642 'browser/ui/gtk/gtk_chrome_button.cc', | 2644 'browser/ui/gtk/gtk_chrome_button.cc', |
| 2643 'browser/ui/gtk/gtk_chrome_button.h', | 2645 'browser/ui/gtk/gtk_chrome_button.h', |
| 2644 'browser/ui/gtk/gtk_chrome_cookie_view.cc', | 2646 'browser/ui/gtk/gtk_chrome_cookie_view.cc', |
| 2645 'browser/ui/gtk/gtk_chrome_cookie_view.h', | 2647 'browser/ui/gtk/gtk_chrome_cookie_view.h', |
| 2646 'browser/ui/gtk/gtk_chrome_link_button.cc', | 2648 'browser/ui/gtk/gtk_chrome_link_button.cc', |
| 2647 'browser/ui/gtk/gtk_chrome_link_button.h', | 2649 'browser/ui/gtk/gtk_chrome_link_button.h', |
| 2648 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', | 2650 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', |
| 2649 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', | 2651 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', |
| (...skipping 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4463 'hard_dependency': 1, | 4465 'hard_dependency': 1, |
| 4464 }, | 4466 }, |
| 4465 ], | 4467 ], |
| 4466 } | 4468 } |
| 4467 | 4469 |
| 4468 # Local Variables: | 4470 # Local Variables: |
| 4469 # tab-width:2 | 4471 # tab-width:2 |
| 4470 # indent-tabs-mode:nil | 4472 # indent-tabs-mode:nil |
| 4471 # End: | 4473 # End: |
| 4472 # vim: set expandtab tabstop=2 shiftwidth=2: | 4474 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |