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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10025039: Reland Propagate OnNativeWidgetMove to delegate/observers, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename views::Widget::Observer::OnWidgetMoved to avoid conflicts with WidgetDelegate::OnWidgetMove. Created 8 years, 8 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/tabs/tab_drag_controller2.cc ('k') | ui/views/bubble/bubble_delegate.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) 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 3350 matching lines...) Expand 10 before | Expand all | Expand 10 after
3361 'browser/ui/views/frame/browser_non_client_frame_view.h', 3361 'browser/ui/views/frame/browser_non_client_frame_view.h',
3362 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 3362 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
3363 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', 3363 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
3364 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', 3364 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc',
3365 'browser/ui/views/frame/browser_root_view.cc', 3365 'browser/ui/views/frame/browser_root_view.cc',
3366 'browser/ui/views/frame/browser_root_view.h', 3366 'browser/ui/views/frame/browser_root_view.h',
3367 'browser/ui/views/frame/browser_view.cc', 3367 'browser/ui/views/frame/browser_view.cc',
3368 'browser/ui/views/frame/browser_view.h', 3368 'browser/ui/views/frame/browser_view.h',
3369 'browser/ui/views/frame/browser_view_layout.cc', 3369 'browser/ui/views/frame/browser_view_layout.cc',
3370 'browser/ui/views/frame/browser_view_layout.h', 3370 'browser/ui/views/frame/browser_view_layout.h',
3371 'browser/ui/views/frame/browser_window_move_observer.h',
3372 'browser/ui/views/frame/contents_container.cc', 3371 'browser/ui/views/frame/contents_container.cc',
3373 'browser/ui/views/frame/contents_container.h', 3372 'browser/ui/views/frame/contents_container.h',
3374 'browser/ui/views/frame/glass_browser_frame_view.cc', 3373 'browser/ui/views/frame/glass_browser_frame_view.cc',
3375 'browser/ui/views/frame/glass_browser_frame_view.h', 3374 'browser/ui/views/frame/glass_browser_frame_view.h',
3376 'browser/ui/views/frame/native_browser_frame.h', 3375 'browser/ui/views/frame/native_browser_frame.h',
3377 'browser/ui/views/frame/opaque_browser_frame_view.cc', 3376 'browser/ui/views/frame/opaque_browser_frame_view.cc',
3378 'browser/ui/views/frame/opaque_browser_frame_view.h', 3377 'browser/ui/views/frame/opaque_browser_frame_view.h',
3379 'browser/ui/views/frame/popup_non_client_frame_view.cc', 3378 'browser/ui/views/frame/popup_non_client_frame_view.cc',
3380 'browser/ui/views/frame/popup_non_client_frame_view.h', 3379 'browser/ui/views/frame/popup_non_client_frame_view.h',
3381 'browser/ui/views/frame/system_menu_model.cc', 3380 'browser/ui/views/frame/system_menu_model.cc',
(...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
5231 'type': 'static_library', 5230 'type': 'static_library',
5232 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5231 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5233 'variables': { 5232 'variables': {
5234 'proto_in_dir': 'browser/chromeos/gdata', 5233 'proto_in_dir': 'browser/chromeos/gdata',
5235 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5234 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5236 }, 5235 },
5237 'includes': [ '../build/protoc.gypi' ] 5236 'includes': [ '../build/protoc.gypi' ]
5238 }, 5237 },
5239 ], 5238 ],
5240 } 5239 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller2.cc ('k') | ui/views/bubble/bubble_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698