| 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 3634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3645 'browser/ui/webui/downloads_ui.cc', | 3645 'browser/ui/webui/downloads_ui.cc', |
| 3646 'browser/ui/webui/downloads_ui.h', | 3646 'browser/ui/webui/downloads_ui.h', |
| 3647 'browser/ui/webui/extensions/extension_activity_ui.cc', | 3647 'browser/ui/webui/extensions/extension_activity_ui.cc', |
| 3648 'browser/ui/webui/extensions/extension_activity_ui.h', | 3648 'browser/ui/webui/extensions/extension_activity_ui.h', |
| 3649 'browser/ui/webui/extensions/extension_icon_source.cc', | 3649 'browser/ui/webui/extensions/extension_icon_source.cc', |
| 3650 'browser/ui/webui/extensions/extension_icon_source.h', | 3650 'browser/ui/webui/extensions/extension_icon_source.h', |
| 3651 'browser/ui/webui/extensions/extension_settings_handler.cc', | 3651 'browser/ui/webui/extensions/extension_settings_handler.cc', |
| 3652 'browser/ui/webui/extensions/extension_settings_handler.h', | 3652 'browser/ui/webui/extensions/extension_settings_handler.h', |
| 3653 'browser/ui/webui/extensions/extensions_ui.cc', | 3653 'browser/ui/webui/extensions/extensions_ui.cc', |
| 3654 'browser/ui/webui/extensions/extensions_ui.h', | 3654 'browser/ui/webui/extensions/extensions_ui.h', |
| 3655 'browser/ui/webui/extensions/install_extension_handler.cc', |
| 3656 'browser/ui/webui/extensions/install_extension_handler.h', |
| 3655 'browser/ui/webui/extensions/pack_extension_handler.cc', | 3657 'browser/ui/webui/extensions/pack_extension_handler.cc', |
| 3656 'browser/ui/webui/extensions/pack_extension_handler.h', | 3658 'browser/ui/webui/extensions/pack_extension_handler.h', |
| 3657 'browser/ui/webui/favicon_source.cc', | 3659 'browser/ui/webui/favicon_source.cc', |
| 3658 'browser/ui/webui/favicon_source.h', | 3660 'browser/ui/webui/favicon_source.h', |
| 3659 'browser/ui/webui/fileicon_source.cc', | 3661 'browser/ui/webui/fileicon_source.cc', |
| 3660 'browser/ui/webui/fileicon_source.h', | 3662 'browser/ui/webui/fileicon_source.h', |
| 3661 'browser/ui/webui/flags_ui.cc', | 3663 'browser/ui/webui/flags_ui.cc', |
| 3662 'browser/ui/webui/flags_ui.h', | 3664 'browser/ui/webui/flags_ui.h', |
| 3663 'browser/ui/webui/flash_ui.cc', | 3665 'browser/ui/webui/flash_ui.cc', |
| 3664 'browser/ui/webui/flash_ui.h', | 3666 'browser/ui/webui/flash_ui.h', |
| (...skipping 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5251 'type': 'static_library', | 5253 'type': 'static_library', |
| 5252 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5254 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5253 'variables': { | 5255 'variables': { |
| 5254 'proto_in_dir': 'browser/chromeos/gdata', | 5256 'proto_in_dir': 'browser/chromeos/gdata', |
| 5255 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5257 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5256 }, | 5258 }, |
| 5257 'includes': [ '../build/protoc.gypi' ] | 5259 'includes': [ '../build/protoc.gypi' ] |
| 5258 }, | 5260 }, |
| 5259 ], | 5261 ], |
| 5260 } | 5262 } |
| OLD | NEW |