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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9379016: (WIP) Website Settings GTK UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tmp 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/website_settings_model.cc ('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 3021 matching lines...) Expand 10 before | Expand all | Expand 10 after
3032 'browser/ui/gtk/theme_service_gtk.cc', 3032 'browser/ui/gtk/theme_service_gtk.cc',
3033 'browser/ui/gtk/theme_service_gtk.h', 3033 'browser/ui/gtk/theme_service_gtk.h',
3034 'browser/ui/gtk/unity_service.cc', 3034 'browser/ui/gtk/unity_service.cc',
3035 'browser/ui/gtk/unity_service.h', 3035 'browser/ui/gtk/unity_service.h',
3036 'browser/ui/gtk/update_recommended_dialog.cc', 3036 'browser/ui/gtk/update_recommended_dialog.cc',
3037 'browser/ui/gtk/update_recommended_dialog.h', 3037 'browser/ui/gtk/update_recommended_dialog.h',
3038 'browser/ui/gtk/view_id_util.cc', 3038 'browser/ui/gtk/view_id_util.cc',
3039 'browser/ui/gtk/view_id_util.h', 3039 'browser/ui/gtk/view_id_util.h',
3040 'browser/ui/gtk/web_intent_picker_gtk.cc', 3040 'browser/ui/gtk/web_intent_picker_gtk.cc',
3041 'browser/ui/gtk/web_intent_picker_gtk.h', 3041 'browser/ui/gtk/web_intent_picker_gtk.h',
3042 'browser/ui/gtk/website_settings_popup_gtk.cc',
3042 'browser/ui/intents/web_intent_inline_disposition_delegate.cc', 3043 'browser/ui/intents/web_intent_inline_disposition_delegate.cc',
3043 'browser/ui/intents/web_intent_inline_disposition_delegate.h', 3044 'browser/ui/intents/web_intent_inline_disposition_delegate.h',
3044 'browser/ui/intents/web_intent_picker.cc', 3045 'browser/ui/intents/web_intent_picker.cc',
3045 'browser/ui/intents/web_intent_picker.h', 3046 'browser/ui/intents/web_intent_picker.h',
3046 'browser/ui/intents/web_intent_picker_controller.cc', 3047 'browser/ui/intents/web_intent_picker_controller.cc',
3047 'browser/ui/intents/web_intent_picker_controller.h', 3048 'browser/ui/intents/web_intent_picker_controller.h',
3048 'browser/ui/intents/web_intent_picker_delegate.h', 3049 'browser/ui/intents/web_intent_picker_delegate.h',
3049 'browser/ui/intents/web_intent_picker_model.cc', 3050 'browser/ui/intents/web_intent_picker_model.cc',
3050 'browser/ui/intents/web_intent_picker_model.h', 3051 'browser/ui/intents/web_intent_picker_model.h',
3051 'browser/ui/intents/web_intent_picker_model_observer.h', 3052 'browser/ui/intents/web_intent_picker_model_observer.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
3181 'browser/ui/toolbar/encoding_menu_controller.h', 3182 'browser/ui/toolbar/encoding_menu_controller.h',
3182 'browser/ui/toolbar/toolbar_model.cc', 3183 'browser/ui/toolbar/toolbar_model.cc',
3183 'browser/ui/toolbar/toolbar_model.h', 3184 'browser/ui/toolbar/toolbar_model.h',
3184 'browser/ui/toolbar/toolbar_model_delegate.h', 3185 'browser/ui/toolbar/toolbar_model_delegate.h',
3185 'browser/ui/toolbar/wrench_menu_model.cc', 3186 'browser/ui/toolbar/wrench_menu_model.cc',
3186 'browser/ui/toolbar/wrench_menu_model.h', 3187 'browser/ui/toolbar/wrench_menu_model.h',
3187 'browser/ui/toolbar/wrench_menu_model_chromeos.cc', 3188 'browser/ui/toolbar/wrench_menu_model_chromeos.cc',
3188 'browser/ui/touch/status_bubble_touch.cc', 3189 'browser/ui/touch/status_bubble_touch.cc',
3189 'browser/ui/touch/status_bubble_touch.h', 3190 'browser/ui/touch/status_bubble_touch.h',
3190 'browser/ui/view_ids.h', 3191 'browser/ui/view_ids.h',
3192 'browser/ui/website_settings_popup.h',
3191 'browser/ui/views/about_chrome_view.cc', 3193 'browser/ui/views/about_chrome_view.cc',
3192 'browser/ui/views/about_chrome_view.h', 3194 'browser/ui/views/about_chrome_view.h',
3193 'browser/ui/views/about_ipc_dialog.cc', 3195 'browser/ui/views/about_ipc_dialog.cc',
3194 'browser/ui/views/about_ipc_dialog.h', 3196 'browser/ui/views/about_ipc_dialog.h',
3195 'browser/ui/views/accelerator_table.cc', 3197 'browser/ui/views/accelerator_table.cc',
3196 'browser/ui/views/accelerator_table.h', 3198 'browser/ui/views/accelerator_table.h',
3197 'browser/ui/views/accessibility_event_router_views.cc', 3199 'browser/ui/views/accessibility_event_router_views.cc',
3198 'browser/ui/views/accessibility_event_router_views.h', 3200 'browser/ui/views/accessibility_event_router_views.h',
3199 'browser/ui/views/app_menu_button_win.cc', 3201 'browser/ui/views/app_menu_button_win.cc',
3200 'browser/ui/views/app_menu_button_win.h', 3202 'browser/ui/views/app_menu_button_win.h',
(...skipping 2180 matching lines...) Expand 10 before | Expand all | Expand 10 after
5381 'variables': { 5383 'variables': {
5382 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5384 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5383 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5385 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5384 }, 5386 },
5385 'includes': ['../build/protoc.gypi'], 5387 'includes': ['../build/protoc.gypi'],
5386 }], 5388 }],
5387 ], 5389 ],
5388 }, 5390 },
5389 ], 5391 ],
5390 } 5392 }
OLDNEW
« no previous file with comments | « chrome/browser/website_settings_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698