| OLD | NEW |
| 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 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2198 'browser/tab_closeable_state_watcher.cc', | 2198 'browser/tab_closeable_state_watcher.cc', |
| 2199 'browser/tab_closeable_state_watcher.h', | 2199 'browser/tab_closeable_state_watcher.h', |
| 2200 'browser/tab_contents/background_contents.cc', | 2200 'browser/tab_contents/background_contents.cc', |
| 2201 'browser/tab_contents/background_contents.h', | 2201 'browser/tab_contents/background_contents.h', |
| 2202 'browser/tab_contents/chrome_web_contents_view_delegate_aura.cc', | 2202 'browser/tab_contents/chrome_web_contents_view_delegate_aura.cc', |
| 2203 'browser/tab_contents/chrome_web_contents_view_delegate_aura.h', | 2203 'browser/tab_contents/chrome_web_contents_view_delegate_aura.h', |
| 2204 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.cc', | 2204 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.cc', |
| 2205 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.h', | 2205 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.h', |
| 2206 'browser/tab_contents/chrome_web_contents_view_delegate_mac.h', | 2206 'browser/tab_contents/chrome_web_contents_view_delegate_mac.h', |
| 2207 'browser/tab_contents/chrome_web_contents_view_delegate_mac.mm', | 2207 'browser/tab_contents/chrome_web_contents_view_delegate_mac.mm', |
| 2208 'browser/tab_contents/chrome_web_contents_view_delegate_views.cc', | 2208 'browser/tab_contents/chrome_web_contents_view_delegate_win.cc', |
| 2209 'browser/tab_contents/chrome_web_contents_view_delegate_views.h', | 2209 'browser/tab_contents/chrome_web_contents_view_delegate_win.h', |
| 2210 'browser/tab_contents/confirm_infobar_delegate.cc', | 2210 'browser/tab_contents/confirm_infobar_delegate.cc', |
| 2211 'browser/tab_contents/confirm_infobar_delegate.h', | 2211 'browser/tab_contents/confirm_infobar_delegate.h', |
| 2212 'browser/tab_contents/insecure_content_infobar_delegate.cc', | 2212 'browser/tab_contents/insecure_content_infobar_delegate.cc', |
| 2213 'browser/tab_contents/insecure_content_infobar_delegate.h', | 2213 'browser/tab_contents/insecure_content_infobar_delegate.h', |
| 2214 'browser/tab_contents/language_state.cc', | 2214 'browser/tab_contents/language_state.cc', |
| 2215 'browser/tab_contents/language_state.h', | 2215 'browser/tab_contents/language_state.h', |
| 2216 'browser/tab_contents/link_infobar_delegate.cc', | 2216 'browser/tab_contents/link_infobar_delegate.cc', |
| 2217 'browser/tab_contents/link_infobar_delegate.h', | 2217 'browser/tab_contents/link_infobar_delegate.h', |
| 2218 'browser/tab_contents/simple_alert_infobar_delegate.cc', | 2218 'browser/tab_contents/simple_alert_infobar_delegate.cc', |
| 2219 'browser/tab_contents/simple_alert_infobar_delegate.h', | 2219 'browser/tab_contents/simple_alert_infobar_delegate.h', |
| (...skipping 2055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4275 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], | 4275 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], |
| 4276 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], | 4276 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], |
| 4277 ['exclude', '^browser/external_tab_container_win.cc'], | 4277 ['exclude', '^browser/external_tab_container_win.cc'], |
| 4278 ['exclude', '^browser/external_tab_container_win.h'], | 4278 ['exclude', '^browser/external_tab_container_win.h'], |
| 4279 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], | 4279 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], |
| 4280 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], | 4280 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], |
| 4281 ['exclude', '^browser/google/google_update.cc'], | 4281 ['exclude', '^browser/google/google_update.cc'], |
| 4282 ['exclude', '^browser/google/google_update.h'], | 4282 ['exclude', '^browser/google/google_update.h'], |
| 4283 ['exclude', '^browser/hang_monitor/'], | 4283 ['exclude', '^browser/hang_monitor/'], |
| 4284 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, | 4284 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, |
| 4285 ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate
_win.cc'], |
| 4286 ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate
_win.h'], |
| 4285 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc'
], | 4287 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc'
], |
| 4286 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h']
, | 4288 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h']
, |
| 4287 ['exclude', '^browser/ui/browser_list_stub.cc'], | 4289 ['exclude', '^browser/ui/browser_list_stub.cc'], |
| 4288 ['exclude', '^browser/ui/gesture_prefs.cc'], | 4290 ['exclude', '^browser/ui/gesture_prefs.cc'], |
| 4289 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], | 4291 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], |
| 4290 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], | 4292 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], |
| 4291 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], | 4293 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], |
| 4292 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], | 4294 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], |
| 4293 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], | 4295 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], |
| 4294 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], | 4296 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], |
| (...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5280 'variables': { | 5282 'variables': { |
| 5281 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5283 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5282 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5284 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5283 }, | 5285 }, |
| 5284 'includes': ['../build/protoc.gypi'], | 5286 'includes': ['../build/protoc.gypi'], |
| 5285 }], | 5287 }], |
| 5286 ], | 5288 ], |
| 5287 }, | 5289 }, |
| 5288 ], | 5290 ], |
| 5289 } | 5291 } |
| OLD | NEW |