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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10271002: browser: Remove window.{cc,h} module completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/views/window.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 3541 matching lines...) Expand 10 before | Expand all | Expand 10 after
3552 'browser/ui/views/unhandled_keyboard_event_handler_win.cc', 3552 'browser/ui/views/unhandled_keyboard_event_handler_win.cc',
3553 'browser/ui/views/uninstall_view.cc', 3553 'browser/ui/views/uninstall_view.cc',
3554 'browser/ui/views/uninstall_view.h', 3554 'browser/ui/views/uninstall_view.h',
3555 'browser/ui/views/update_recommended_message_box.cc', 3555 'browser/ui/views/update_recommended_message_box.cc',
3556 'browser/ui/views/update_recommended_message_box.h', 3556 'browser/ui/views/update_recommended_message_box.h',
3557 'browser/ui/views/user_data_dir_dialog.cc', 3557 'browser/ui/views/user_data_dir_dialog.cc',
3558 'browser/ui/views/user_data_dir_dialog.h', 3558 'browser/ui/views/user_data_dir_dialog.h',
3559 'browser/ui/views/web_dialog_view.cc', 3559 'browser/ui/views/web_dialog_view.cc',
3560 'browser/ui/views/web_dialog_view.h', 3560 'browser/ui/views/web_dialog_view.h',
3561 'browser/ui/views/web_intent_picker_views.cc', 3561 'browser/ui/views/web_intent_picker_views.cc',
3562 'browser/ui/views/window.cc',
3563 'browser/ui/views/window.h',
3564 'browser/ui/views/wrench_menu.cc', 3562 'browser/ui/views/wrench_menu.cc',
3565 'browser/ui/views/wrench_menu.h', 3563 'browser/ui/views/wrench_menu.h',
3566 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc', 3564 'browser/ui/virtual_keyboard/virtual_keyboard_manager.cc',
3567 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h', 3565 'browser/ui/virtual_keyboard/virtual_keyboard_manager.h',
3568 'browser/ui/web_applications/web_app_ui.cc', 3566 'browser/ui/web_applications/web_app_ui.cc',
3569 'browser/ui/web_applications/web_app_ui.h', 3567 'browser/ui/web_applications/web_app_ui.h',
3570 'browser/ui/webui/about_ui.cc', 3568 'browser/ui/webui/about_ui.cc',
3571 'browser/ui/webui/about_ui.h', 3569 'browser/ui/webui/about_ui.h',
3572 'browser/ui/webui/bookmarks_ui.cc', 3570 'browser/ui/webui/bookmarks_ui.cc',
3573 'browser/ui/webui/bookmarks_ui.h', 3571 'browser/ui/webui/bookmarks_ui.h',
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
5008 ['include', '^browser/ui/views/toolbar_view.cc'], 5006 ['include', '^browser/ui/views/toolbar_view.cc'],
5009 ['include', '^browser/ui/views/toolbar_view.h'], 5007 ['include', '^browser/ui/views/toolbar_view.h'],
5010 ['include', '^browser/ui/views/unhandled_keyboard_event_handler_ aurax11.cc'], 5008 ['include', '^browser/ui/views/unhandled_keyboard_event_handler_ aurax11.cc'],
5011 ['include', '^browser/ui/views/unhandled_keyboard_event_handler. cc'], 5009 ['include', '^browser/ui/views/unhandled_keyboard_event_handler. cc'],
5012 ['include', '^browser/ui/views/unhandled_keyboard_event_handler. h'], 5010 ['include', '^browser/ui/views/unhandled_keyboard_event_handler. h'],
5013 ['include', '^browser/ui/views/update_recommended_message_box.cc '], 5011 ['include', '^browser/ui/views/update_recommended_message_box.cc '],
5014 ['include', '^browser/ui/views/update_recommended_message_box.h' ], 5012 ['include', '^browser/ui/views/update_recommended_message_box.h' ],
5015 ['include', '^browser/ui/views/web_dialog_view.cc'], 5013 ['include', '^browser/ui/views/web_dialog_view.cc'],
5016 ['include', '^browser/ui/views/web_dialog_view.h'], 5014 ['include', '^browser/ui/views/web_dialog_view.h'],
5017 ['include', '^browser/ui/views/web_intent_picker_views.cc'], 5015 ['include', '^browser/ui/views/web_intent_picker_views.cc'],
5018 ['include', '^browser/ui/views/window.cc'],
5019 ['include', '^browser/ui/views/window.h'],
5020 ['include', '^browser/ui/views/wrench_menu.cc'], 5016 ['include', '^browser/ui/views/wrench_menu.cc'],
5021 ['include', '^browser/ui/views/wrench_menu.h'], 5017 ['include', '^browser/ui/views/wrench_menu.h'],
5022 ['include', '^browser/ui/window_sizer.cc'], 5018 ['include', '^browser/ui/window_sizer.cc'],
5023 ['include', '^browser/ui/window_sizer.h'], 5019 ['include', '^browser/ui/window_sizer.h'],
5024 ], 5020 ],
5025 }, { # else: OS=="linux" and use_aura) 5021 }, { # else: OS=="linux" and use_aura)
5026 'sources/': [ 5022 'sources/': [
5027 ['exclude', '^browser/ui/webui/tab_modal_confirm_dialog_webui.cc '], 5023 ['exclude', '^browser/ui/webui/tab_modal_confirm_dialog_webui.cc '],
5028 ['exclude', '^browser/ui/webui/tab_modal_confirm_dialog_webui.h' ], 5024 ['exclude', '^browser/ui/webui/tab_modal_confirm_dialog_webui.h' ],
5029 ] 5025 ]
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
5238 'type': 'static_library', 5234 'type': 'static_library',
5239 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5235 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5240 'variables': { 5236 'variables': {
5241 'proto_in_dir': 'browser/chromeos/gdata', 5237 'proto_in_dir': 'browser/chromeos/gdata',
5242 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5238 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5243 }, 5239 },
5244 'includes': [ '../build/protoc.gypi' ] 5240 'includes': [ '../build/protoc.gypi' ]
5245 }, 5241 },
5246 ], 5242 ],
5247 } 5243 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698