| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'browser/automation/chrome_frame_automation_provider.h', | 231 'browser/automation/chrome_frame_automation_provider.h', |
| 232 'browser/automation/testing_automation_provider.cc', | 232 'browser/automation/testing_automation_provider.cc', |
| 233 'browser/automation/testing_automation_provider.h', | 233 'browser/automation/testing_automation_provider.h', |
| 234 'browser/automation/testing_automation_provider_aura.cc', | 234 'browser/automation/testing_automation_provider_aura.cc', |
| 235 'browser/automation/testing_automation_provider_chromeos.cc', | 235 'browser/automation/testing_automation_provider_chromeos.cc', |
| 236 'browser/automation/testing_automation_provider_gtk.cc', | 236 'browser/automation/testing_automation_provider_gtk.cc', |
| 237 'browser/automation/testing_automation_provider_mac.mm', | 237 'browser/automation/testing_automation_provider_mac.mm', |
| 238 'browser/automation/testing_automation_provider_views.cc', | 238 'browser/automation/testing_automation_provider_views.cc', |
| 239 'browser/automation/testing_automation_provider_win.cc', | 239 'browser/automation/testing_automation_provider_win.cc', |
| 240 'browser/automation/ui_controls.h', | 240 'browser/automation/ui_controls.h', |
| 241 'browser/automation/ui_controls_aurawin.cc', |
| 242 'browser/automation/ui_controls_aurax11.cc', |
| 241 'browser/automation/ui_controls_internal.cc', | 243 'browser/automation/ui_controls_internal.cc', |
| 242 'browser/automation/ui_controls_internal.h', | 244 'browser/automation/ui_controls_internal.h', |
| 243 'browser/automation/ui_controls_aura.cc', | 245 'browser/automation/ui_controls_internal_win.cc', |
| 244 'browser/automation/ui_controls_gtk.cc', | 246 'browser/automation/ui_controls_gtk.cc', |
| 245 'browser/automation/ui_controls_mac.mm', | 247 'browser/automation/ui_controls_mac.mm', |
| 246 'browser/automation/ui_controls_win.cc', | 248 'browser/automation/ui_controls_win.cc', |
| 247 'browser/automation/url_request_automation_job.cc', | 249 'browser/automation/url_request_automation_job.cc', |
| 248 'browser/automation/url_request_automation_job.h', | 250 'browser/automation/url_request_automation_job.h', |
| 249 'browser/background/background_application_list_model.cc', | 251 'browser/background/background_application_list_model.cc', |
| 250 'browser/background/background_application_list_model.h', | 252 'browser/background/background_application_list_model.h', |
| 251 'browser/background/background_contents_service.cc', | 253 'browser/background/background_contents_service.cc', |
| 252 'browser/background/background_contents_service.h', | 254 'browser/background/background_contents_service.h', |
| 253 'browser/background/background_contents_service_factory.cc', | 255 'browser/background/background_contents_service_factory.cc', |
| (...skipping 5035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5289 'type': 'static_library', | 5291 'type': 'static_library', |
| 5290 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5292 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5291 'variables': { | 5293 'variables': { |
| 5292 'proto_in_dir': 'browser/history', | 5294 'proto_in_dir': 'browser/history', |
| 5293 'proto_out_dir': 'chrome/browser/history', | 5295 'proto_out_dir': 'chrome/browser/history', |
| 5294 }, | 5296 }, |
| 5295 'includes': [ '../build/protoc.gypi' ] | 5297 'includes': [ '../build/protoc.gypi' ] |
| 5296 }, | 5298 }, |
| 5297 ], | 5299 ], |
| 5298 } | 5300 } |
| OLD | NEW |