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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9732007: Add GTK Website Settings UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move string changes out of this CL. Created 8 years, 9 months 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/website_settings_ui.h ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 3044 matching lines...) Expand 10 before | Expand all | Expand 10 after
3055 'browser/ui/gtk/theme_service_gtk.cc', 3055 'browser/ui/gtk/theme_service_gtk.cc',
3056 'browser/ui/gtk/theme_service_gtk.h', 3056 'browser/ui/gtk/theme_service_gtk.h',
3057 'browser/ui/gtk/unity_service.cc', 3057 'browser/ui/gtk/unity_service.cc',
3058 'browser/ui/gtk/unity_service.h', 3058 'browser/ui/gtk/unity_service.h',
3059 'browser/ui/gtk/update_recommended_dialog.cc', 3059 'browser/ui/gtk/update_recommended_dialog.cc',
3060 'browser/ui/gtk/update_recommended_dialog.h', 3060 'browser/ui/gtk/update_recommended_dialog.h',
3061 'browser/ui/gtk/view_id_util.cc', 3061 'browser/ui/gtk/view_id_util.cc',
3062 'browser/ui/gtk/view_id_util.h', 3062 'browser/ui/gtk/view_id_util.h',
3063 'browser/ui/gtk/web_intent_picker_gtk.cc', 3063 'browser/ui/gtk/web_intent_picker_gtk.cc',
3064 'browser/ui/gtk/web_intent_picker_gtk.h', 3064 'browser/ui/gtk/web_intent_picker_gtk.h',
3065 'browser/ui/gtk/website_settings_popup_gtk.cc',
3066 'browser/ui/gtk/website_settings_popup_gtk.h',
3065 'browser/ui/intents/web_intent_inline_disposition_delegate.cc', 3067 'browser/ui/intents/web_intent_inline_disposition_delegate.cc',
3066 'browser/ui/intents/web_intent_inline_disposition_delegate.h', 3068 'browser/ui/intents/web_intent_inline_disposition_delegate.h',
3067 'browser/ui/intents/web_intent_picker.cc', 3069 'browser/ui/intents/web_intent_picker.cc',
3068 'browser/ui/intents/web_intent_picker.h', 3070 'browser/ui/intents/web_intent_picker.h',
3069 'browser/ui/intents/web_intent_picker_controller.cc', 3071 'browser/ui/intents/web_intent_picker_controller.cc',
3070 'browser/ui/intents/web_intent_picker_controller.h', 3072 'browser/ui/intents/web_intent_picker_controller.h',
3071 'browser/ui/intents/web_intent_picker_delegate.h', 3073 'browser/ui/intents/web_intent_picker_delegate.h',
3072 'browser/ui/intents/web_intent_picker_model.cc', 3074 'browser/ui/intents/web_intent_picker_model.cc',
3073 'browser/ui/intents/web_intent_picker_model.h', 3075 'browser/ui/intents/web_intent_picker_model.h',
3074 'browser/ui/intents/web_intent_picker_model_observer.h', 3076 'browser/ui/intents/web_intent_picker_model_observer.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3207 'browser/ui/toolbar/encoding_menu_controller.h', 3209 'browser/ui/toolbar/encoding_menu_controller.h',
3208 'browser/ui/toolbar/toolbar_model.cc', 3210 'browser/ui/toolbar/toolbar_model.cc',
3209 'browser/ui/toolbar/toolbar_model.h', 3211 'browser/ui/toolbar/toolbar_model.h',
3210 'browser/ui/toolbar/toolbar_model_delegate.h', 3212 'browser/ui/toolbar/toolbar_model_delegate.h',
3211 'browser/ui/toolbar/wrench_menu_model.cc', 3213 'browser/ui/toolbar/wrench_menu_model.cc',
3212 'browser/ui/toolbar/wrench_menu_model.h', 3214 'browser/ui/toolbar/wrench_menu_model.h',
3213 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', 3215 'browser/ui/toolbar/wrench_menu_model_chromeos.cc',
3214 'browser/ui/touch/status_bubble_touch.cc', 3216 'browser/ui/touch/status_bubble_touch.cc',
3215 'browser/ui/touch/status_bubble_touch.h', 3217 'browser/ui/touch/status_bubble_touch.h',
3216 'browser/ui/view_ids.h', 3218 'browser/ui/view_ids.h',
3219 'browser/ui/website_settings_ui.h',
3217 'browser/ui/views/about_chrome_view.cc', 3220 'browser/ui/views/about_chrome_view.cc',
3218 'browser/ui/views/about_chrome_view.h', 3221 'browser/ui/views/about_chrome_view.h',
3219 'browser/ui/views/about_ipc_dialog.cc', 3222 'browser/ui/views/about_ipc_dialog.cc',
3220 'browser/ui/views/about_ipc_dialog.h', 3223 'browser/ui/views/about_ipc_dialog.h',
3221 'browser/ui/views/accelerator_table.cc', 3224 'browser/ui/views/accelerator_table.cc',
3222 'browser/ui/views/accelerator_table.h', 3225 'browser/ui/views/accelerator_table.h',
3223 'browser/ui/views/accessibility_event_router_views.cc', 3226 'browser/ui/views/accessibility_event_router_views.cc',
3224 'browser/ui/views/accessibility_event_router_views.h', 3227 'browser/ui/views/accessibility_event_router_views.h',
3225 'browser/ui/views/app_menu_button_win.cc', 3228 'browser/ui/views/app_menu_button_win.cc',
3226 'browser/ui/views/app_menu_button_win.h', 3229 'browser/ui/views/app_menu_button_win.h',
(...skipping 1972 matching lines...) Expand 10 before | Expand all | Expand 10 after
5199 'variables': { 5202 'variables': {
5200 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5203 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5201 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5204 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5202 }, 5205 },
5203 'includes': ['../build/protoc.gypi'], 5206 'includes': ['../build/protoc.gypi'],
5204 }], 5207 }],
5205 ], 5208 ],
5206 }, 5209 },
5207 ], 5210 ],
5208 } 5211 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings_ui.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698