| 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 2561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2572 'browser/ui/gtk/first_run_bubble.cc', | 2572 'browser/ui/gtk/first_run_bubble.cc', |
| 2573 'browser/ui/gtk/first_run_bubble.h', | 2573 'browser/ui/gtk/first_run_bubble.h', |
| 2574 'browser/ui/gtk/first_run_dialog.cc', | 2574 'browser/ui/gtk/first_run_dialog.cc', |
| 2575 'browser/ui/gtk/first_run_dialog.h', | 2575 'browser/ui/gtk/first_run_dialog.h', |
| 2576 'browser/ui/gtk/focus_store_gtk.cc', | 2576 'browser/ui/gtk/focus_store_gtk.cc', |
| 2577 'browser/ui/gtk/focus_store_gtk.h', | 2577 'browser/ui/gtk/focus_store_gtk.h', |
| 2578 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', | 2578 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', |
| 2579 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', | 2579 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', |
| 2580 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2580 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| 2581 'browser/ui/gtk/gconf_titlebar_listener.h', | 2581 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 2582 'browser/ui/gtk/global_menu_bar.cc', |
| 2583 'browser/ui/gtk/global_menu_bar.h', |
| 2582 'browser/ui/gtk/gtk_chrome_button.cc', | 2584 'browser/ui/gtk/gtk_chrome_button.cc', |
| 2583 'browser/ui/gtk/gtk_chrome_button.h', | 2585 'browser/ui/gtk/gtk_chrome_button.h', |
| 2584 'browser/ui/gtk/gtk_chrome_cookie_view.cc', | 2586 'browser/ui/gtk/gtk_chrome_cookie_view.cc', |
| 2585 'browser/ui/gtk/gtk_chrome_cookie_view.h', | 2587 'browser/ui/gtk/gtk_chrome_cookie_view.h', |
| 2586 'browser/ui/gtk/gtk_chrome_link_button.cc', | 2588 'browser/ui/gtk/gtk_chrome_link_button.cc', |
| 2587 'browser/ui/gtk/gtk_chrome_link_button.h', | 2589 'browser/ui/gtk/gtk_chrome_link_button.h', |
| 2588 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', | 2590 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', |
| 2589 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', | 2591 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', |
| 2590 'browser/ui/gtk/gtk_custom_menu.cc', | 2592 'browser/ui/gtk/gtk_custom_menu.cc', |
| 2591 'browser/ui/gtk/gtk_custom_menu.h', | 2593 'browser/ui/gtk/gtk_custom_menu.h', |
| (...skipping 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4402 'hard_dependency': 1, | 4404 'hard_dependency': 1, |
| 4403 }, | 4405 }, |
| 4404 ], | 4406 ], |
| 4405 } | 4407 } |
| 4406 | 4408 |
| 4407 # Local Variables: | 4409 # Local Variables: |
| 4408 # tab-width:2 | 4410 # tab-width:2 |
| 4409 # indent-tabs-mode:nil | 4411 # indent-tabs-mode:nil |
| 4410 # End: | 4412 # End: |
| 4411 # vim: set expandtab tabstop=2 shiftwidth=2: | 4413 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |