| 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 3223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3234 'browser/ui/views/ash/app_list/extension_app_item.h', | 3234 'browser/ui/views/ash/app_list/extension_app_item.h', |
| 3235 'browser/ui/views/ash/brightness_controller_chromeos.cc', | 3235 'browser/ui/views/ash/brightness_controller_chromeos.cc', |
| 3236 'browser/ui/views/ash/brightness_controller_chromeos.h', | 3236 'browser/ui/views/ash/brightness_controller_chromeos.h', |
| 3237 'browser/ui/views/ash/caps_lock_handler.cc', | 3237 'browser/ui/views/ash/caps_lock_handler.cc', |
| 3238 'browser/ui/views/ash/caps_lock_handler.h', | 3238 'browser/ui/views/ash/caps_lock_handler.h', |
| 3239 'browser/ui/views/ash/chrome_shell_delegate.cc', | 3239 'browser/ui/views/ash/chrome_shell_delegate.cc', |
| 3240 'browser/ui/views/ash/chrome_shell_delegate.h', | 3240 'browser/ui/views/ash/chrome_shell_delegate.h', |
| 3241 'browser/ui/views/ash/gesture_prefs_aura.cc', | 3241 'browser/ui/views/ash/gesture_prefs_aura.cc', |
| 3242 'browser/ui/views/ash/ime_controller_chromeos.cc', | 3242 'browser/ui/views/ash/ime_controller_chromeos.cc', |
| 3243 'browser/ui/views/ash/ime_controller_chromeos.h', | 3243 'browser/ui/views/ash/ime_controller_chromeos.h', |
| 3244 'browser/ui/views/ash/key_rewriter.cc', |
| 3245 'browser/ui/views/ash/key_rewriter.h', |
| 3244 'browser/ui/views/ash/launcher/chrome_launcher_delegate.cc', | 3246 'browser/ui/views/ash/launcher/chrome_launcher_delegate.cc', |
| 3245 'browser/ui/views/ash/launcher/chrome_launcher_delegate.h', | 3247 'browser/ui/views/ash/launcher/chrome_launcher_delegate.h', |
| 3246 'browser/ui/views/ash/launcher/launcher_app_icon_loader.cc', | 3248 'browser/ui/views/ash/launcher/launcher_app_icon_loader.cc', |
| 3247 'browser/ui/views/ash/launcher/launcher_app_icon_loader.h', | 3249 'browser/ui/views/ash/launcher/launcher_app_icon_loader.h', |
| 3248 'browser/ui/views/ash/launcher/launcher_context_menu.cc', | 3250 'browser/ui/views/ash/launcher/launcher_context_menu.cc', |
| 3249 'browser/ui/views/ash/launcher/launcher_context_menu.h', | 3251 'browser/ui/views/ash/launcher/launcher_context_menu.h', |
| 3250 'browser/ui/views/ash/launcher/launcher_favicon_loader.cc', | 3252 'browser/ui/views/ash/launcher/launcher_favicon_loader.cc', |
| 3251 'browser/ui/views/ash/launcher/launcher_favicon_loader.h', | 3253 'browser/ui/views/ash/launcher/launcher_favicon_loader.h', |
| 3252 'browser/ui/views/ash/launcher/launcher_updater.cc', | 3254 'browser/ui/views/ash/launcher/launcher_updater.cc', |
| 3253 'browser/ui/views/ash/launcher/launcher_updater.h', | 3255 'browser/ui/views/ash/launcher/launcher_updater.h', |
| (...skipping 1945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5199 'variables': { | 5201 'variables': { |
| 5200 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5202 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5201 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5203 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5202 }, | 5204 }, |
| 5203 'includes': ['../build/protoc.gypi'], | 5205 'includes': ['../build/protoc.gypi'], |
| 5204 }], | 5206 }], |
| 5205 ], | 5207 ], |
| 5206 }, | 5208 }, |
| 5207 ], | 5209 ], |
| 5208 } | 5210 } |
| OLD | NEW |