| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 3436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3447 'browser/ui/webui/print_preview_ui_html_source.cc', | 3447 'browser/ui/webui/print_preview_ui_html_source.cc', |
| 3448 'browser/ui/webui/print_preview_ui_html_source.h', | 3448 'browser/ui/webui/print_preview_ui_html_source.h', |
| 3449 'browser/ui/webui/screenshot_source.cc', | 3449 'browser/ui/webui/screenshot_source.cc', |
| 3450 'browser/ui/webui/screenshot_source.h', | 3450 'browser/ui/webui/screenshot_source.h', |
| 3451 'browser/ui/webui/shared_resources_data_source.cc', | 3451 'browser/ui/webui/shared_resources_data_source.cc', |
| 3452 'browser/ui/webui/shared_resources_data_source.h', | 3452 'browser/ui/webui/shared_resources_data_source.h', |
| 3453 'browser/ui/webui/sync_internals_html_source.cc', | 3453 'browser/ui/webui/sync_internals_html_source.cc', |
| 3454 'browser/ui/webui/sync_internals_html_source.h', | 3454 'browser/ui/webui/sync_internals_html_source.h', |
| 3455 'browser/ui/webui/sync_internals_ui.cc', | 3455 'browser/ui/webui/sync_internals_ui.cc', |
| 3456 'browser/ui/webui/sync_internals_ui.h', | 3456 'browser/ui/webui/sync_internals_ui.h', |
| 3457 'browser/ui/webui/test_chrome_web_ui_factory.cc', |
| 3458 'browser/ui/webui/test_chrome_web_ui_factory.h', |
| 3457 'browser/ui/webui/textfields_ui.cc', | 3459 'browser/ui/webui/textfields_ui.cc', |
| 3458 'browser/ui/webui/textfields_ui.h', | 3460 'browser/ui/webui/textfields_ui.h', |
| 3459 'browser/ui/webui/theme_source.cc', | 3461 'browser/ui/webui/theme_source.cc', |
| 3460 'browser/ui/webui/theme_source.h', | 3462 'browser/ui/webui/theme_source.h', |
| 3461 'browser/ui/webui/web_ui_util.cc', | 3463 'browser/ui/webui/web_ui_util.cc', |
| 3462 'browser/ui/webui/web_ui_util.h', | 3464 'browser/ui/webui/web_ui_util.h', |
| 3463 'browser/ui/window_sizer.cc', | 3465 'browser/ui/window_sizer.cc', |
| 3464 'browser/ui/window_sizer.h', | 3466 'browser/ui/window_sizer.h', |
| 3465 'browser/ui/window_sizer_linux.cc', | 3467 'browser/ui/window_sizer_linux.cc', |
| 3466 'browser/ui/window_sizer_mac.mm', | 3468 'browser/ui/window_sizer_mac.mm', |
| (...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4582 'hard_dependency': 1, | 4584 'hard_dependency': 1, |
| 4583 }, | 4585 }, |
| 4584 ], | 4586 ], |
| 4585 } | 4587 } |
| 4586 | 4588 |
| 4587 # Local Variables: | 4589 # Local Variables: |
| 4588 # tab-width:2 | 4590 # tab-width:2 |
| 4589 # indent-tabs-mode:nil | 4591 # indent-tabs-mode:nil |
| 4590 # End: | 4592 # End: |
| 4591 # vim: set expandtab tabstop=2 shiftwidth=2: | 4593 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |