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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8808003: aura: Fix file-opening functions in platform_util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/platform_util_win.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 4157 matching lines...) Expand 10 before | Expand all | Expand 10 after
4168 ['exclude', '^browser/chromeos/native_dialog_window.cc'], 4168 ['exclude', '^browser/chromeos/native_dialog_window.cc'],
4169 ['exclude', '^browser/chromeos/native_dialog_window.h'], 4169 ['exclude', '^browser/chromeos/native_dialog_window.h'],
4170 ['exclude', '^browser/external_tab_container_win.cc'], 4170 ['exclude', '^browser/external_tab_container_win.cc'],
4171 ['exclude', '^browser/external_tab_container_win.h'], 4171 ['exclude', '^browser/external_tab_container_win.h'],
4172 ['exclude', '^browser/first_run/first_run_win.cc'], 4172 ['exclude', '^browser/first_run/first_run_win.cc'],
4173 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], 4173 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4174 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], 4174 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
4175 ['exclude', '^browser/google/google_update.cc'], 4175 ['exclude', '^browser/google/google_update.cc'],
4176 ['exclude', '^browser/google/google_update.h'], 4176 ['exclude', '^browser/google/google_update.h'],
4177 ['exclude', '^browser/hang_monitor/'], 4177 ['exclude', '^browser/hang_monitor/'],
4178 ['exclude', '^browser/platform_util_win.cc'],
4179 ['exclude', '^browser/plugin_download_helper.cc'], 4178 ['exclude', '^browser/plugin_download_helper.cc'],
4180 ['exclude', '^browser/plugin_download_helper.h'], 4179 ['exclude', '^browser/plugin_download_helper.h'],
4181 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 4180 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
4182 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'], 4181 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
4183 ['exclude', '^browser/tab_contents/web_drag_source_win.h'], 4182 ['exclude', '^browser/tab_contents/web_drag_source_win.h'],
4184 ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'], 4183 ['exclude', '^browser/ui/panels/auto_hiding_desktop_bar_win.cc'],
4185 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], 4184 ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
4186 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], 4185 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
4187 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], 4186 ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
4188 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.cc'], 4187 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view.cc'],
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
5099 'browser/google/google_update.cc', 5098 'browser/google/google_update.cc',
5100 'browser/importer/ie_importer.cc', 5099 'browser/importer/ie_importer.cc',
5101 ], 5100 ],
5102 }], 5101 }],
5103 # Must remove GTK files in PureViews case 5102 # Must remove GTK files in PureViews case
5104 ['use_aura==1 and OS=="linux"', { 5103 ['use_aura==1 and OS=="linux"', {
5105 'sources/': [ 5104 'sources/': [
5106 ['exclude', '^browser/google/google_update.cc'], 5105 ['exclude', '^browser/google/google_update.cc'],
5107 ['exclude', '^browser/google/google_update.h'], 5106 ['exclude', '^browser/google/google_update.h'],
5108 ['exclude', '^browser/platform_util_common_linux.cc'], 5107 ['exclude', '^browser/platform_util_common_linux.cc'],
5109 ['exclude', '^browser/platform_util_linux.cc'],
5110 ['exclude', '^browser/ui/input_window_dialog.h'], 5108 ['exclude', '^browser/ui/input_window_dialog.h'],
5111 ['exclude', '^browser/ui/input_window_dialog_win.cc'], 5109 ['exclude', '^browser/ui/input_window_dialog_win.cc'],
5112 ['include', '^browser/ui/views/aura/'], 5110 ['include', '^browser/ui/views/aura/'],
5113 ['include', '^browser/ui/views/constrained_html_delegate_views.cc'], 5111 ['include', '^browser/ui/views/constrained_html_delegate_views.cc'],
5114 ['include', '^browser/ui/views/constrained_window_views.cc'], 5112 ['include', '^browser/ui/views/constrained_window_views.cc'],
5115 ['include', '^browser/ui/views/dropdown_bar_host_aura.cc'], 5113 ['include', '^browser/ui/views/dropdown_bar_host_aura.cc'],
5116 ['include', '^browser/ui/views/find_bar_host_aura.cc'], 5114 ['include', '^browser/ui/views/find_bar_host_aura.cc'],
5117 ['include', '^browser/ui/views/first_run_bubble.cc'], 5115 ['include', '^browser/ui/views/first_run_bubble.cc'],
5118 ['include', '^browser/ui/views/frame/browser_frame_aura.cc'], 5116 ['include', '^browser/ui/views/frame/browser_frame_aura.cc'],
5119 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_a ura.cc'], 5117 ['include', '^browser/ui/views/frame/browser_non_client_frame_view_a ura.cc'],
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
5240 'type': 'static_library', 5238 'type': 'static_library',
5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5239 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5242 'variables': { 5240 'variables': {
5243 'proto_in_dir': 'browser/history', 5241 'proto_in_dir': 'browser/history',
5244 'proto_out_dir': 'chrome/browser/history', 5242 'proto_out_dir': 'chrome/browser/history',
5245 }, 5243 },
5246 'includes': [ '../build/protoc.gypi' ] 5244 'includes': [ '../build/protoc.gypi' ]
5247 }, 5245 },
5248 ], 5246 ],
5249 } 5247 }
OLDNEW
« no previous file with comments | « chrome/browser/platform_util_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698