| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'browser/chrome_browser_main_extra_parts.cc', | 368 'browser/chrome_browser_main_extra_parts.cc', |
| 369 'browser/chrome_browser_main_extra_parts.h', | 369 'browser/chrome_browser_main_extra_parts.h', |
| 370 'browser/chrome_browser_main_extra_parts_aura.cc', | 370 'browser/chrome_browser_main_extra_parts_aura.cc', |
| 371 'browser/chrome_browser_main_extra_parts_aura.h', | 371 'browser/chrome_browser_main_extra_parts_aura.h', |
| 372 'browser/chrome_browser_main_extra_parts_gtk.cc', | 372 'browser/chrome_browser_main_extra_parts_gtk.cc', |
| 373 'browser/chrome_browser_main_extra_parts_gtk.h', | 373 'browser/chrome_browser_main_extra_parts_gtk.h', |
| 374 'browser/chrome_browser_main_extra_parts_views.cc', | 374 'browser/chrome_browser_main_extra_parts_views.cc', |
| 375 'browser/chrome_browser_main_extra_parts_views.h', | 375 'browser/chrome_browser_main_extra_parts_views.h', |
| 376 'browser/chrome_content_browser_client.cc', | 376 'browser/chrome_content_browser_client.cc', |
| 377 'browser/chrome_content_browser_client.h', | 377 'browser/chrome_content_browser_client.h', |
| 378 'browser/chrome_page_zoom_constants.cc', |
| 379 'browser/chrome_page_zoom_constants.h', |
| 378 'browser/chrome_page_zoom.cc', | 380 'browser/chrome_page_zoom.cc', |
| 379 'browser/chrome_page_zoom.h', | 381 'browser/chrome_page_zoom.h', |
| 380 'browser/chrome_plugin_message_filter.cc', | 382 'browser/chrome_plugin_message_filter.cc', |
| 381 'browser/chrome_plugin_message_filter.h', | 383 'browser/chrome_plugin_message_filter.h', |
| 382 'browser/chrome_plugin_service_filter.cc', | 384 'browser/chrome_plugin_service_filter.cc', |
| 383 'browser/chrome_plugin_service_filter.h', | 385 'browser/chrome_plugin_service_filter.h', |
| 384 'browser/chrome_quota_permission_context.cc', | 386 'browser/chrome_quota_permission_context.cc', |
| 385 'browser/chrome_quota_permission_context.h', | 387 'browser/chrome_quota_permission_context.h', |
| 386 'browser/chromeos/accessibility/system_event_observer.cc', | 388 'browser/chromeos/accessibility/system_event_observer.cc', |
| 387 'browser/chromeos/accessibility/system_event_observer.h', | 389 'browser/chromeos/accessibility/system_event_observer.h', |
| (...skipping 5001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5389 'type': 'static_library', | 5391 'type': 'static_library', |
| 5390 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5392 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5391 'variables': { | 5393 'variables': { |
| 5392 'proto_in_dir': 'browser/history', | 5394 'proto_in_dir': 'browser/history', |
| 5393 'proto_out_dir': 'chrome/browser/history', | 5395 'proto_out_dir': 'chrome/browser/history', |
| 5394 }, | 5396 }, |
| 5395 'includes': [ '../build/protoc.gypi' ] | 5397 'includes': [ '../build/protoc.gypi' ] |
| 5396 }, | 5398 }, |
| 5397 ], | 5399 ], |
| 5398 } | 5400 } |
| OLD | NEW |