| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'browser/chrome_browser_main_extra_parts_aura.cc', | 360 'browser/chrome_browser_main_extra_parts_aura.cc', |
| 361 'browser/chrome_browser_main_extra_parts_aura.h', | 361 'browser/chrome_browser_main_extra_parts_aura.h', |
| 362 'browser/chrome_browser_main_extra_parts_gtk.cc', | 362 'browser/chrome_browser_main_extra_parts_gtk.cc', |
| 363 'browser/chrome_browser_main_extra_parts_gtk.h', | 363 'browser/chrome_browser_main_extra_parts_gtk.h', |
| 364 'browser/chrome_browser_main_extra_parts_touch.cc', | 364 'browser/chrome_browser_main_extra_parts_touch.cc', |
| 365 'browser/chrome_browser_main_extra_parts_touch.h', | 365 'browser/chrome_browser_main_extra_parts_touch.h', |
| 366 'browser/chrome_browser_main_extra_parts_views.cc', | 366 'browser/chrome_browser_main_extra_parts_views.cc', |
| 367 'browser/chrome_browser_main_extra_parts_views.h', | 367 'browser/chrome_browser_main_extra_parts_views.h', |
| 368 'browser/chrome_content_browser_client.cc', | 368 'browser/chrome_content_browser_client.cc', |
| 369 'browser/chrome_content_browser_client.h', | 369 'browser/chrome_content_browser_client.h', |
| 370 'browser/chrome_page_zoom.cc', |
| 371 'browser/chrome_page_zoom.h', |
| 370 'browser/chrome_plugin_message_filter.cc', | 372 'browser/chrome_plugin_message_filter.cc', |
| 371 'browser/chrome_plugin_message_filter.h', | 373 'browser/chrome_plugin_message_filter.h', |
| 372 'browser/chrome_plugin_service_filter.cc', | 374 'browser/chrome_plugin_service_filter.cc', |
| 373 'browser/chrome_plugin_service_filter.h', | 375 'browser/chrome_plugin_service_filter.h', |
| 374 'browser/chrome_quota_permission_context.cc', | 376 'browser/chrome_quota_permission_context.cc', |
| 375 'browser/chrome_quota_permission_context.h', | 377 'browser/chrome_quota_permission_context.h', |
| 376 'browser/chromeos/accessibility_util.cc', | 378 'browser/chromeos/accessibility_util.cc', |
| 377 'browser/chromeos/accessibility_util.h', | 379 'browser/chromeos/accessibility_util.h', |
| 378 'browser/chromeos/audio_handler.cc', | 380 'browser/chromeos/audio_handler.cc', |
| 379 'browser/chromeos/audio_handler.h', | 381 'browser/chromeos/audio_handler.h', |
| (...skipping 4909 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 |