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 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1925 'browser/sync/token_migrator.cc', | 1925 'browser/sync/token_migrator.cc', |
1926 'browser/sync/token_migrator.h', | 1926 'browser/sync/token_migrator.h', |
1927 'browser/tab_closeable_state_watcher.cc', | 1927 'browser/tab_closeable_state_watcher.cc', |
1928 'browser/tab_closeable_state_watcher.h', | 1928 'browser/tab_closeable_state_watcher.h', |
1929 'browser/tab_contents/background_contents.cc', | 1929 'browser/tab_contents/background_contents.cc', |
1930 'browser/tab_contents/background_contents.h', | 1930 'browser/tab_contents/background_contents.h', |
1931 'browser/tab_contents/confirm_infobar_delegate.cc', | 1931 'browser/tab_contents/confirm_infobar_delegate.cc', |
1932 'browser/tab_contents/confirm_infobar_delegate.h', | 1932 'browser/tab_contents/confirm_infobar_delegate.h', |
1933 'browser/tab_contents/infobar_delegate.cc', | 1933 'browser/tab_contents/infobar_delegate.cc', |
1934 'browser/tab_contents/infobar_delegate.h', | 1934 'browser/tab_contents/infobar_delegate.h', |
| 1935 'browser/tab_contents/introducer_handler.cc', |
| 1936 'browser/tab_contents/introducer_handler.h', |
1935 'browser/tab_contents/link_infobar_delegate.cc', | 1937 'browser/tab_contents/link_infobar_delegate.cc', |
1936 'browser/tab_contents/link_infobar_delegate.h', | 1938 'browser/tab_contents/link_infobar_delegate.h', |
1937 'browser/tab_contents/simple_alert_infobar_delegate.cc', | 1939 'browser/tab_contents/simple_alert_infobar_delegate.cc', |
1938 'browser/tab_contents/simple_alert_infobar_delegate.h', | 1940 'browser/tab_contents/simple_alert_infobar_delegate.h', |
1939 'browser/tab_contents/popup_menu_helper_mac.h', | 1941 'browser/tab_contents/popup_menu_helper_mac.h', |
1940 'browser/tab_contents/popup_menu_helper_mac.mm', | 1942 'browser/tab_contents/popup_menu_helper_mac.mm', |
1941 'browser/tab_contents/render_view_context_menu.cc', | 1943 'browser/tab_contents/render_view_context_menu.cc', |
1942 'browser/tab_contents/render_view_context_menu.h', | 1944 'browser/tab_contents/render_view_context_menu.h', |
1943 'browser/tab_contents/render_view_context_menu_gtk.cc', | 1945 'browser/tab_contents/render_view_context_menu_gtk.cc', |
1944 'browser/tab_contents/render_view_context_menu_gtk.h', | 1946 'browser/tab_contents/render_view_context_menu_gtk.h', |
(...skipping 2394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4339 ], | 4341 ], |
4340 }, | 4342 }, |
4341 ], | 4343 ], |
4342 } | 4344 } |
4343 | 4345 |
4344 # Local Variables: | 4346 # Local Variables: |
4345 # tab-width:2 | 4347 # tab-width:2 |
4346 # indent-tabs-mode:nil | 4348 # indent-tabs-mode:nil |
4347 # End: | 4349 # End: |
4348 # vim: set expandtab tabstop=2 shiftwidth=2: | 4350 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |