| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 'browser/chrome_browser_main_mac.h', | 416 'browser/chrome_browser_main_mac.h', |
| 417 'browser/chrome_browser_main_mac.mm', | 417 'browser/chrome_browser_main_mac.mm', |
| 418 'browser/chrome_browser_main_posix.cc', | 418 'browser/chrome_browser_main_posix.cc', |
| 419 'browser/chrome_browser_main_posix.h', | 419 'browser/chrome_browser_main_posix.h', |
| 420 'browser/chrome_browser_main_win.cc', | 420 'browser/chrome_browser_main_win.cc', |
| 421 'browser/chrome_browser_main_win.h', | 421 'browser/chrome_browser_main_win.h', |
| 422 'browser/chrome_browser_main_x11.cc', | 422 'browser/chrome_browser_main_x11.cc', |
| 423 'browser/chrome_browser_main_x11.h', | 423 'browser/chrome_browser_main_x11.h', |
| 424 'browser/chrome_content_browser_client.cc', | 424 'browser/chrome_content_browser_client.cc', |
| 425 'browser/chrome_content_browser_client.h', | 425 'browser/chrome_content_browser_client.h', |
| 426 'browser/chrome_metrics_helper.cc', |
| 427 'browser/chrome_metrics_helper.h', |
| 426 'browser/chrome_page_zoom.cc', | 428 'browser/chrome_page_zoom.cc', |
| 427 'browser/chrome_page_zoom.h', | 429 'browser/chrome_page_zoom.h', |
| 428 'browser/chrome_page_zoom_constants.cc', | 430 'browser/chrome_page_zoom_constants.cc', |
| 429 'browser/chrome_page_zoom_constants.h', | 431 'browser/chrome_page_zoom_constants.h', |
| 430 'browser/chrome_plugin_service_filter.cc', | 432 'browser/chrome_plugin_service_filter.cc', |
| 431 'browser/chrome_plugin_service_filter.h', | 433 'browser/chrome_plugin_service_filter.h', |
| 432 'browser/chrome_quota_permission_context.cc', | 434 'browser/chrome_quota_permission_context.cc', |
| 433 'browser/chrome_quota_permission_context.h', | 435 'browser/chrome_quota_permission_context.h', |
| 434 'browser/chrome_to_mobile_service.cc', | 436 'browser/chrome_to_mobile_service.cc', |
| 435 'browser/chrome_to_mobile_service.h', | 437 'browser/chrome_to_mobile_service.h', |
| (...skipping 2668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3104 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3106 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3105 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3107 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3106 }, | 3108 }, |
| 3107 'includes': ['../build/protoc.gypi'], | 3109 'includes': ['../build/protoc.gypi'], |
| 3108 }, | 3110 }, |
| 3109 ], | 3111 ], |
| 3110 }, | 3112 }, |
| 3111 ], | 3113 ], |
| 3112 ], | 3114 ], |
| 3113 } | 3115 } |
| OLD | NEW |