| 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 3671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3682 'browser/ui/webui/gpu_internals_ui.h', | 3682 'browser/ui/webui/gpu_internals_ui.h', |
| 3683 'browser/ui/webui/help/help_handler.cc', | 3683 'browser/ui/webui/help/help_handler.cc', |
| 3684 'browser/ui/webui/help/help_handler.h', | 3684 'browser/ui/webui/help/help_handler.h', |
| 3685 'browser/ui/webui/help/help_ui.cc', | 3685 'browser/ui/webui/help/help_ui.cc', |
| 3686 'browser/ui/webui/help/help_ui.h', | 3686 'browser/ui/webui/help/help_ui.h', |
| 3687 'browser/ui/webui/help/version_updater.h', | 3687 'browser/ui/webui/help/version_updater.h', |
| 3688 'browser/ui/webui/help/version_updater_chromeos.cc', | 3688 'browser/ui/webui/help/version_updater_chromeos.cc', |
| 3689 'browser/ui/webui/help/version_updater_chromeos.h', | 3689 'browser/ui/webui/help/version_updater_chromeos.h', |
| 3690 'browser/ui/webui/help/version_updater_mac.mm', | 3690 'browser/ui/webui/help/version_updater_mac.mm', |
| 3691 'browser/ui/webui/help/version_updater_mac.h', | 3691 'browser/ui/webui/help/version_updater_mac.h', |
| 3692 'browser/ui/webui/help/version_updater_win.cc', |
| 3693 'browser/ui/webui/help/version_updater_win.h', |
| 3692 'browser/ui/webui/help/version_updater_unimplemented.cc', | 3694 'browser/ui/webui/help/version_updater_unimplemented.cc', |
| 3693 'browser/ui/webui/help/version_updater_unimplemented.h', | 3695 'browser/ui/webui/help/version_updater_unimplemented.h', |
| 3694 'browser/ui/webui/history_ui.cc', | 3696 'browser/ui/webui/history_ui.cc', |
| 3695 'browser/ui/webui/history_ui.h', | 3697 'browser/ui/webui/history_ui.h', |
| 3696 'browser/ui/webui/html_dialog_controller.cc', | 3698 'browser/ui/webui/html_dialog_controller.cc', |
| 3697 'browser/ui/webui/html_dialog_controller.h', | 3699 'browser/ui/webui/html_dialog_controller.h', |
| 3698 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', | 3700 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', |
| 3699 'browser/ui/webui/html_dialog_tab_contents_delegate.h', | 3701 'browser/ui/webui/html_dialog_tab_contents_delegate.h', |
| 3700 'browser/ui/webui/html_dialog_ui.cc', | 3702 'browser/ui/webui/html_dialog_ui.cc', |
| 3701 'browser/ui/webui/html_dialog_ui.h', | 3703 'browser/ui/webui/html_dialog_ui.h', |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5363 'variables': { | 5365 'variables': { |
| 5364 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5366 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5365 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5367 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5366 }, | 5368 }, |
| 5367 'includes': ['../build/protoc.gypi'], | 5369 'includes': ['../build/protoc.gypi'], |
| 5368 }], | 5370 }], |
| 5369 ], | 5371 ], |
| 5370 }, | 5372 }, |
| 5371 ], | 5373 ], |
| 5372 } | 5374 } |
| OLD | NEW |