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 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2965 'browser/ui/gtk/browser_titlebar.cc', | 2965 'browser/ui/gtk/browser_titlebar.cc', |
2966 'browser/ui/gtk/browser_titlebar.h', | 2966 'browser/ui/gtk/browser_titlebar.h', |
2967 'browser/ui/gtk/browser_toolbar_gtk.cc', | 2967 'browser/ui/gtk/browser_toolbar_gtk.cc', |
2968 'browser/ui/gtk/browser_toolbar_gtk.h', | 2968 'browser/ui/gtk/browser_toolbar_gtk.h', |
2969 'browser/ui/gtk/browser_window_gtk.cc', | 2969 'browser/ui/gtk/browser_window_gtk.cc', |
2970 'browser/ui/gtk/browser_window_gtk.h', | 2970 'browser/ui/gtk/browser_window_gtk.h', |
2971 'browser/ui/gtk/bubble/bubble_accelerators_gtk.cc', | 2971 'browser/ui/gtk/bubble/bubble_accelerators_gtk.cc', |
2972 'browser/ui/gtk/bubble/bubble_accelerators_gtk.h', | 2972 'browser/ui/gtk/bubble/bubble_accelerators_gtk.h', |
2973 'browser/ui/gtk/bubble/bubble_gtk.cc', | 2973 'browser/ui/gtk/bubble/bubble_gtk.cc', |
2974 'browser/ui/gtk/bubble/bubble_gtk.h', | 2974 'browser/ui/gtk/bubble/bubble_gtk.h', |
2975 'browser/ui/gtk/cairo_cached_surface.cc', | |
2976 'browser/ui/gtk/cairo_cached_surface.h', | |
2977 'browser/ui/gtk/certificate_viewer.cc', | 2975 'browser/ui/gtk/certificate_viewer.cc', |
2978 'browser/ui/gtk/chrome_gtk_frame.cc', | 2976 'browser/ui/gtk/chrome_gtk_frame.cc', |
2979 'browser/ui/gtk/chrome_gtk_frame.h', | 2977 'browser/ui/gtk/chrome_gtk_frame.h', |
2980 'browser/ui/gtk/collected_cookies_gtk.cc', | 2978 'browser/ui/gtk/collected_cookies_gtk.cc', |
2981 'browser/ui/gtk/collected_cookies_gtk.h', | 2979 'browser/ui/gtk/collected_cookies_gtk.h', |
2982 'browser/ui/gtk/constrained_html_delegate_gtk.cc', | 2980 'browser/ui/gtk/constrained_html_delegate_gtk.cc', |
2983 'browser/ui/gtk/constrained_window_gtk.cc', | 2981 'browser/ui/gtk/constrained_window_gtk.cc', |
2984 'browser/ui/gtk/constrained_window_gtk.h', | 2982 'browser/ui/gtk/constrained_window_gtk.h', |
2985 'browser/ui/gtk/content_setting_bubble_gtk.cc', | 2983 'browser/ui/gtk/content_setting_bubble_gtk.cc', |
2986 'browser/ui/gtk/content_setting_bubble_gtk.h', | 2984 'browser/ui/gtk/content_setting_bubble_gtk.h', |
(...skipping 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5235 'type': 'static_library', | 5233 'type': 'static_library', |
5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5234 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5237 'variables': { | 5235 'variables': { |
5238 'proto_in_dir': 'browser/history', | 5236 'proto_in_dir': 'browser/history', |
5239 'proto_out_dir': 'chrome/browser/history', | 5237 'proto_out_dir': 'chrome/browser/history', |
5240 }, | 5238 }, |
5241 'includes': [ '../build/protoc.gypi' ] | 5239 'includes': [ '../build/protoc.gypi' ] |
5242 }, | 5240 }, |
5243 ], | 5241 ], |
5244 } | 5242 } |
OLD | NEW |