| 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 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2056 'browser/ssl/ssl_blocking_page.h', | 2056 'browser/ssl/ssl_blocking_page.h', |
| 2057 'browser/ssl/ssl_client_auth_observer.cc', | 2057 'browser/ssl/ssl_client_auth_observer.cc', |
| 2058 'browser/ssl/ssl_client_auth_observer.h', | 2058 'browser/ssl/ssl_client_auth_observer.h', |
| 2059 'browser/ssl/ssl_error_info.cc', | 2059 'browser/ssl/ssl_error_info.cc', |
| 2060 'browser/ssl/ssl_error_info.h', | 2060 'browser/ssl/ssl_error_info.h', |
| 2061 'browser/ssl_client_certificate_selector.h', | 2061 'browser/ssl_client_certificate_selector.h', |
| 2062 'browser/status_icons/desktop_notification_balloon.cc', | 2062 'browser/status_icons/desktop_notification_balloon.cc', |
| 2063 'browser/status_icons/desktop_notification_balloon.h', | 2063 'browser/status_icons/desktop_notification_balloon.h', |
| 2064 'browser/status_icons/status_icon.cc', | 2064 'browser/status_icons/status_icon.cc', |
| 2065 'browser/status_icons/status_icon.h', | 2065 'browser/status_icons/status_icon.h', |
| 2066 'browser/status_icons/status_icon_observer.h', |
| 2066 'browser/status_icons/status_tray.cc', | 2067 'browser/status_icons/status_tray.cc', |
| 2067 'browser/status_icons/status_tray.h', | 2068 'browser/status_icons/status_tray.h', |
| 2068 'browser/sync/glue/app_notification_data_type_controller.cc', | 2069 'browser/sync/glue/app_notification_data_type_controller.cc', |
| 2069 'browser/sync/glue/app_notification_data_type_controller.h', | 2070 'browser/sync/glue/app_notification_data_type_controller.h', |
| 2070 'browser/sync/glue/autofill_data_type_controller.cc', | 2071 'browser/sync/glue/autofill_data_type_controller.cc', |
| 2071 'browser/sync/glue/autofill_data_type_controller.h', | 2072 'browser/sync/glue/autofill_data_type_controller.h', |
| 2072 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2073 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
| 2073 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2074 'browser/sync/glue/autofill_profile_data_type_controller.h', |
| 2074 'browser/sync/glue/backend_data_type_configurer.h', | 2075 'browser/sync/glue/backend_data_type_configurer.h', |
| 2075 'browser/sync/glue/bookmark_change_processor.cc', | 2076 'browser/sync/glue/bookmark_change_processor.cc', |
| (...skipping 3002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5078 'browser/metrics/proto/study.proto', | 5079 'browser/metrics/proto/study.proto', |
| 5079 ], | 5080 ], |
| 5080 'variables': { | 5081 'variables': { |
| 5081 'proto_in_dir': 'browser/metrics/proto', | 5082 'proto_in_dir': 'browser/metrics/proto', |
| 5082 'proto_out_dir': 'chrome/browser/metrics/proto', | 5083 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5083 }, | 5084 }, |
| 5084 'includes': [ '../build/protoc.gypi' ] | 5085 'includes': [ '../build/protoc.gypi' ] |
| 5085 }, | 5086 }, |
| 5086 ], | 5087 ], |
| 5087 } | 5088 } |
| OLD | NEW |