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 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1499 'browser/file_system/file_system_dispatcher_host.cc', | 1499 'browser/file_system/file_system_dispatcher_host.cc', |
1500 'browser/file_system/file_system_dispatcher_host.h', | 1500 'browser/file_system/file_system_dispatcher_host.h', |
1501 'browser/file_system/file_system_host_context.cc', | 1501 'browser/file_system/file_system_host_context.cc', |
1502 'browser/file_system/file_system_host_context.h', | 1502 'browser/file_system/file_system_host_context.h', |
1503 'browser/find_bar.h', | 1503 'browser/find_bar.h', |
1504 'browser/find_bar_controller.cc', | 1504 'browser/find_bar_controller.cc', |
1505 'browser/find_bar_controller.h', | 1505 'browser/find_bar_controller.h', |
1506 'browser/find_bar_state.h', | 1506 'browser/find_bar_state.h', |
1507 'browser/find_bar_state.cc', | 1507 'browser/find_bar_state.cc', |
1508 'browser/find_notification_details.h', | 1508 'browser/find_notification_details.h', |
1509 'browser/file_system/file_system_backend.h', | |
1510 'browser/file_system/file_system_backend.cc', | |
1511 'browser/file_system/file_system_backend.h', | |
dumi
2010/09/01 23:11:52
remove.
| |
1512 'browser/file_system/file_system_backend_client.h', | |
1509 'browser/first_run/first_run.cc', | 1513 'browser/first_run/first_run.cc', |
1510 'browser/first_run/first_run.h', | 1514 'browser/first_run/first_run.h', |
1511 'browser/first_run/first_run_mac.mm', | 1515 'browser/first_run/first_run_mac.mm', |
1512 'browser/first_run/first_run_win.cc', | 1516 'browser/first_run/first_run_win.cc', |
1513 'browser/first_run/first_run_gtk.cc', | 1517 'browser/first_run/first_run_gtk.cc', |
1514 'browser/fonts_languages_window.h', | 1518 'browser/fonts_languages_window.h', |
1515 'browser/gears_integration.cc', | 1519 'browser/gears_integration.cc', |
1516 'browser/gears_integration.h', | 1520 'browser/gears_integration.h', |
1517 'browser/geolocation/access_token_store.cc', | 1521 'browser/geolocation/access_token_store.cc', |
1518 'browser/geolocation/access_token_store.h', | 1522 'browser/geolocation/access_token_store.h', |
(...skipping 2427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3946 ], | 3950 ], |
3947 }, | 3951 }, |
3948 ], | 3952 ], |
3949 } | 3953 } |
3950 | 3954 |
3951 # Local Variables: | 3955 # Local Variables: |
3952 # tab-width:2 | 3956 # tab-width:2 |
3953 # indent-tabs-mode:nil | 3957 # indent-tabs-mode:nil |
3954 # End: | 3958 # End: |
3955 # vim: set expandtab tabstop=2 shiftwidth=2: | 3959 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |