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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2981 'browser/ui/gtk/extensions/extension_view_gtk.cc', | 2981 'browser/ui/gtk/extensions/extension_view_gtk.cc', |
2982 'browser/ui/gtk/extensions/extension_view_gtk.h', | 2982 'browser/ui/gtk/extensions/extension_view_gtk.h', |
2983 'browser/ui/gtk/external_protocol_dialog_gtk.cc', | 2983 'browser/ui/gtk/external_protocol_dialog_gtk.cc', |
2984 'browser/ui/gtk/external_protocol_dialog_gtk.h', | 2984 'browser/ui/gtk/external_protocol_dialog_gtk.h', |
2985 'browser/ui/gtk/find_bar_gtk.cc', | 2985 'browser/ui/gtk/find_bar_gtk.cc', |
2986 'browser/ui/gtk/find_bar_gtk.h', | 2986 'browser/ui/gtk/find_bar_gtk.h', |
2987 'browser/ui/gtk/first_run_bubble.cc', | 2987 'browser/ui/gtk/first_run_bubble.cc', |
2988 'browser/ui/gtk/first_run_bubble.h', | 2988 'browser/ui/gtk/first_run_bubble.h', |
2989 'browser/ui/gtk/first_run_dialog.cc', | 2989 'browser/ui/gtk/first_run_dialog.cc', |
2990 'browser/ui/gtk/first_run_dialog.h', | 2990 'browser/ui/gtk/first_run_dialog.h', |
2991 'browser/ui/gtk/focus_store_gtk.cc', | |
2992 'browser/ui/gtk/focus_store_gtk.h', | |
2993 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', | 2991 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', |
2994 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', | 2992 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', |
2995 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2993 'browser/ui/gtk/gconf_titlebar_listener.cc', |
2996 'browser/ui/gtk/gconf_titlebar_listener.h', | 2994 'browser/ui/gtk/gconf_titlebar_listener.h', |
2997 'browser/ui/gtk/global_error_bubble.cc', | 2995 'browser/ui/gtk/global_error_bubble.cc', |
2998 'browser/ui/gtk/global_error_bubble.h', | 2996 'browser/ui/gtk/global_error_bubble.h', |
2999 'browser/ui/gtk/global_history_menu.cc', | 2997 'browser/ui/gtk/global_history_menu.cc', |
3000 'browser/ui/gtk/global_history_menu.h', | 2998 'browser/ui/gtk/global_history_menu.h', |
3001 'browser/ui/gtk/global_menu_bar.cc', | 2999 'browser/ui/gtk/global_menu_bar.cc', |
3002 'browser/ui/gtk/global_menu_bar.h', | 3000 'browser/ui/gtk/global_menu_bar.h', |
(...skipping 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5287 'type': 'static_library', | 5285 'type': 'static_library', |
5288 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5286 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5289 'variables': { | 5287 'variables': { |
5290 'proto_in_dir': 'browser/history', | 5288 'proto_in_dir': 'browser/history', |
5291 'proto_out_dir': 'chrome/browser/history', | 5289 'proto_out_dir': 'chrome/browser/history', |
5292 }, | 5290 }, |
5293 'includes': [ '../build/protoc.gypi' ] | 5291 'includes': [ '../build/protoc.gypi' ] |
5294 }, | 5292 }, |
5295 ], | 5293 ], |
5296 } | 5294 } |
OLD | NEW |