| 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 3681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3692 'browser/ui/webui/gpu_internals_ui.h', | 3692 'browser/ui/webui/gpu_internals_ui.h', |
| 3693 'browser/ui/webui/help/help_handler.cc', | 3693 'browser/ui/webui/help/help_handler.cc', |
| 3694 'browser/ui/webui/help/help_handler.h', | 3694 'browser/ui/webui/help/help_handler.h', |
| 3695 'browser/ui/webui/help/help_ui.cc', | 3695 'browser/ui/webui/help/help_ui.cc', |
| 3696 'browser/ui/webui/help/help_ui.h', | 3696 'browser/ui/webui/help/help_ui.h', |
| 3697 'browser/ui/webui/help/version_updater.h', | 3697 'browser/ui/webui/help/version_updater.h', |
| 3698 'browser/ui/webui/help/version_updater_chromeos.cc', | 3698 'browser/ui/webui/help/version_updater_chromeos.cc', |
| 3699 'browser/ui/webui/help/version_updater_chromeos.h', | 3699 'browser/ui/webui/help/version_updater_chromeos.h', |
| 3700 'browser/ui/webui/help/version_updater_mac.mm', | 3700 'browser/ui/webui/help/version_updater_mac.mm', |
| 3701 'browser/ui/webui/help/version_updater_mac.h', | 3701 'browser/ui/webui/help/version_updater_mac.h', |
| 3702 'browser/ui/webui/help/version_updater_win.cc', |
| 3703 'browser/ui/webui/help/version_updater_win.h', |
| 3702 'browser/ui/webui/help/version_updater_unimplemented.cc', | 3704 'browser/ui/webui/help/version_updater_unimplemented.cc', |
| 3703 'browser/ui/webui/help/version_updater_unimplemented.h', | 3705 'browser/ui/webui/help/version_updater_unimplemented.h', |
| 3704 'browser/ui/webui/history_ui.cc', | 3706 'browser/ui/webui/history_ui.cc', |
| 3705 'browser/ui/webui/history_ui.h', | 3707 'browser/ui/webui/history_ui.h', |
| 3706 'browser/ui/webui/html_dialog_controller.cc', | 3708 'browser/ui/webui/html_dialog_controller.cc', |
| 3707 'browser/ui/webui/html_dialog_controller.h', | 3709 'browser/ui/webui/html_dialog_controller.h', |
| 3708 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', | 3710 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', |
| 3709 'browser/ui/webui/html_dialog_tab_contents_delegate.h', | 3711 'browser/ui/webui/html_dialog_tab_contents_delegate.h', |
| 3710 'browser/ui/webui/html_dialog_ui.cc', | 3712 'browser/ui/webui/html_dialog_ui.cc', |
| 3711 'browser/ui/webui/html_dialog_ui.h', | 3713 'browser/ui/webui/html_dialog_ui.h', |
| (...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5152 'variables': { | 5154 'variables': { |
| 5153 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5155 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5154 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5156 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5155 }, | 5157 }, |
| 5156 'includes': ['../build/protoc.gypi'], | 5158 'includes': ['../build/protoc.gypi'], |
| 5157 }], | 5159 }], |
| 5158 ], | 5160 ], |
| 5159 }, | 5161 }, |
| 5160 ], | 5162 ], |
| 5161 } | 5163 } |
| OLD | NEW |