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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 'browser/chrome_browser_main_mac.h', | 422 'browser/chrome_browser_main_mac.h', |
423 'browser/chrome_browser_main_mac.mm', | 423 'browser/chrome_browser_main_mac.mm', |
424 'browser/chrome_browser_main_posix.cc', | 424 'browser/chrome_browser_main_posix.cc', |
425 'browser/chrome_browser_main_posix.h', | 425 'browser/chrome_browser_main_posix.h', |
426 'browser/chrome_browser_main_win.cc', | 426 'browser/chrome_browser_main_win.cc', |
427 'browser/chrome_browser_main_win.h', | 427 'browser/chrome_browser_main_win.h', |
428 'browser/chrome_browser_main_x11.cc', | 428 'browser/chrome_browser_main_x11.cc', |
429 'browser/chrome_browser_main_x11.h', | 429 'browser/chrome_browser_main_x11.h', |
430 'browser/chrome_content_browser_client.cc', | 430 'browser/chrome_content_browser_client.cc', |
431 'browser/chrome_content_browser_client.h', | 431 'browser/chrome_content_browser_client.h', |
| 432 'browser/chrome_metrics_helper.cc', |
| 433 'browser/chrome_metrics_helper.h', |
432 'browser/chrome_page_zoom.cc', | 434 'browser/chrome_page_zoom.cc', |
433 'browser/chrome_page_zoom.h', | 435 'browser/chrome_page_zoom.h', |
434 'browser/chrome_page_zoom_constants.cc', | 436 'browser/chrome_page_zoom_constants.cc', |
435 'browser/chrome_page_zoom_constants.h', | 437 'browser/chrome_page_zoom_constants.h', |
436 'browser/chrome_plugin_service_filter.cc', | 438 'browser/chrome_plugin_service_filter.cc', |
437 'browser/chrome_plugin_service_filter.h', | 439 'browser/chrome_plugin_service_filter.h', |
438 'browser/chrome_quota_permission_context.cc', | 440 'browser/chrome_quota_permission_context.cc', |
439 'browser/chrome_quota_permission_context.h', | 441 'browser/chrome_quota_permission_context.h', |
440 'browser/chrome_to_mobile_service.cc', | 442 'browser/chrome_to_mobile_service.cc', |
441 'browser/chrome_to_mobile_service.h', | 443 'browser/chrome_to_mobile_service.h', |
(...skipping 2727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3169 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3171 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3170 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3172 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3171 }, | 3173 }, |
3172 'includes': ['../build/protoc.gypi'], | 3174 'includes': ['../build/protoc.gypi'], |
3173 }, | 3175 }, |
3174 ], | 3176 ], |
3175 }, | 3177 }, |
3176 ], | 3178 ], |
3177 ], | 3179 ], |
3178 } | 3180 } |
OLD | NEW |