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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8811001: Oust BubbleWindow from ExtensionDialog, use chromeos::BubbleFrameView directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build requisite and non-breaking chrome/browser/chromeos/frame/ files in aura cros. Created 9 years 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/extensions/extension_dialog.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) 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 5109 matching lines...) Expand 10 before | Expand all | Expand 10 after
5120 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_a ura.h'], 5120 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_a ura.h'],
5121 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_aura.cc'], 5121 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_aura.cc'],
5122 ['include', '^browser/ui/views/importer/import_lock_dialog_view.cc'] , 5122 ['include', '^browser/ui/views/importer/import_lock_dialog_view.cc'] ,
5123 ['include', '^browser/ui/views/native_constrained_window_aura.cc'], 5123 ['include', '^browser/ui/views/native_constrained_window_aura.cc'],
5124 ['include', '^browser/ui/views/stubs_aura.cc'], 5124 ['include', '^browser/ui/views/stubs_aura.cc'],
5125 ], 5125 ],
5126 }], 5126 }],
5127 # Build Aura with ChromeOS. 5127 # Build Aura with ChromeOS.
5128 ['use_aura==1 and chromeos==1', { 5128 ['use_aura==1 and chromeos==1', {
5129 'sources/': [ 5129 'sources/': [
5130 ['exclude', '^browser/chromeos/frame/'], 5130 ['exclude', '^browser/chromeos/frame/panel_controller.cc'],
5131 ['exclude', '^browser/chromeos/frame/panel_controller.h'],
5132 ['exclude', '^browser/chromeos/frame/browser_view.cc'],
5133 ['exclude', '^browser/chromeos/frame/browser_view.h'],
5134 ['exclude', '^browser/chromeos/frame/panel_browser_view.cc'],
5135 ['exclude', '^browser/chromeos/frame/panel_browser_view.h'],
5131 ['exclude', '^browser/chromeos/legacy_window_manager/wm_ipc.cc'], 5136 ['exclude', '^browser/chromeos/legacy_window_manager/wm_ipc.cc'],
5132 ['exclude', '^browser/chromeos/legacy_window_manager/wm_message_list ener.cc'], 5137 ['exclude', '^browser/chromeos/legacy_window_manager/wm_message_list ener.cc'],
5133 ['exclude', '^browser/chromeos/login/background_view.cc'], 5138 ['exclude', '^browser/chromeos/login/background_view.cc'],
5134 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.cc'], 5139 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.cc'],
5135 ['exclude', '^browser/chromeos/login/screen_locker_views.cc'], 5140 ['exclude', '^browser/chromeos/login/screen_locker_views.cc'],
5136 ['exclude', '^browser/chromeos/login/screen_lock_view.cc'], 5141 ['exclude', '^browser/chromeos/login/screen_lock_view.cc'],
5137 ['exclude', '^browser/chromeos/login/shutdown_button.cc'], 5142 ['exclude', '^browser/chromeos/login/shutdown_button.cc'],
5138 ['exclude', '^browser/chromeos/login/username_view.cc'], 5143 ['exclude', '^browser/chromeos/login/username_view.cc'],
5139 ['exclude', '^browser/chromeos/login/user_view.cc'], 5144 ['exclude', '^browser/chromeos/login/user_view.cc'],
5140 ['exclude', '^browser/chromeos/login/views_login_display.cc'], 5145 ['exclude', '^browser/chromeos/login/views_login_display.cc'],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
5240 'type': 'static_library', 5245 'type': 'static_library',
5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5246 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5242 'variables': { 5247 'variables': {
5243 'proto_in_dir': 'browser/history', 5248 'proto_in_dir': 'browser/history',
5244 'proto_out_dir': 'chrome/browser/history', 5249 'proto_out_dir': 'chrome/browser/history',
5245 }, 5250 },
5246 'includes': [ '../build/protoc.gypi' ] 5251 'includes': [ '../build/protoc.gypi' ]
5247 }, 5252 },
5248 ], 5253 ],
5249 } 5254 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698