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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8298019: Implement InputWindowDialog with WebUI for bookmark folder management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 9 years, 2 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/webui/input_window_dialog_webui.cc ('k') | chrome/common/url_constants.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 'dependencies': [ 10 'dependencies': [
(...skipping 3085 matching lines...) Expand 10 before | Expand all | Expand 10 after
3096 'browser/ui/gtk/theme_install_bubble_view_gtk.h', 3096 'browser/ui/gtk/theme_install_bubble_view_gtk.h',
3097 'browser/ui/gtk/unity_service.cc', 3097 'browser/ui/gtk/unity_service.cc',
3098 'browser/ui/gtk/unity_service.h', 3098 'browser/ui/gtk/unity_service.h',
3099 'browser/ui/gtk/update_recommended_dialog.cc', 3099 'browser/ui/gtk/update_recommended_dialog.cc',
3100 'browser/ui/gtk/update_recommended_dialog.h', 3100 'browser/ui/gtk/update_recommended_dialog.h',
3101 'browser/ui/gtk/view_id_util.cc', 3101 'browser/ui/gtk/view_id_util.cc',
3102 'browser/ui/gtk/view_id_util.h', 3102 'browser/ui/gtk/view_id_util.h',
3103 'browser/ui/gtk/web_intent_picker_gtk.cc', 3103 'browser/ui/gtk/web_intent_picker_gtk.cc',
3104 'browser/ui/gtk/web_intent_picker_gtk.h', 3104 'browser/ui/gtk/web_intent_picker_gtk.h',
3105 'browser/ui/input_window_dialog.h', 3105 'browser/ui/input_window_dialog.h',
3106 'browser/ui/input_window_dialog_linux.cc',
3106 'browser/ui/input_window_dialog_gtk.cc', 3107 'browser/ui/input_window_dialog_gtk.cc',
3108 'browser/ui/input_window_dialog_gtk.h',
3107 'browser/ui/input_window_dialog_win.cc', 3109 'browser/ui/input_window_dialog_win.cc',
3108 'browser/ui/intents/web_intent_picker.h', 3110 'browser/ui/intents/web_intent_picker.h',
3109 'browser/ui/intents/web_intent_picker_controller.cc', 3111 'browser/ui/intents/web_intent_picker_controller.cc',
3110 'browser/ui/intents/web_intent_picker_controller.h', 3112 'browser/ui/intents/web_intent_picker_controller.h',
3111 'browser/ui/intents/web_intent_picker_delegate.h', 3113 'browser/ui/intents/web_intent_picker_delegate.h',
3112 'browser/ui/intents/web_intent_picker_factory.h', 3114 'browser/ui/intents/web_intent_picker_factory.h',
3113 'browser/ui/intents/web_intent_picker_factory_impl.cc', 3115 'browser/ui/intents/web_intent_picker_factory_impl.cc',
3114 'browser/ui/intents/web_intent_picker_factory_impl.h', 3116 'browser/ui/intents/web_intent_picker_factory_impl.h',
3115 'browser/ui/intents/web_intents_model.cc', 3117 'browser/ui/intents/web_intents_model.cc',
3116 'browser/ui/intents/web_intents_model.h', 3118 'browser/ui/intents/web_intents_model.h',
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
3695 'browser/ui/webui/flags_ui.cc', 3697 'browser/ui/webui/flags_ui.cc',
3696 'browser/ui/webui/flags_ui.h', 3698 'browser/ui/webui/flags_ui.h',
3697 'browser/ui/webui/flash_ui.cc', 3699 'browser/ui/webui/flash_ui.cc',
3698 'browser/ui/webui/flash_ui.h', 3700 'browser/ui/webui/flash_ui.h',
3699 'browser/ui/webui/gpu_internals_ui.cc', 3701 'browser/ui/webui/gpu_internals_ui.cc',
3700 'browser/ui/webui/gpu_internals_ui.h', 3702 'browser/ui/webui/gpu_internals_ui.h',
3701 'browser/ui/webui/history2_ui.cc', 3703 'browser/ui/webui/history2_ui.cc',
3702 'browser/ui/webui/history2_ui.h', 3704 'browser/ui/webui/history2_ui.h',
3703 'browser/ui/webui/history_ui.cc', 3705 'browser/ui/webui/history_ui.cc',
3704 'browser/ui/webui/history_ui.h', 3706 'browser/ui/webui/history_ui.h',
3707 'browser/ui/webui/input_window_dialog_ui.cc',
3708 'browser/ui/webui/input_window_dialog_ui.h',
3709 'browser/ui/webui/input_window_dialog_webui.cc',
3710 'browser/ui/webui/input_window_dialog_webui.h',
3705 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3711 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3706 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3712 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3707 'browser/ui/webui/html_dialog_ui.cc', 3713 'browser/ui/webui/html_dialog_ui.cc',
3708 'browser/ui/webui/html_dialog_ui.h', 3714 'browser/ui/webui/html_dialog_ui.h',
3709 'browser/ui/webui/hung_renderer_dialog.cc', 3715 'browser/ui/webui/hung_renderer_dialog.cc',
3710 'browser/ui/webui/hung_renderer_dialog.h', 3716 'browser/ui/webui/hung_renderer_dialog.h',
3711 'browser/ui/webui/hung_renderer_dialog_ui.cc', 3717 'browser/ui/webui/hung_renderer_dialog_ui.cc',
3712 'browser/ui/webui/hung_renderer_dialog_ui.h', 3718 'browser/ui/webui/hung_renderer_dialog_ui.h',
3713 'browser/ui/webui/keyboard_ui.cc', 3719 'browser/ui/webui/keyboard_ui.cc',
3714 'browser/ui/webui/keyboard_ui.h', 3720 'browser/ui/webui/keyboard_ui.h',
(...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
5191 'type': 'static_library', 5197 'type': 'static_library',
5192 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5198 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5193 'variables': { 5199 'variables': {
5194 'proto_in_dir': 'browser/history', 5200 'proto_in_dir': 'browser/history',
5195 'proto_out_dir': 'chrome/browser/history', 5201 'proto_out_dir': 'chrome/browser/history',
5196 }, 5202 },
5197 'includes': [ '../build/protoc.gypi' ] 5203 'includes': [ '../build/protoc.gypi' ]
5198 }, 5204 },
5199 ], 5205 ],
5200 } 5206 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/input_window_dialog_webui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698