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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'browser/autocomplete/network_action_predictor.cc', | 131 'browser/autocomplete/network_action_predictor.cc', |
132 'browser/autocomplete/network_action_predictor.h', | 132 'browser/autocomplete/network_action_predictor.h', |
133 'browser/autocomplete/network_action_predictor_database.cc', | 133 'browser/autocomplete/network_action_predictor_database.cc', |
134 'browser/autocomplete/network_action_predictor_database.h', | 134 'browser/autocomplete/network_action_predictor_database.h', |
135 'browser/autocomplete/network_action_predictor_factory.cc', | 135 'browser/autocomplete/network_action_predictor_factory.cc', |
136 'browser/autocomplete/network_action_predictor_factory.h', | 136 'browser/autocomplete/network_action_predictor_factory.h', |
137 'browser/autocomplete/search_provider.cc', | 137 'browser/autocomplete/search_provider.cc', |
138 'browser/autocomplete/search_provider.h', | 138 'browser/autocomplete/search_provider.h', |
139 'browser/autocomplete/shortcuts_provider.cc', | 139 'browser/autocomplete/shortcuts_provider.cc', |
140 'browser/autocomplete/shortcuts_provider.h', | 140 'browser/autocomplete/shortcuts_provider.h', |
141 'browser/autocomplete/shortcuts_provider_shortcut.cc', | |
142 'browser/autocomplete/shortcuts_provider_shortcut.h', | |
143 'browser/autocomplete_history_manager.cc', | 141 'browser/autocomplete_history_manager.cc', |
144 'browser/autocomplete_history_manager.h', | 142 'browser/autocomplete_history_manager.h', |
145 'browser/autofill/address.cc', | 143 'browser/autofill/address.cc', |
146 'browser/autofill/address.h', | 144 'browser/autofill/address.h', |
147 'browser/autofill/address_field.cc', | 145 'browser/autofill/address_field.cc', |
148 'browser/autofill/address_field.h', | 146 'browser/autofill/address_field.h', |
149 'browser/autofill/autofill-inl.h', | 147 'browser/autofill/autofill-inl.h', |
150 'browser/autofill/autofill_cc_infobar_delegate.cc', | 148 'browser/autofill/autofill_cc_infobar_delegate.cc', |
151 'browser/autofill/autofill_cc_infobar_delegate.h', | 149 'browser/autofill/autofill_cc_infobar_delegate.h', |
152 'browser/autofill/autofill_country.cc', | 150 'browser/autofill/autofill_country.cc', |
(...skipping 5165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5318 'variables': { | 5316 'variables': { |
5319 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5317 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5320 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5318 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5321 }, | 5319 }, |
5322 'includes': ['../build/protoc.gypi'], | 5320 'includes': ['../build/protoc.gypi'], |
5323 }], | 5321 }], |
5324 ], | 5322 ], |
5325 }, | 5323 }, |
5326 ], | 5324 ], |
5327 } | 5325 } |
OLD | NEW |