Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8490029: GTK: Move code shared by future content/ classes and chrome/ to ui/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove platform_util method. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/gtk/focus_store_gtk.cc ('k') | ui/base/gtk/focus_store_gtk.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/focus_store_gtk.cc ('k') | ui/base/gtk/focus_store_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698