| 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 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1938 'browser/process_singleton.h', | 1938 'browser/process_singleton.h', |
| 1939 'browser/process_singleton_linux.cc', | 1939 'browser/process_singleton_linux.cc', |
| 1940 'browser/process_singleton_mac.cc', | 1940 'browser/process_singleton_mac.cc', |
| 1941 'browser/process_singleton_win.cc', | 1941 'browser/process_singleton_win.cc', |
| 1942 'browser/profile.cc', | 1942 'browser/profile.cc', |
| 1943 'browser/profile.h', | 1943 'browser/profile.h', |
| 1944 'browser/profile_import_process_host.cc', | 1944 'browser/profile_import_process_host.cc', |
| 1945 'browser/profile_import_process_host.h', | 1945 'browser/profile_import_process_host.h', |
| 1946 'browser/profile_manager.cc', | 1946 'browser/profile_manager.cc', |
| 1947 'browser/profile_manager.h', | 1947 'browser/profile_manager.h', |
| 1948 'browser/remove_rows_table_model.h', |
| 1948 'browser/renderer_host/async_resource_handler.cc', | 1949 'browser/renderer_host/async_resource_handler.cc', |
| 1949 'browser/renderer_host/async_resource_handler.h', | 1950 'browser/renderer_host/async_resource_handler.h', |
| 1950 'browser/renderer_host/audio_renderer_host.cc', | 1951 'browser/renderer_host/audio_renderer_host.cc', |
| 1951 'browser/renderer_host/audio_renderer_host.h', | 1952 'browser/renderer_host/audio_renderer_host.h', |
| 1952 'browser/renderer_host/backing_store.cc', | 1953 'browser/renderer_host/backing_store.cc', |
| 1953 'browser/renderer_host/backing_store.h', | 1954 'browser/renderer_host/backing_store.h', |
| 1954 'browser/renderer_host/backing_store_manager.cc', | 1955 'browser/renderer_host/backing_store_manager.cc', |
| 1955 'browser/renderer_host/backing_store_manager.h', | 1956 'browser/renderer_host/backing_store_manager.h', |
| 1956 'browser/renderer_host/backing_store_mac.h', | 1957 'browser/renderer_host/backing_store_mac.h', |
| 1957 'browser/renderer_host/backing_store_mac.mm', | 1958 'browser/renderer_host/backing_store_mac.mm', |
| (...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3513 ], | 3514 ], |
| 3514 }, | 3515 }, |
| 3515 ], | 3516 ], |
| 3516 } | 3517 } |
| 3517 | 3518 |
| 3518 # Local Variables: | 3519 # Local Variables: |
| 3519 # tab-width:2 | 3520 # tab-width:2 |
| 3520 # indent-tabs-mode:nil | 3521 # indent-tabs-mode:nil |
| 3521 # End: | 3522 # End: |
| 3522 # vim: set expandtab tabstop=2 shiftwidth=2: | 3523 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |