| 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 2585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2596 'browser/ui/gtk/first_run_bubble.cc', | 2596 'browser/ui/gtk/first_run_bubble.cc', |
| 2597 'browser/ui/gtk/first_run_bubble.h', | 2597 'browser/ui/gtk/first_run_bubble.h', |
| 2598 'browser/ui/gtk/first_run_dialog.cc', | 2598 'browser/ui/gtk/first_run_dialog.cc', |
| 2599 'browser/ui/gtk/first_run_dialog.h', | 2599 'browser/ui/gtk/first_run_dialog.h', |
| 2600 'browser/ui/gtk/focus_store_gtk.cc', | 2600 'browser/ui/gtk/focus_store_gtk.cc', |
| 2601 'browser/ui/gtk/focus_store_gtk.h', | 2601 'browser/ui/gtk/focus_store_gtk.h', |
| 2602 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', | 2602 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', |
| 2603 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', | 2603 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', |
| 2604 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2604 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| 2605 'browser/ui/gtk/gconf_titlebar_listener.h', | 2605 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 2606 'browser/ui/gtk/global_history_menu.cc', |
| 2607 'browser/ui/gtk/global_history_menu.h', |
| 2606 'browser/ui/gtk/global_menu_bar.cc', | 2608 'browser/ui/gtk/global_menu_bar.cc', |
| 2607 'browser/ui/gtk/global_menu_bar.h', | 2609 'browser/ui/gtk/global_menu_bar.h', |
| 2608 'browser/ui/gtk/gtk_chrome_button.cc', | 2610 'browser/ui/gtk/gtk_chrome_button.cc', |
| 2609 'browser/ui/gtk/gtk_chrome_button.h', | 2611 'browser/ui/gtk/gtk_chrome_button.h', |
| 2610 'browser/ui/gtk/gtk_chrome_cookie_view.cc', | 2612 'browser/ui/gtk/gtk_chrome_cookie_view.cc', |
| 2611 'browser/ui/gtk/gtk_chrome_cookie_view.h', | 2613 'browser/ui/gtk/gtk_chrome_cookie_view.h', |
| 2612 'browser/ui/gtk/gtk_chrome_link_button.cc', | 2614 'browser/ui/gtk/gtk_chrome_link_button.cc', |
| 2613 'browser/ui/gtk/gtk_chrome_link_button.h', | 2615 'browser/ui/gtk/gtk_chrome_link_button.h', |
| 2614 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', | 2616 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', |
| 2615 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', | 2617 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', |
| (...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4407 'hard_dependency': 1, | 4409 'hard_dependency': 1, |
| 4408 }, | 4410 }, |
| 4409 ], | 4411 ], |
| 4410 } | 4412 } |
| 4411 | 4413 |
| 4412 # Local Variables: | 4414 # Local Variables: |
| 4413 # tab-width:2 | 4415 # tab-width:2 |
| 4414 # indent-tabs-mode:nil | 4416 # indent-tabs-mode:nil |
| 4415 # End: | 4417 # End: |
| 4416 # vim: set expandtab tabstop=2 shiftwidth=2: | 4418 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |