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 4184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4195 ], | 4195 ], |
4196 }, { # use_cras==0 | 4196 }, { # use_cras==0 |
4197 'sources/': [ | 4197 'sources/': [ |
4198 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.cc'], | 4198 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.cc'], |
4199 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.h'], | 4199 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.h'], |
4200 ], | 4200 ], |
4201 }], | 4201 }], |
4202 ], | 4202 ], |
4203 'dependencies': [ | 4203 'dependencies': [ |
4204 '../build/linux/system.gyp:dbus-glib', | 4204 '../build/linux/system.gyp:dbus-glib', |
| 4205 '../chromeos/chromeos.gyp:chromeos', |
4205 '../third_party/libevent/libevent.gyp:libevent', | 4206 '../third_party/libevent/libevent.gyp:libevent', |
4206 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', | 4207 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', |
4207 'browser/chromeos/input_method/input_method.gyp:gencode', | 4208 'browser/chromeos/input_method/input_method.gyp:gencode', |
4208 'power_supply_properties_proto', | 4209 'power_supply_properties_proto', |
4209 'power_state_control_proto', | 4210 'power_state_control_proto', |
4210 ], | 4211 ], |
4211 'sources!': [ | 4212 'sources!': [ |
4212 'browser/first_run/upgrade_util.cc', | 4213 'browser/first_run/upgrade_util.cc', |
4213 'browser/first_run/upgrade_util.h', | 4214 'browser/first_run/upgrade_util.h', |
4214 'browser/first_run/upgrade_util_linux.cc', | 4215 'browser/first_run/upgrade_util_linux.cc', |
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5286 'variables': { | 5287 'variables': { |
5287 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5288 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5288 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5289 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5289 }, | 5290 }, |
5290 'includes': ['../build/protoc.gypi'], | 5291 'includes': ['../build/protoc.gypi'], |
5291 }], | 5292 }], |
5292 ], | 5293 ], |
5293 }, | 5294 }, |
5294 ], | 5295 ], |
5295 } | 5296 } |
OLD | NEW |