| 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 2607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2618 'browser/ui/gtk/first_run_bubble.cc', | 2618 'browser/ui/gtk/first_run_bubble.cc', |
| 2619 'browser/ui/gtk/first_run_bubble.h', | 2619 'browser/ui/gtk/first_run_bubble.h', |
| 2620 'browser/ui/gtk/first_run_dialog.cc', | 2620 'browser/ui/gtk/first_run_dialog.cc', |
| 2621 'browser/ui/gtk/first_run_dialog.h', | 2621 'browser/ui/gtk/first_run_dialog.h', |
| 2622 'browser/ui/gtk/focus_store_gtk.cc', | 2622 'browser/ui/gtk/focus_store_gtk.cc', |
| 2623 'browser/ui/gtk/focus_store_gtk.h', | 2623 'browser/ui/gtk/focus_store_gtk.h', |
| 2624 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', | 2624 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', |
| 2625 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', | 2625 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', |
| 2626 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2626 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| 2627 'browser/ui/gtk/gconf_titlebar_listener.h', | 2627 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 2628 'browser/ui/gtk/global_history_menu.cc', |
| 2629 'browser/ui/gtk/global_history_menu.h', |
| 2628 'browser/ui/gtk/global_menu_bar.cc', | 2630 'browser/ui/gtk/global_menu_bar.cc', |
| 2629 'browser/ui/gtk/global_menu_bar.h', | 2631 'browser/ui/gtk/global_menu_bar.h', |
| 2630 'browser/ui/gtk/gtk_chrome_button.cc', | 2632 'browser/ui/gtk/gtk_chrome_button.cc', |
| 2631 'browser/ui/gtk/gtk_chrome_button.h', | 2633 'browser/ui/gtk/gtk_chrome_button.h', |
| 2632 'browser/ui/gtk/gtk_chrome_cookie_view.cc', | 2634 'browser/ui/gtk/gtk_chrome_cookie_view.cc', |
| 2633 'browser/ui/gtk/gtk_chrome_cookie_view.h', | 2635 'browser/ui/gtk/gtk_chrome_cookie_view.h', |
| 2634 'browser/ui/gtk/gtk_chrome_link_button.cc', | 2636 'browser/ui/gtk/gtk_chrome_link_button.cc', |
| 2635 'browser/ui/gtk/gtk_chrome_link_button.h', | 2637 'browser/ui/gtk/gtk_chrome_link_button.h', |
| 2636 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', | 2638 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', |
| 2637 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', | 2639 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', |
| (...skipping 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4455 'hard_dependency': 1, | 4457 'hard_dependency': 1, |
| 4456 }, | 4458 }, |
| 4457 ], | 4459 ], |
| 4458 } | 4460 } |
| 4459 | 4461 |
| 4460 # Local Variables: | 4462 # Local Variables: |
| 4461 # tab-width:2 | 4463 # tab-width:2 |
| 4462 # indent-tabs-mode:nil | 4464 # indent-tabs-mode:nil |
| 4463 # End: | 4465 # End: |
| 4464 # vim: set expandtab tabstop=2 shiftwidth=2: | 4466 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |