| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 3180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3191 'browser/ui/views/frame/browser_view_layout.cc', | 3191 'browser/ui/views/frame/browser_view_layout.cc', |
| 3192 'browser/ui/views/frame/browser_view_layout.h', | 3192 'browser/ui/views/frame/browser_view_layout.h', |
| 3193 'browser/ui/views/frame/contents_container.cc', | 3193 'browser/ui/views/frame/contents_container.cc', |
| 3194 'browser/ui/views/frame/contents_container.h', | 3194 'browser/ui/views/frame/contents_container.h', |
| 3195 'browser/ui/views/frame/glass_browser_frame_view.cc', | 3195 'browser/ui/views/frame/glass_browser_frame_view.cc', |
| 3196 'browser/ui/views/frame/glass_browser_frame_view.h', | 3196 'browser/ui/views/frame/glass_browser_frame_view.h', |
| 3197 'browser/ui/views/frame/opaque_browser_frame_view.cc', | 3197 'browser/ui/views/frame/opaque_browser_frame_view.cc', |
| 3198 'browser/ui/views/frame/opaque_browser_frame_view.h', | 3198 'browser/ui/views/frame/opaque_browser_frame_view.h', |
| 3199 'browser/ui/views/frame/popup_non_client_frame_view.cc', | 3199 'browser/ui/views/frame/popup_non_client_frame_view.cc', |
| 3200 'browser/ui/views/frame/popup_non_client_frame_view.h', | 3200 'browser/ui/views/frame/popup_non_client_frame_view.h', |
| 3201 'browser/ui/views/frame/touch_browser_frame_view.cc', |
| 3202 'browser/ui/views/frame/touch_browser_frame_view.h', |
| 3201 'browser/ui/views/fullscreen_exit_bubble.cc', | 3203 'browser/ui/views/fullscreen_exit_bubble.cc', |
| 3202 'browser/ui/views/fullscreen_exit_bubble.h', | 3204 'browser/ui/views/fullscreen_exit_bubble.h', |
| 3203 'browser/ui/views/generic_info_view.cc', | 3205 'browser/ui/views/generic_info_view.cc', |
| 3204 'browser/ui/views/generic_info_view.h', | 3206 'browser/ui/views/generic_info_view.h', |
| 3205 'browser/ui/views/html_dialog_view.cc', | 3207 'browser/ui/views/html_dialog_view.cc', |
| 3206 'browser/ui/views/html_dialog_view.h', | 3208 'browser/ui/views/html_dialog_view.h', |
| 3207 'browser/ui/views/hung_renderer_view.cc', | 3209 'browser/ui/views/hung_renderer_view.cc', |
| 3208 'browser/ui/views/importer_lock_view.cc', | 3210 'browser/ui/views/importer_lock_view.cc', |
| 3209 'browser/ui/views/importer_lock_view.h', | 3211 'browser/ui/views/importer_lock_view.h', |
| 3210 'browser/ui/views/importer_view.cc', | 3212 'browser/ui/views/importer_view.cc', |
| (...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4284 }, | 4286 }, |
| 4285 ], | 4287 ], |
| 4286 }], | 4288 }], |
| 4287 ['OS=="linux" and gcc_version==45', { | 4289 ['OS=="linux" and gcc_version==45', { |
| 4288 # Avoid gcc 4.5 miscompilation of template_url.cc | 4290 # Avoid gcc 4.5 miscompilation of template_url.cc |
| 4289 # as per http://crbug.com/41887 | 4291 # as per http://crbug.com/41887 |
| 4290 'cflags': [ | 4292 'cflags': [ |
| 4291 '-fno-ipa-cp', | 4293 '-fno-ipa-cp', |
| 4292 ], | 4294 ], |
| 4293 }], | 4295 }], |
| 4296 ['OS=="linux" and touchui==1',{ |
| 4297 'sources/': [ |
| 4298 ['include', '^browser/ui/views/frame/touch_browser_frame_view.cc
'], |
| 4299 ['include', '^browser/ui/views/frame/touch_browser_frame_view.h'
], |
| 4300 ], |
| 4301 }], |
| 4294 ], | 4302 ], |
| 4295 # Exclude files that should be excluded for all non-Windows platforms. | 4303 # Exclude files that should be excluded for all non-Windows platforms. |
| 4296 'sources!': [ | 4304 'sources!': [ |
| 4297 'browser/accessibility/browser_accessibility_win.cc', | 4305 'browser/accessibility/browser_accessibility_win.cc', |
| 4298 'browser/accessibility/browser_accessibility_win.h', | 4306 'browser/accessibility/browser_accessibility_win.h', |
| 4299 'browser/accessibility/browser_accessibility_manager_win.cc', | 4307 'browser/accessibility/browser_accessibility_manager_win.cc', |
| 4300 'browser/accessibility/browser_accessibility_manager_win.h', | 4308 'browser/accessibility/browser_accessibility_manager_win.h', |
| 4301 'browser/aeropeek_manager.cc', | 4309 'browser/aeropeek_manager.cc', |
| 4302 'browser/autocomplete/autocomplete_accessibility.cc', | 4310 'browser/autocomplete/autocomplete_accessibility.cc', |
| 4303 'browser/bookmarks/bookmark_menu_controller.cc', | 4311 'browser/bookmarks/bookmark_menu_controller.cc', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4419 ], | 4427 ], |
| 4420 }, | 4428 }, |
| 4421 ], | 4429 ], |
| 4422 } | 4430 } |
| 4423 | 4431 |
| 4424 # Local Variables: | 4432 # Local Variables: |
| 4425 # tab-width:2 | 4433 # tab-width:2 |
| 4426 # indent-tabs-mode:nil | 4434 # indent-tabs-mode:nil |
| 4427 # End: | 4435 # End: |
| 4428 # vim: set expandtab tabstop=2 shiftwidth=2: | 4436 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |