| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 2931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2942 'browser/ui/gtk/first_run_bubble.cc', | 2942 'browser/ui/gtk/first_run_bubble.cc', |
| 2943 'browser/ui/gtk/first_run_bubble.h', | 2943 'browser/ui/gtk/first_run_bubble.h', |
| 2944 'browser/ui/gtk/first_run_dialog.cc', | 2944 'browser/ui/gtk/first_run_dialog.cc', |
| 2945 'browser/ui/gtk/first_run_dialog.h', | 2945 'browser/ui/gtk/first_run_dialog.h', |
| 2946 'browser/ui/gtk/focus_store_gtk.cc', | 2946 'browser/ui/gtk/focus_store_gtk.cc', |
| 2947 'browser/ui/gtk/focus_store_gtk.h', | 2947 'browser/ui/gtk/focus_store_gtk.h', |
| 2948 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', | 2948 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', |
| 2949 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', | 2949 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', |
| 2950 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2950 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| 2951 'browser/ui/gtk/gconf_titlebar_listener.h', | 2951 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 2952 'browser/ui/gtk/global_bookmark_menu.cc', | |
| 2953 'browser/ui/gtk/global_bookmark_menu.h', | |
| 2954 'browser/ui/gtk/global_error_bubble.cc', | 2952 'browser/ui/gtk/global_error_bubble.cc', |
| 2955 'browser/ui/gtk/global_error_bubble.h', | 2953 'browser/ui/gtk/global_error_bubble.h', |
| 2956 'browser/ui/gtk/global_history_menu.cc', | 2954 'browser/ui/gtk/global_history_menu.cc', |
| 2957 'browser/ui/gtk/global_history_menu.h', | 2955 'browser/ui/gtk/global_history_menu.h', |
| 2958 'browser/ui/gtk/global_menu_bar.cc', | 2956 'browser/ui/gtk/global_menu_bar.cc', |
| 2959 'browser/ui/gtk/global_menu_bar.h', | 2957 'browser/ui/gtk/global_menu_bar.h', |
| 2960 'browser/ui/gtk/gtk_chrome_button.cc', | 2958 'browser/ui/gtk/gtk_chrome_button.cc', |
| 2961 'browser/ui/gtk/gtk_chrome_button.h', | 2959 'browser/ui/gtk/gtk_chrome_button.h', |
| 2962 'browser/ui/gtk/gtk_chrome_cookie_view.cc', | 2960 'browser/ui/gtk/gtk_chrome_cookie_view.cc', |
| 2963 'browser/ui/gtk/gtk_chrome_cookie_view.h', | 2961 'browser/ui/gtk/gtk_chrome_cookie_view.h', |
| (...skipping 2178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5142 'type': 'static_library', | 5140 'type': 'static_library', |
| 5143 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5141 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5144 'variables': { | 5142 'variables': { |
| 5145 'proto_in_dir': 'browser/history', | 5143 'proto_in_dir': 'browser/history', |
| 5146 'proto_out_dir': 'chrome/browser/history', | 5144 'proto_out_dir': 'chrome/browser/history', |
| 5147 }, | 5145 }, |
| 5148 'includes': [ '../build/protoc.gypi' ] | 5146 'includes': [ '../build/protoc.gypi' ] |
| 5149 }, | 5147 }, |
| 5150 ], | 5148 ], |
| 5151 } | 5149 } |
| OLD | NEW |