| 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 3586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3597 'browser/ui/webui/certificate_viewer_ui.cc', | 3597 'browser/ui/webui/certificate_viewer_ui.cc', |
| 3598 'browser/ui/webui/certificate_viewer_ui.h', | 3598 'browser/ui/webui/certificate_viewer_ui.h', |
| 3599 'browser/ui/webui/chrome_url_data_manager.cc', | 3599 'browser/ui/webui/chrome_url_data_manager.cc', |
| 3600 'browser/ui/webui/chrome_url_data_manager.h', | 3600 'browser/ui/webui/chrome_url_data_manager.h', |
| 3601 'browser/ui/webui/chrome_url_data_manager_backend.cc', | 3601 'browser/ui/webui/chrome_url_data_manager_backend.cc', |
| 3602 'browser/ui/webui/chrome_url_data_manager_backend.h', | 3602 'browser/ui/webui/chrome_url_data_manager_backend.h', |
| 3603 'browser/ui/webui/chrome_web_ui_controller_factory.cc', | 3603 'browser/ui/webui/chrome_web_ui_controller_factory.cc', |
| 3604 'browser/ui/webui/chrome_web_ui_controller_factory.h', | 3604 'browser/ui/webui/chrome_web_ui_controller_factory.h', |
| 3605 'browser/ui/webui/chrome_web_ui_data_source.cc', | 3605 'browser/ui/webui/chrome_web_ui_data_source.cc', |
| 3606 'browser/ui/webui/chrome_web_ui_data_source.h', | 3606 'browser/ui/webui/chrome_web_ui_data_source.h', |
| 3607 'browser/ui/webui/chromeos/active_downloads_ui.cc', | |
| 3608 'browser/ui/webui/chromeos/active_downloads_ui.h', | |
| 3609 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 3607 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
| 3610 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3608 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 3611 'browser/ui/webui/chromeos/gdata_ui.cc', | 3609 'browser/ui/webui/chromeos/gdata_ui.cc', |
| 3612 'browser/ui/webui/chromeos/gdata_ui.h', | 3610 'browser/ui/webui/chromeos/gdata_ui.h', |
| 3613 'browser/ui/webui/chromeos/gdata_source.cc', | 3611 'browser/ui/webui/chromeos/gdata_source.cc', |
| 3614 'browser/ui/webui/chromeos/gdata_source.h', | 3612 'browser/ui/webui/chromeos/gdata_source.h', |
| 3615 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', | 3613 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', |
| 3616 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', | 3614 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', |
| 3617 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3615 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
| 3618 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3616 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| (...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5230 'type': 'static_library', | 5228 'type': 'static_library', |
| 5231 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5229 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5232 'variables': { | 5230 'variables': { |
| 5233 'proto_in_dir': 'browser/chromeos/gdata', | 5231 'proto_in_dir': 'browser/chromeos/gdata', |
| 5234 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5232 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5235 }, | 5233 }, |
| 5236 'includes': [ '../build/protoc.gypi' ] | 5234 'includes': [ '../build/protoc.gypi' ] |
| 5237 }, | 5235 }, |
| 5238 ], | 5236 ], |
| 5239 } | 5237 } |
| OLD | NEW |