| OLD | NEW | 
|---|
| 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': '<(library)', | 9       'type': '<(library)', | 
| 10       'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10       'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 
| (...skipping 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1998         'browser/tab_contents/web_drag_utils_win.cc', | 1998         'browser/tab_contents/web_drag_utils_win.cc', | 
| 1999         'browser/tab_contents/web_drag_utils_win.h', | 1999         'browser/tab_contents/web_drag_utils_win.h', | 
| 2000         'browser/tab_contents/web_drop_target_win.cc', | 2000         'browser/tab_contents/web_drop_target_win.cc', | 
| 2001         'browser/tab_contents/web_drop_target_win.h', | 2001         'browser/tab_contents/web_drop_target_win.h', | 
| 2002         'browser/tabs/default_tab_handler.cc', | 2002         'browser/tabs/default_tab_handler.cc', | 
| 2003         'browser/tabs/default_tab_handler.h', | 2003         'browser/tabs/default_tab_handler.h', | 
| 2004         'browser/tabs/pinned_tab_codec.cc', | 2004         'browser/tabs/pinned_tab_codec.cc', | 
| 2005         'browser/tabs/pinned_tab_codec.h', | 2005         'browser/tabs/pinned_tab_codec.h', | 
| 2006         'browser/tabs/pinned_tab_service.cc', | 2006         'browser/tabs/pinned_tab_service.cc', | 
| 2007         'browser/tabs/pinned_tab_service.h', | 2007         'browser/tabs/pinned_tab_service.h', | 
| 2008         'browser/tabs/pinned_tab_service_factory.cc', |  | 
| 2009         'browser/tabs/pinned_tab_service_factory.h', |  | 
| 2010         'browser/tabs/tab_handler.h', | 2008         'browser/tabs/tab_handler.h', | 
| 2011         'browser/tabs/tab_finder.cc', | 2009         'browser/tabs/tab_finder.cc', | 
| 2012         'browser/tabs/tab_finder.h', | 2010         'browser/tabs/tab_finder.h', | 
| 2013         'browser/tabs/tab_strip_model.cc', | 2011         'browser/tabs/tab_strip_model.cc', | 
| 2014         'browser/tabs/tab_strip_model.h', | 2012         'browser/tabs/tab_strip_model.h', | 
| 2015         'browser/tabs/tab_strip_model_delegate.h', | 2013         'browser/tabs/tab_strip_model_delegate.h', | 
| 2016         'browser/tabs/tab_strip_model_observer.cc', | 2014         'browser/tabs/tab_strip_model_observer.cc', | 
| 2017         'browser/tabs/tab_strip_model_observer.h', | 2015         'browser/tabs/tab_strip_model_observer.h', | 
| 2018         'browser/tabs/tab_strip_model_order_controller.cc', | 2016         'browser/tabs/tab_strip_model_order_controller.cc', | 
| 2019         'browser/tabs/tab_strip_model_order_controller.h', | 2017         'browser/tabs/tab_strip_model_order_controller.h', | 
| (...skipping 2393 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4413       'hard_dependency': 1, | 4411       'hard_dependency': 1, | 
| 4414     }, | 4412     }, | 
| 4415   ], | 4413   ], | 
| 4416 } | 4414 } | 
| 4417 | 4415 | 
| 4418 # Local Variables: | 4416 # Local Variables: | 
| 4419 # tab-width:2 | 4417 # tab-width:2 | 
| 4420 # indent-tabs-mode:nil | 4418 # indent-tabs-mode:nil | 
| 4421 # End: | 4419 # End: | 
| 4422 # vim: set expandtab tabstop=2 shiftwidth=2: | 4420 # vim: set expandtab tabstop=2 shiftwidth=2: | 
| OLD | NEW | 
|---|