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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10162017: Re-reland Propagate OnNativeWidgetMove to delegate/observers, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. 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 3337 matching lines...) Expand 10 before | Expand all | Expand 10 after
3348 'browser/ui/views/frame/browser_non_client_frame_view.h', 3348 'browser/ui/views/frame/browser_non_client_frame_view.h',
3349 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 3349 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
3350 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', 3350 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
3351 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', 3351 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc',
3352 'browser/ui/views/frame/browser_root_view.cc', 3352 'browser/ui/views/frame/browser_root_view.cc',
3353 'browser/ui/views/frame/browser_root_view.h', 3353 'browser/ui/views/frame/browser_root_view.h',
3354 'browser/ui/views/frame/browser_view.cc', 3354 'browser/ui/views/frame/browser_view.cc',
3355 'browser/ui/views/frame/browser_view.h', 3355 'browser/ui/views/frame/browser_view.h',
3356 'browser/ui/views/frame/browser_view_layout.cc', 3356 'browser/ui/views/frame/browser_view_layout.cc',
3357 'browser/ui/views/frame/browser_view_layout.h', 3357 'browser/ui/views/frame/browser_view_layout.h',
3358 'browser/ui/views/frame/browser_window_move_observer.h',
3359 'browser/ui/views/frame/contents_container.cc', 3358 'browser/ui/views/frame/contents_container.cc',
3360 'browser/ui/views/frame/contents_container.h', 3359 'browser/ui/views/frame/contents_container.h',
3361 'browser/ui/views/frame/glass_browser_frame_view.cc', 3360 'browser/ui/views/frame/glass_browser_frame_view.cc',
3362 'browser/ui/views/frame/glass_browser_frame_view.h', 3361 'browser/ui/views/frame/glass_browser_frame_view.h',
3363 'browser/ui/views/frame/native_browser_frame.h', 3362 'browser/ui/views/frame/native_browser_frame.h',
3364 'browser/ui/views/frame/opaque_browser_frame_view.cc', 3363 'browser/ui/views/frame/opaque_browser_frame_view.cc',
3365 'browser/ui/views/frame/opaque_browser_frame_view.h', 3364 'browser/ui/views/frame/opaque_browser_frame_view.h',
3366 'browser/ui/views/frame/popup_non_client_frame_view.cc', 3365 'browser/ui/views/frame/popup_non_client_frame_view.cc',
3367 'browser/ui/views/frame/popup_non_client_frame_view.h', 3366 'browser/ui/views/frame/popup_non_client_frame_view.h',
3368 'browser/ui/views/frame/system_menu_model.cc', 3367 'browser/ui/views/frame/system_menu_model.cc',
(...skipping 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after
5205 'type': 'static_library', 5204 'type': 'static_library',
5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5205 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5207 'variables': { 5206 'variables': {
5208 'proto_in_dir': 'browser/chromeos/gdata', 5207 'proto_in_dir': 'browser/chromeos/gdata',
5209 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5208 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5210 }, 5209 },
5211 'includes': [ '../build/protoc.gypi' ] 5210 'includes': [ '../build/protoc.gypi' ]
5212 }, 5211 },
5213 ], 5212 ],
5214 } 5213 }
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