| 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_win.cc', | 2208 'browser/tab_contents/chrome_web_contents_view_delegate_views.cc', |
| 2209 'browser/tab_contents/chrome_web_contents_view_delegate_win.h', | 2209 'browser/tab_contents/chrome_web_contents_view_delegate_views.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 3062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5282 'variables': { | 5282 'variables': { |
| 5283 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5283 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5284 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5284 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5285 }, | 5285 }, |
| 5286 'includes': ['../build/protoc.gypi'], | 5286 'includes': ['../build/protoc.gypi'], |
| 5287 }], | 5287 }], |
| 5288 ], | 5288 ], |
| 5289 }, | 5289 }, |
| 5290 ], | 5290 ], |
| 5291 } | 5291 } |
| OLD | NEW |