| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'browser/chrome_browser_main_extra_parts.cc', | 364 'browser/chrome_browser_main_extra_parts.cc', |
| 365 'browser/chrome_browser_main_extra_parts.h', | 365 'browser/chrome_browser_main_extra_parts.h', |
| 366 'browser/chrome_browser_main_extra_parts_aura.cc', | 366 'browser/chrome_browser_main_extra_parts_aura.cc', |
| 367 'browser/chrome_browser_main_extra_parts_aura.h', | 367 'browser/chrome_browser_main_extra_parts_aura.h', |
| 368 'browser/chrome_browser_main_extra_parts_gtk.cc', | 368 'browser/chrome_browser_main_extra_parts_gtk.cc', |
| 369 'browser/chrome_browser_main_extra_parts_gtk.h', | 369 'browser/chrome_browser_main_extra_parts_gtk.h', |
| 370 'browser/chrome_browser_main_extra_parts_views.cc', | 370 'browser/chrome_browser_main_extra_parts_views.cc', |
| 371 'browser/chrome_browser_main_extra_parts_views.h', | 371 'browser/chrome_browser_main_extra_parts_views.h', |
| 372 'browser/chrome_content_browser_client.cc', | 372 'browser/chrome_content_browser_client.cc', |
| 373 'browser/chrome_content_browser_client.h', | 373 'browser/chrome_content_browser_client.h', |
| 374 'browser/chrome_page_zoom_constants.cc', |
| 375 'browser/chrome_page_zoom_constants.h', |
| 374 'browser/chrome_page_zoom.cc', | 376 'browser/chrome_page_zoom.cc', |
| 375 'browser/chrome_page_zoom.h', | 377 'browser/chrome_page_zoom.h', |
| 376 'browser/chrome_plugin_message_filter.cc', | 378 'browser/chrome_plugin_message_filter.cc', |
| 377 'browser/chrome_plugin_message_filter.h', | 379 'browser/chrome_plugin_message_filter.h', |
| 378 'browser/chrome_plugin_service_filter.cc', | 380 'browser/chrome_plugin_service_filter.cc', |
| 379 'browser/chrome_plugin_service_filter.h', | 381 'browser/chrome_plugin_service_filter.h', |
| 380 'browser/chrome_quota_permission_context.cc', | 382 'browser/chrome_quota_permission_context.cc', |
| 381 'browser/chrome_quota_permission_context.h', | 383 'browser/chrome_quota_permission_context.h', |
| 382 'browser/chromeos/accessibility/system_event_observer.cc', | 384 'browser/chromeos/accessibility/system_event_observer.cc', |
| 383 'browser/chromeos/accessibility/system_event_observer.h', | 385 'browser/chromeos/accessibility/system_event_observer.h', |
| (...skipping 4861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5245 'type': 'static_library', | 5247 'type': 'static_library', |
| 5246 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5247 'variables': { | 5249 'variables': { |
| 5248 'proto_in_dir': 'browser/history', | 5250 'proto_in_dir': 'browser/history', |
| 5249 'proto_out_dir': 'chrome/browser/history', | 5251 'proto_out_dir': 'chrome/browser/history', |
| 5250 }, | 5252 }, |
| 5251 'includes': [ '../build/protoc.gypi' ] | 5253 'includes': [ '../build/protoc.gypi' ] |
| 5252 }, | 5254 }, |
| 5253 ], | 5255 ], |
| 5254 } | 5256 } |
| OLD | NEW |