| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'browser/autofill/personal_data_manager_mac.mm', | 197 'browser/autofill/personal_data_manager_mac.mm', |
| 198 'browser/autofill/personal_data_manager_observer.h', | 198 'browser/autofill/personal_data_manager_observer.h', |
| 199 'browser/autofill/phone_field.cc', | 199 'browser/autofill/phone_field.cc', |
| 200 'browser/autofill/phone_field.h', | 200 'browser/autofill/phone_field.h', |
| 201 'browser/autofill/phone_number.cc', | 201 'browser/autofill/phone_number.cc', |
| 202 'browser/autofill/phone_number.h', | 202 'browser/autofill/phone_number.h', |
| 203 'browser/autofill/phone_number_i18n.cc', | 203 'browser/autofill/phone_number_i18n.cc', |
| 204 'browser/autofill/phone_number_i18n.h', | 204 'browser/autofill/phone_number_i18n.h', |
| 205 'browser/autofill/select_control_handler.cc', | 205 'browser/autofill/select_control_handler.cc', |
| 206 'browser/autofill/select_control_handler.h', | 206 'browser/autofill/select_control_handler.h', |
| 207 'browser/auto_launch_trial.cc', |
| 208 'browser/auto_launch_trial.h', |
| 207 'browser/automation/automation_browser_tracker.cc', | 209 'browser/automation/automation_browser_tracker.cc', |
| 208 'browser/automation/automation_browser_tracker.h', | 210 'browser/automation/automation_browser_tracker.h', |
| 209 'browser/automation/automation_extension_tracker.cc', | 211 'browser/automation/automation_extension_tracker.cc', |
| 210 'browser/automation/automation_extension_tracker.h', | 212 'browser/automation/automation_extension_tracker.h', |
| 211 'browser/automation/automation_provider.cc', | 213 'browser/automation/automation_provider.cc', |
| 212 'browser/automation/automation_provider.h', | 214 'browser/automation/automation_provider.h', |
| 213 'browser/automation/automation_provider_aura.cc', | 215 'browser/automation/automation_provider_aura.cc', |
| 214 'browser/automation/automation_provider_gtk.cc', | 216 'browser/automation/automation_provider_gtk.cc', |
| 215 'browser/automation/automation_provider_json.cc', | 217 'browser/automation/automation_provider_json.cc', |
| 216 'browser/automation/automation_provider_json.h', | 218 'browser/automation/automation_provider_json.h', |
| (...skipping 5057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5274 'type': 'static_library', | 5276 'type': 'static_library', |
| 5275 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5277 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5276 'variables': { | 5278 'variables': { |
| 5277 'proto_in_dir': 'browser/history', | 5279 'proto_in_dir': 'browser/history', |
| 5278 'proto_out_dir': 'chrome/browser/history', | 5280 'proto_out_dir': 'chrome/browser/history', |
| 5279 }, | 5281 }, |
| 5280 'includes': [ '../build/protoc.gypi' ] | 5282 'includes': [ '../build/protoc.gypi' ] |
| 5281 }, | 5283 }, |
| 5282 ], | 5284 ], |
| 5283 } | 5285 } |
| OLD | NEW |