| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 3550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3561 'browser/ui/webui/feedback_ui.cc', | 3561 'browser/ui/webui/feedback_ui.cc', |
| 3562 'browser/ui/webui/feedback_ui.h', | 3562 'browser/ui/webui/feedback_ui.h', |
| 3563 'browser/ui/webui/certificate_viewer_webui.cc', | 3563 'browser/ui/webui/certificate_viewer_webui.cc', |
| 3564 'browser/ui/webui/certificate_viewer_webui.h', | 3564 'browser/ui/webui/certificate_viewer_webui.h', |
| 3565 'browser/ui/webui/certificate_viewer_ui.cc', | 3565 'browser/ui/webui/certificate_viewer_ui.cc', |
| 3566 'browser/ui/webui/certificate_viewer_ui.h', | 3566 'browser/ui/webui/certificate_viewer_ui.h', |
| 3567 'browser/ui/webui/chrome_url_data_manager.cc', | 3567 'browser/ui/webui/chrome_url_data_manager.cc', |
| 3568 'browser/ui/webui/chrome_url_data_manager.h', | 3568 'browser/ui/webui/chrome_url_data_manager.h', |
| 3569 'browser/ui/webui/chrome_url_data_manager_backend.cc', | 3569 'browser/ui/webui/chrome_url_data_manager_backend.cc', |
| 3570 'browser/ui/webui/chrome_url_data_manager_backend.h', | 3570 'browser/ui/webui/chrome_url_data_manager_backend.h', |
| 3571 'browser/ui/webui/chrome_url_data_manager_factory.cc', |
| 3572 'browser/ui/webui/chrome_url_data_manager_factory.h', |
| 3571 'browser/ui/webui/chrome_web_ui_controller_factory.cc', | 3573 'browser/ui/webui/chrome_web_ui_controller_factory.cc', |
| 3572 'browser/ui/webui/chrome_web_ui_controller_factory.h', | 3574 'browser/ui/webui/chrome_web_ui_controller_factory.h', |
| 3573 'browser/ui/webui/chrome_web_ui_data_source.cc', | 3575 'browser/ui/webui/chrome_web_ui_data_source.cc', |
| 3574 'browser/ui/webui/chrome_web_ui_data_source.h', | 3576 'browser/ui/webui/chrome_web_ui_data_source.h', |
| 3575 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 3577 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
| 3576 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3578 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 3577 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', | 3579 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', |
| 3578 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', | 3580 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', |
| 3579 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3581 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
| 3580 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3582 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| (...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5215 'type': 'static_library', | 5217 'type': 'static_library', |
| 5216 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5218 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5217 'variables': { | 5219 'variables': { |
| 5218 'proto_in_dir': 'browser/chromeos/gdata', | 5220 'proto_in_dir': 'browser/chromeos/gdata', |
| 5219 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5221 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5220 }, | 5222 }, |
| 5221 'includes': [ '../build/protoc.gypi' ] | 5223 'includes': [ '../build/protoc.gypi' ] |
| 5222 }, | 5224 }, |
| 5223 ], | 5225 ], |
| 5224 } | 5226 } |
| OLD | NEW |