| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 933 'browser/diagnostics/diagnostics_main.cc', | 933 'browser/diagnostics/diagnostics_main.cc', |
| 934 'browser/diagnostics/diagnostics_main.h', | 934 'browser/diagnostics/diagnostics_main.h', |
| 935 'browser/diagnostics/diagnostics_model.cc', | 935 'browser/diagnostics/diagnostics_model.cc', |
| 936 'browser/diagnostics/diagnostics_model.h', | 936 'browser/diagnostics/diagnostics_model.h', |
| 937 'browser/diagnostics/diagnostics_test.cc', | 937 'browser/diagnostics/diagnostics_test.cc', |
| 938 'browser/diagnostics/diagnostics_test.h', | 938 'browser/diagnostics/diagnostics_test.h', |
| 939 'browser/diagnostics/recon_diagnostics.cc', | 939 'browser/diagnostics/recon_diagnostics.cc', |
| 940 'browser/diagnostics/recon_diagnostics.h', | 940 'browser/diagnostics/recon_diagnostics.h', |
| 941 'browser/diagnostics/sqlite_diagnostics.cc', | 941 'browser/diagnostics/sqlite_diagnostics.cc', |
| 942 'browser/diagnostics/sqlite_diagnostics.h', | 942 'browser/diagnostics/sqlite_diagnostics.h', |
| 943 'browser/disposition_utils.cc', |
| 944 'browser/disposition_utils.h', |
| 943 'browser/download/chrome_download_manager_delegate.cc', | 945 'browser/download/chrome_download_manager_delegate.cc', |
| 944 'browser/download/chrome_download_manager_delegate.h', | 946 'browser/download/chrome_download_manager_delegate.h', |
| 945 'browser/download/download_crx_util.cc', | 947 'browser/download/download_crx_util.cc', |
| 946 'browser/download/download_crx_util.h', | 948 'browser/download/download_crx_util.h', |
| 947 'browser/download/download_extension_api.cc', | 949 'browser/download/download_extension_api.cc', |
| 948 'browser/download/download_extension_api.h', | 950 'browser/download/download_extension_api.h', |
| 949 'browser/download/download_extensions.cc', | 951 'browser/download/download_extensions.cc', |
| 950 'browser/download/download_extensions.h', | 952 'browser/download/download_extensions.h', |
| 951 'browser/download/download_file_picker.cc', | 953 'browser/download/download_file_picker.cc', |
| 952 'browser/download/download_file_picker.h', | 954 'browser/download/download_file_picker.h', |
| (...skipping 2994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3947 'browser/ui/webui/extensions/extensions_ui.cc', | 3949 'browser/ui/webui/extensions/extensions_ui.cc', |
| 3948 'browser/ui/webui/extensions/extensions_ui.h', | 3950 'browser/ui/webui/extensions/extensions_ui.h', |
| 3949 'browser/ui/webui/favicon_source.cc', | 3951 'browser/ui/webui/favicon_source.cc', |
| 3950 'browser/ui/webui/favicon_source.h', | 3952 'browser/ui/webui/favicon_source.h', |
| 3951 'browser/ui/webui/fileicon_source.cc', | 3953 'browser/ui/webui/fileicon_source.cc', |
| 3952 'browser/ui/webui/fileicon_source.h', | 3954 'browser/ui/webui/fileicon_source.h', |
| 3953 'browser/ui/webui/flags_ui.cc', | 3955 'browser/ui/webui/flags_ui.cc', |
| 3954 'browser/ui/webui/flags_ui.h', | 3956 'browser/ui/webui/flags_ui.h', |
| 3955 'browser/ui/webui/flash_ui.cc', | 3957 'browser/ui/webui/flash_ui.cc', |
| 3956 'browser/ui/webui/flash_ui.h', | 3958 'browser/ui/webui/flash_ui.h', |
| 3959 'browser/ui/webui/generic_handler.cc', |
| 3960 'browser/ui/webui/generic_handler.h', |
| 3957 'browser/ui/webui/gpu_internals_ui.cc', | 3961 'browser/ui/webui/gpu_internals_ui.cc', |
| 3958 'browser/ui/webui/gpu_internals_ui.h', | 3962 'browser/ui/webui/gpu_internals_ui.h', |
| 3959 'browser/ui/webui/help/help_handler.cc', | 3963 'browser/ui/webui/help/help_handler.cc', |
| 3960 'browser/ui/webui/help/help_handler.h', | 3964 'browser/ui/webui/help/help_handler.h', |
| 3961 'browser/ui/webui/help/help_ui.cc', | 3965 'browser/ui/webui/help/help_ui.cc', |
| 3962 'browser/ui/webui/help/help_ui.h', | 3966 'browser/ui/webui/help/help_ui.h', |
| 3963 'browser/ui/webui/help/version_updater.h', | 3967 'browser/ui/webui/help/version_updater.h', |
| 3964 'browser/ui/webui/help/version_updater_chromeos.cc', | 3968 'browser/ui/webui/help/version_updater_chromeos.cc', |
| 3965 'browser/ui/webui/help/version_updater_chromeos.h', | 3969 'browser/ui/webui/help/version_updater_chromeos.h', |
| 3966 'browser/ui/webui/help/version_updater_mac.mm', | 3970 'browser/ui/webui/help/version_updater_mac.mm', |
| (...skipping 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5610 'type': 'static_library', | 5614 'type': 'static_library', |
| 5611 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5615 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5612 'variables': { | 5616 'variables': { |
| 5613 'proto_in_dir': 'browser/history', | 5617 'proto_in_dir': 'browser/history', |
| 5614 'proto_out_dir': 'chrome/browser/history', | 5618 'proto_out_dir': 'chrome/browser/history', |
| 5615 }, | 5619 }, |
| 5616 'includes': [ '../build/protoc.gypi' ] | 5620 'includes': [ '../build/protoc.gypi' ] |
| 5617 }, | 5621 }, |
| 5618 ], | 5622 ], |
| 5619 } | 5623 } |
| OLD | NEW |