| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 'browser/content_settings/tab_specific_content_settings.cc', | 964 'browser/content_settings/tab_specific_content_settings.cc', |
| 965 'browser/content_settings/tab_specific_content_settings.h', | 965 'browser/content_settings/tab_specific_content_settings.h', |
| 966 'browser/cookies_tree_model.cc', | 966 'browser/cookies_tree_model.cc', |
| 967 'browser/cookies_tree_model.h', | 967 'browser/cookies_tree_model.h', |
| 968 'browser/crash_upload_list.cc', | 968 'browser/crash_upload_list.cc', |
| 969 'browser/crash_upload_list.h', | 969 'browser/crash_upload_list.h', |
| 970 'browser/crash_upload_list_win.cc', | 970 'browser/crash_upload_list_win.cc', |
| 971 'browser/crash_upload_list_win.h', | 971 'browser/crash_upload_list_win.h', |
| 972 'browser/custom_handlers/protocol_handler_registry.cc', | 972 'browser/custom_handlers/protocol_handler_registry.cc', |
| 973 'browser/custom_handlers/protocol_handler_registry.h', | 973 'browser/custom_handlers/protocol_handler_registry.h', |
| 974 'browser/custom_handlers/protocol_handler_registry_factory.cc', |
| 975 'browser/custom_handlers/protocol_handler_registry_factory.h', |
| 974 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', | 976 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', |
| 975 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', | 977 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', |
| 976 'browser/custom_home_pages_table_model.cc', | 978 'browser/custom_home_pages_table_model.cc', |
| 977 'browser/custom_home_pages_table_model.h', | 979 'browser/custom_home_pages_table_model.h', |
| 978 'browser/defaults.cc', | 980 'browser/defaults.cc', |
| 979 'browser/defaults.h', | 981 'browser/defaults.h', |
| 980 'browser/diagnostics/diagnostics_main.cc', | 982 'browser/diagnostics/diagnostics_main.cc', |
| 981 'browser/diagnostics/diagnostics_main.h', | 983 'browser/diagnostics/diagnostics_main.h', |
| 982 'browser/diagnostics/diagnostics_model.cc', | 984 'browser/diagnostics/diagnostics_model.cc', |
| 983 'browser/diagnostics/diagnostics_model.h', | 985 'browser/diagnostics/diagnostics_model.h', |
| (...skipping 4478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5462 '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/process_utils_jni.h', | 5464 '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/process_utils_jni.h', |
| 5463 ], | 5465 ], |
| 5464 }, | 5466 }, |
| 5465 'includes': [ '../build/jni_generator.gypi' ], | 5467 'includes': [ '../build/jni_generator.gypi' ], |
| 5466 }, | 5468 }, |
| 5467 ], | 5469 ], |
| 5468 }, | 5470 }, |
| 5469 ], | 5471 ], |
| 5470 ], | 5472 ], |
| 5471 } | 5473 } |
| OLD | NEW |