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 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1912 'browser/web_applications/web_app.h', | 1912 'browser/web_applications/web_app.h', |
1913 'browser/web_resource/web_resource_service.h', | 1913 'browser/web_resource/web_resource_service.h', |
1914 'browser/web_resource/web_resource_service.cc', | 1914 'browser/web_resource/web_resource_service.cc', |
1915 'browser/window_sizer.cc', | 1915 'browser/window_sizer.cc', |
1916 'browser/window_sizer.h', | 1916 'browser/window_sizer.h', |
1917 'browser/window_sizer_mac.mm', | 1917 'browser/window_sizer_mac.mm', |
1918 'browser/window_sizer_linux.cc', | 1918 'browser/window_sizer_linux.cc', |
1919 'browser/window_sizer_win.cc', | 1919 'browser/window_sizer_win.cc', |
1920 'browser/worker_host/message_port_dispatcher.cc', | 1920 'browser/worker_host/message_port_dispatcher.cc', |
1921 'browser/worker_host/message_port_dispatcher.h', | 1921 'browser/worker_host/message_port_dispatcher.h', |
| 1922 'browser/worker_host/worker_document_set.cc', |
| 1923 'browser/worker_host/worker_document_set.h', |
1922 'browser/worker_host/worker_process_host.cc', | 1924 'browser/worker_host/worker_process_host.cc', |
1923 'browser/worker_host/worker_process_host.h', | 1925 'browser/worker_host/worker_process_host.h', |
1924 'browser/worker_host/worker_service.cc', | 1926 'browser/worker_host/worker_service.cc', |
1925 'browser/worker_host/worker_service.h', | 1927 'browser/worker_host/worker_service.h', |
1926 'browser/zygote_host_linux.cc', | 1928 'browser/zygote_host_linux.cc', |
1927 'browser/zygote_main_linux.cc', | 1929 'browser/zygote_main_linux.cc', |
1928 | 1930 |
1929 # This file is generated by GRIT. | 1931 # This file is generated by GRIT. |
1930 '<(grit_out_dir)/grit/theme_resources_map.cc', | 1932 '<(grit_out_dir)/grit/theme_resources_map.cc', |
1931 ], | 1933 ], |
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2534 ], | 2536 ], |
2535 }, | 2537 }, |
2536 ], | 2538 ], |
2537 } | 2539 } |
2538 | 2540 |
2539 # Local Variables: | 2541 # Local Variables: |
2540 # tab-width:2 | 2542 # tab-width:2 |
2541 # indent-tabs-mode:nil | 2543 # indent-tabs-mode:nil |
2542 # End: | 2544 # End: |
2543 # vim: set expandtab tabstop=2 shiftwidth=2: | 2545 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |