OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'browser/api/infobars/confirm_infobar_delegate.h', | 110 'browser/api/infobars/confirm_infobar_delegate.h', |
111 'browser/api/infobars/infobar_delegate.cc', | 111 'browser/api/infobars/infobar_delegate.cc', |
112 'browser/api/infobars/infobar_delegate.h', | 112 'browser/api/infobars/infobar_delegate.h', |
113 'browser/api/infobars/infobar_service.h', | 113 'browser/api/infobars/infobar_service.h', |
114 'browser/api/infobars/simple_alert_infobar_delegate.cc', | 114 'browser/api/infobars/simple_alert_infobar_delegate.cc', |
115 'browser/api/infobars/simple_alert_infobar_delegate.h', | 115 'browser/api/infobars/simple_alert_infobar_delegate.h', |
116 'browser/api/sync/profile_sync_service_base.h', | 116 'browser/api/sync/profile_sync_service_base.h', |
117 'browser/api/sync/profile_sync_service_observer.h', | 117 'browser/api/sync/profile_sync_service_observer.h', |
118 'browser/api/webdata/autofill_web_data.h', | 118 'browser/api/webdata/autofill_web_data.h', |
119 'browser/api/webdata/autofill_web_data_service.h', | 119 'browser/api/webdata/autofill_web_data_service.h', |
120 'browser/api/webdata/web_data_results.cc', | |
121 'browser/api/webdata/web_data_results.h', | 120 'browser/api/webdata/web_data_results.h', |
122 'browser/api/webdata/web_data_service_base.h', | 121 'browser/api/webdata/web_data_service_base.h', |
123 'browser/api/webdata/web_data_service_consumer.h', | 122 'browser/api/webdata/web_data_service_consumer.h', |
124 'browser/app_controller_mac.h', | 123 'browser/app_controller_mac.h', |
125 'browser/app_controller_mac.mm', | 124 'browser/app_controller_mac.mm', |
126 'browser/app_icon_win.cc', | 125 'browser/app_icon_win.cc', |
127 'browser/app_icon_win.h', | 126 'browser/app_icon_win.h', |
128 'browser/autocomplete/autocomplete_classifier.cc', | 127 'browser/autocomplete/autocomplete_classifier.cc', |
129 'browser/autocomplete/autocomplete_classifier.h', | 128 'browser/autocomplete/autocomplete_classifier.h', |
130 'browser/autocomplete/autocomplete_classifier_factory.cc', | 129 'browser/autocomplete/autocomplete_classifier_factory.cc', |
(...skipping 2994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3125 'variables': { | 3124 'variables': { |
3126 'jni_gen_dir': 'chrome', | 3125 'jni_gen_dir': 'chrome', |
3127 }, | 3126 }, |
3128 'includes': [ '../build/jni_generator.gypi' ], | 3127 'includes': [ '../build/jni_generator.gypi' ], |
3129 }, | 3128 }, |
3130 ], | 3129 ], |
3131 }, | 3130 }, |
3132 ], | 3131 ], |
3133 ], | 3132 ], |
3134 } | 3133 } |
OLD | NEW |